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.

 

Sorry

This feed does not validate.

  • line 7, column 140: Invalid character in a URI: http://finnisnotafish.com/feed.php the link should have an id to be viewed lollll [help]

    ... rel="self" type="application/rss+xml" />
                                                 ^
  • line 22, column 14: Undefined channel element: br (2 occurrences) [help]

    <ttl>144</ttl><br />
                  ^
  • line 23, column 0: Undefined channel element: b (3 occurrences) [help]

    <b>Notice</b>:  Undefined index: id in <b>/var/www/html/feed.php</b> on line ...
  • line 23, column 13: Unexpected Text (2 occurrences) [help]

    <b>Notice</b>:  Undefined index: id in <b>/var/www/html/feed.php</b> on line ...
                 ^

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendation.

  • line 7, column 140: Self reference doesn't match document location [help]

    ... rel="self" type="application/rss+xml" />
                                                 ^

Source: http://finnisnotafish.com/feed.php

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  4.  
  5. <channel>
  6.  
  7. <atom:link href="http://finnisnotafish.com/feed.php the link should have an id to be viewed lollll" rel="self" type="application/rss+xml" />
  8.  
  9. <title>finnisnotafish[.]com</title>
  10. <link>http://finnisnotafish.com/forum</link>
  11. <description>not just a place with stuff, a place for games and stuff</description>
  12. <language>en</language>
  13. <copyright>finnisnotafish.com</copyright>
  14. <managingEditor>finnisnotafish@aol.com(finn)</managingEditor>
  15. <webMaster>finnisnotafish@aol.com (finn)</webMaster>
  16. <pubDate>Mon, 13 Feb 2023 12:00:00 EST</pubDate>
  17. <lastBuildDate>Mon, 03 Jul 2023 03:15:00 EST</lastBuildDate>
  18. <category>Retro</category>
  19. <category>theoldnet</category>
  20. <category>tech</category>
  21. <category>2000s</category>
  22. <ttl>144</ttl><br />
  23. <b>Notice</b>:  Undefined index: id in <b>/var/www/html/feed.php</b> on line <b>49</b><br />
  24. </channel></rss>
  25.  
Software created by Sam Ruby, Mark Pilgrim, Joseph Walton and Phil Ringnalda