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.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Not Found</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link href="/css/style.css" rel="stylesheet" type="text/css" media="all">
<style>
body{
background-image: url('/images/wiremonster_inverted.png');
font: 3em diediedie;
color: #1d588c;
}
</style>
</head>
<body>
<h1 style="color: red">Error 404: Not Found</h1>
<div class="Page" style="background-color: black; color: chartreuse;">
<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>
</div>
</html>