Sitemap Finder & Validator

Locate a domain’s XML sitemap(s), validate the format and count the URLs inside.

Fetching live data…

Quick answer

The Sitemap Finder & Validator is a free tool that locates a domain's XML sitemap(s), checks that the format is valid, and counts the URLs listed inside. An XML sitemap is how a site tells Google which pages exist and deserve to be crawled, so a missing, broken or empty sitemap can quietly hold back indexing. This tool checks the common sitemap locations and the robots.txt declaration, fetches the real, live file, and reports exactly what a crawler would find — no signup required.

How it works

  1. Enter a domain (for example example.com).
  2. The tool probes standard paths like /sitemap.xml and reads the Sitemap: line in robots.txt.
  3. It fetches each sitemap found and parses the XML, following sitemap-index files to their child sitemaps.
  4. You get the discovered sitemap URLs, a validity check and a live count of the URLs inside.

What it checks

  • Discovery — which common locations actually return a sitemap.
  • robots.txt reference — whether the sitemap is declared for crawlers.
  • Format validity — that the file is well-formed XML with the expected tags.
  • Sitemap type — a normal URL set versus a sitemap index pointing to others.
  • URL count — how many pages are listed across all sitemaps.
  • Lastmod data — whether entries include last-modified dates.
  • HTTP status — that the sitemap returns 200 and not an error or redirect.

Common use cases

  • Confirming submission readiness — verify a valid sitemap exists before submitting it to Search Console.
  • Spotting indexing gaps — compare the URL count to how many pages you expect.
  • Debugging a broken feed — catch malformed XML or a 404 sitemap fast.
  • Researching a competitor — see how many pages a rival publishes.

Example

Run the tool on a blog and you might find /sitemap.xml is actually a sitemap index that points to /post-sitemap.xml and /page-sitemap.xml, together listing 312 valid URLs — confirming the whole site is discoverable and the feed is healthy.

Frequently asked questions

Is the Sitemap Finder free?

Yes — completely free, with no signup and no limits. Check as many domains as you like.

Where should my sitemap live?

The convention is /sitemap.xml at the root, and it should be referenced in robots.txt so crawlers find it automatically. Verify that reference with the Robots.txt Tester and learn the full structure in our XML sitemaps guide.

Does having a sitemap guarantee indexing?

No. A sitemap helps Google discover pages, but each URL still has to be crawlable and worth indexing. Check page-level health with the On-Page SEO Audit to make sure listed pages aren't blocked or thin.