Sitemap Validator
Fetch sitemap.xml and validate format, URL count and index files.
Sitemap Validator fetches your site's sitemap.xml directly and shows whether the format is valid, what kind it is (a regular sitemap vs a sitemap index), and how many URLs or child sitemaps it contains. Enter just a domain and it automatically looks up /sitemap.xml for you.
Search engines use sitemaps to discover and index pages efficiently. A malformed file, an empty sitemap, a non-200 response, or non-XML content can lead to missing pages in the index. Use this tool to confirm your sitemap is healthy before submitting it.
The two sitemap formats
- urlset: a regular sitemap listing actual page URLs. Each entry is a loc element.
- sitemapindex: an index that groups multiple sitemap files. Used by large sites to split sitemaps.
This tool automatically detects whether the response is a sitemapindex or a urlset, and for an index it also lists the child sitemaps.
Limits: 50,000 URLs / 50MB
A single sitemap file can hold up to 50,000 URLs and up to 50MB uncompressed. Beyond that you must split the sitemap into several files and group them with a sitemap index. For large sites, an index structure is the safe choice.
Submitting and verifying
Declare the sitemap location in robots.txt and submit it to tools like Google Search Console. After submission, compare the reported URL count with the indexed count to spot gaps. Even a well-formed sitemap can be skipped if it returns a non-200 status or a content-type that is not XML. To add a sitemap line to robots.txt, use the robots.txt generator, and verify the live robots.txt advertises it with the robots.txt checker.