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.

 

It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://thesodafoutain.neocities.org/test.xml

  1. <!DOCTYPE html>
  2. <html>
  3.  <head>
  4.    <meta charset="UTF-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.    <title>Not Found</title>
  7.    <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
  8.    <link href="/css/style.css" rel="stylesheet" type="text/css" media="all">
  9.    <style>
  10.      body{
  11.        background-image: url('/images/wiremonster_inverted.png');
  12.        font: 3em diediedie;
  13.        color: #1d588c;
  14.      }
  15.    </style>
  16.  </head>
  17.  <body>
  18.    <h1 style="color: red">Error 404: Not Found</h1>
  19.    <div class="Page" style="background-color: black; color: chartreuse;">
  20.    <p>WiremonstEr couldn't find what you wEre looking for, so it and me arE hard at work corrEcting the fUckup. That's all I know. Click <a href="/index.html">herE</a> to go back to the homEpage.</p>
  21.    </div>
  22. </html>
Software created by Sam Ruby, Mark Pilgrim, Joseph Walton and Phil Ringnalda