Fix not valid RSS-Feed #27

Closed
opened 2025-01-29 13:13:35 +01:00 by stephan.hadan · 2 comments

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.

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.
stephan.hadan added this to the v1.1 milestone 2025-01-29 13:13:35 +01:00
stephan.hadan added the
bug
label 2025-01-29 13:13:35 +01:00
stephan.hadan self-assigned this 2025-01-29 13:13:35 +01:00
stephan.hadan added this to the Development of new features project 2025-01-29 13:13:35 +01:00
stephan.hadan started working 2025-01-29 13:22:39 +01:00
Author
Owner

Everything is now in place and the feed validator states "success":

Valid RSS

Everything is now in place and the feed validator states "success": [![Valid RSS](https://www.rssboard.org/rss-validator/images/valid-rss-rogers.png)](http://www.rssboard.org/rss-validator/check.cgi?url=https%3A//preview.hadan-it.com/hugo-internet-weblog-demo/index.xml)
Author
Owner

Done and completed.

Done and completed.
stephan.hadan stopped working 2025-01-29 13:32:45 +01:00
10 minutes 6 seconds
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Total time spent: 10 minutes 6 seconds
stephan.hadan
10 minutes 6 seconds
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: public/hugo-internet-weblog#27
No description provided.