Validate an XML sitemap or sitemap index against protocol limits and URL 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 is parsed and checked for urlset namespace, loc elements, URL syntax, size and URL-count limits, and optional lastmod, changefreq, and priority shapes. Sitemap indexes are validated separately from URL sets.
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url><loc>https://example.com/</loc></url> </urlset>
Sitemap is valid! Found 1 URL(s).
Site deploys, SEO audits, and CI checks validate sitemap files.