// INPUT

Enter a public site URL or sitemap.xml URL. The checker looks at robots.txt and common sitemap locations automatically.

// ABOUT THIS TOOL

Find XML sitemaps from a site URL or sitemap URL, then check URL counts, lastmod values, and robots.txt references.

  • When a URL needs to be checked, TOOLPOOL fetches the target page through its fetch API. localhost, private IPs, and credentialed URLs are blocked.
  • You can copy a link to share the check result. The shared URL may include the URL you entered.
// USE CASES
  1. Check whether sitemap.xml, robots.txt, or llms.txt is published correctly
  2. Organize entry points for search crawlers and AI agents
  3. Review old URLs or missing links before launch
// FAQ
What can this tool do?

Find XML sitemaps from a site URL or sitemap URL, then check URL counts, lastmod values, and robots.txt references.

How is the input handled?

URL checks use the TOOLPOOL fetch API to retrieve the target page. This does not send local files or unrelated browser data.

Can I share the result?

After running a check, you can copy a share link. The shared URL may include URL parameters needed to run the same check again.