Sitemap Validator

Validate XML sitemaps against the sitemaps.org protocol. Catches structural errors, malformed dates, duplicate URLs, oversized files and more.

Note: the target server must allow cross-origin requests (CORS). If blocked, download the file and use the Upload tab.

Idle

Errors (0)

    Warnings (0)

      URLs

      About sitemaps

      • An XML sitemap helps search engines discover and crawl pages on your site. The official protocol is at sitemaps.org.
      • A single sitemap can contain up to 50,000 URLs and must be no larger than 50 MB uncompressed. Use a <sitemapindex> for larger sites.
      • Each <url> requires a <loc> element with an absolute URL up to 2,048 characters. Optional fields: <lastmod> (W3C datetime), <changefreq> (always, hourly, daily, weekly, monthly, yearly, never), <priority> (0.0 to 1.0).
      • Special characters in URLs must be entity-escaped: &&amp;, '&apos;, "&quot;, >&gt;, <&lt;.
      • All URLs in a sitemap must come from the same host and protocol as the sitemap location itself.

      Frequently asked questions

      Which sitemap formats are supported?

      Standard XML sitemaps and sitemap index files following the sitemaps.org schema. Plain text and RSS sitemaps are out of scope.

      What is the maximum sitemap size?

      Search engines accept up to 50,000 URLs or 50 MB uncompressed per file. The validator flags sitemaps that exceed either limit and suggests splitting into a sitemap index.

      Why does my sitemap pass here but fail in Search Console?

      This validator checks structure and syntax. Search Console also verifies that URLs are accessible, return 200, and are not blocked by robots.txt, which we cannot fully test from a browser.

      Should I include lastmod and priority tags?

      Including accurate <lastmod> is highly recommended; Google explicitly uses it. <priority> and <changefreq> are mostly ignored by Google but still valid.

      Advertisement