Sitemap Checker
Fetch and validate any sitemap.xml β count URLs, detect sitemap index, inspect lastmod and priority values. Works with sitemap indexes.
Sponsored
Related Tools
Meta Tags Previewer
Preview Open Graph and Twitter meta tags before sharing
PageSpeed Score
Run Google Lighthouse checks with Core Web Vitals and category scores
Robots.txt Tester
Fetch and parse any robots.txt file. View crawl directives per user-agent and test whether a specific URL path is allowed or blocked.
API Key Checker
Validate your AI API keys instantly
Sitemap Checker β Validate XML Sitemaps & Inspect Sitemap Index Online
Fetch and analyze any sitemap.xml in seconds. This sitemap checker counts the total number of URLs, detects sitemap index files, and inspects individual URL entries including lastmod, changefreq, and priority values.
A well-formed sitemap helps Google and Bing discover and index your pages faster. This tool lets you verify your sitemap is valid and contains the URLs you expect β before submitting it to Google Search Console.
What you can do with this tool
- Fetch any sitemap.xml by URL and parse its contents
- Count the total number of URLs in the sitemap
- Detect if itβs a sitemap index (a file that links to multiple sub-sitemaps)
- Inspect
lastmod,changefreq, andpriorityvalues per URL - Identify missing or malformed entries that could cause indexing issues
How to check a sitemap
- Enter the full URL of the sitemap (e.g.
https://example.com/sitemap.xml) - Click Fetch to retrieve and parse the sitemap
- View the URL count and browse entries
- If it's a sitemap index, click individual sub-sitemaps to inspect them
FAQ
Where is my sitemap located?
Most sites place their sitemap at /sitemap.xml. You can also check /robots.txt for a Sitemap: directive that points to the correct URL. Next.js App Router generates a sitemap automatically from app/sitemap.ts.
What is a sitemap index?
Large sites split their sitemap into multiple files and link them from a sitemap index. The index file contains references to individual sitemap files, each with up to 50,000 URLs.