Check an RSS feed for well-formed XML and required channel and item fields.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
The XML feed is parsed and checked for channel title, link, description, item structure, dates, GUIDs, and namespace rules; XML well-formedness is reported separately from RSS semantics. Linked pages are not fetched.
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>My Blog</title>
<link>https://example.com</link>
<description>A blog</description>
<item>
<title>Post 1</title>
</item>
</channel>
</rss>
Valid: yes Version: 1.0 Errors: none Warnings: Missing recommended <language> in <channel>, Missing recommended date element in <channel> STATS Item count: 1 Has enclosures: no Has categories: no
Blog, podcast, and release feeds validate before readers consume them.