Fix not valid RSS-Feed #27
Labels
No project
No assignees
1 participant
Notifications
Total time spent: 10 minutes 6 seconds
Due date
stephan.hadan
10 minutes 6 seconds
No due date set.
Dependencies
No dependencies set.
Reference: public/hugo-internet-weblog#27
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See: https://www.rssboard.org/rss-validator/check.cgi?url=https%3A%2F%2Fpreview.hadan-it.com%2Fhugo-internet-weblog-demo%2Findex.xml
line 1, column 545: Self reference doesn't match document location [help]
... rel="self" type="application/rss+xml"/><item><title>Lorem ipsum dolor</ ...
Message
Self reference doesn't match document location
Explanation
When rel="self", the href attribute is expected to identify a resource equivalent to the containing element.
Solution
Check the document referenced by the href attribute. If it is not the intended feed, correct it.
This may not be a problem. At the current time, the feedvalidator does not probe to assess equivalence of documents.
line 1, column 781: Email address is not in the recommended format (5 occurrences) [help]
... <author>support@hadan-it.com - Demo User</author><guid>https://preview.h ...
Message
Email address is not in the recommended format
Explanation
According to the RSS Advisory Board's Best Practices Profile, the recommended format for e-mail addresses in RSS elements is username@hostname.tld (Real Name), as in the following example:
<managingEditor>luksa@dallas.example.com (Frank Luksa)</managingEditor>
Solution
Use the recommended format to represent your email address.
Everything is now in place and the feed validator states "success":
Done and completed.