Finding sitemaps, explained
Where sitemaps live, how to find one for any website, and what to do if there isn't one.
What is a sitemap finder?
A sitemap finder locates the XML sitemap of any website. Sitemaps don't have one fixed address — they can sit at /sitemap.xml, /sitemap_index.xml, a custom path, or only be listed inside robots.txt. This tool checks all the common locations plus the robots.txt file and tells you which sitemaps exist and whether they actually load.
People use it for three things: checking that their own sitemap is live and reachable before submitting it to Google Search Console, auditing a client's site, and researching how competitors structure their content. Since sitemaps are public files, all of this is fair game.
How to find a website's sitemap
- Enter the website's URL above. The domain is enough — no need for an exact path.
- Click Find Sitemap. The tool scans the common sitemap locations and parses robots.txt for a
Sitemap:line. - Review the results. You get every sitemap found, with its location and whether it loads correctly.
Found a sitemap? Run it through the Sitemap Validator to check for errors that block indexing. No sitemap at all? Create one in minutes with the XML Sitemap Generator, then point crawlers to it from robots.txt using the Robots.txt Generator.
Frequently asked questions
How do I find a website's sitemap?
Enter the website's domain in the tool above and click Find Sitemap. It scans the common locations like /sitemap.xml and /sitemap_index.xml and reads the site's robots.txt file, which usually lists the sitemap URL. You can also try those paths manually in your browser.
Where is a sitemap located?
Most sitemaps live at the root of the domain — for example example.com/sitemap.xml or example.com/sitemap_index.xml. If it is not there, open example.com/robots.txt: sites usually declare the sitemap URL on a "Sitemap:" line inside that file.
What if a website doesn't have a sitemap?
The site can still be indexed, but search engines have to discover pages by following links, which is slower and less complete. If it is your own site, create one with a free XML sitemap generator and submit it in Google Search Console.
What is a sitemap index file?
A sitemap index is a sitemap of sitemaps. Sites with more than 50,000 URLs split their pages across several sitemap files and list those files in one index, usually at /sitemap_index.xml. Search engines read the index first, then fetch each child sitemap.
Can I check a competitor's sitemap?
Yes. Sitemaps are public files, so you can look up any site's sitemap to see which pages it publishes and how often they change. This is a common, legitimate way to research a competitor's content structure.
Related free tools
- Sitemap Validator — check a sitemap for errors that block indexing.
- XML Sitemap Generator — create a valid sitemap if the site doesn't have one.
- Robots.txt Generator — declare your sitemap in robots.txt so crawlers find it.
- How sitemaps boost your visibility in search and AI — why a clean sitemap matters for SEO and AI crawlers.
Last reviewed June 2026.