This service tests the validity of an RSS 2.0 feed, checking to see that it follows the rules of the RSS specification. For advice from the RSS Advisory Board on how to implement RSS and handle issues such as enclosures and HTML encoding, read the RSS Best Practices Profile. This checker is also a validator of Atom and RSS 1.0 feeds.

Use this tester regularly to ensure that your RSS feed continues to work well in the wide audience of RSS readers, podcast clients and other software that supports the format.

 

Congratulations!

[Valid RSS] This is a valid RSS feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

  • line 33, column 4: Missing atom:link with rel="self" [help]

        </channel>
        ^

Source: http://oevl.info/rss.xml

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  3.    <channel>
  4.        <title>Main Feed</title>
  5.        <link>https://oevl.info/rss.xml</link>
  6.        <description>This is my personal feed!</description>
  7.        <lastBuildDate>Fri, 11 Nov 2022 20:40:51 GMT</lastBuildDate>
  8.        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
  9.        <generator>https://github.com/jpmonette/feed</generator>
  10.        <item>
  11.            <link>https://oevl.info/a-new-reading-list.html</link>
  12.            <guid>https://oevl.info/a-new-reading-list.html</guid>
  13.            <description><![CDATA[This is a description]]></description>
  14.            <content:encoded><![CDATA[# A new reading list
  15.  
  16. Yesterday finished "Seveneves" by Neal Stephenson, wanted to start reading another science fiction book, but there are many classics I haven't read, so I will go thru this list: Reading list 100 Books Everyone Should Read | Reader's Digest https://www.rd.com/list/books-read-before-die/
  17.  
  18. So today I am starting to read "Anna Karenina" by Leon Tolstoy]]></content:encoded>
  19.        </item>
  20.        <item>
  21.            <link>https://oevl.info/dolor-sit-amed.html</link>
  22.            <guid>https://oevl.info/dolor-sit-amed.html</guid>
  23.            <pubDate>Mon, 01 Oct 2018 00:00:00 GMT</pubDate>
  24.            <description><![CDATA[This is a description]]></description>
  25.            <content:encoded><![CDATA[# Dolor sit amet
  26.  
  27. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
  28. labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
  29. nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
  30. velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
  31. proident, sunt in culpa qui officia deserunt mollit anim id est laborum.]]></content:encoded>
  32.        </item>
  33.    </channel>
  34. </rss>

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid RSS" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.rssboard.org/rss-validator/check.cgi?url=http%3A//oevl.info/rss.xml

Software created by Sam Ruby, Mark Pilgrim, Joseph Walton and Phil Ringnalda