discover_sitemaps
Find all sitemap URLs for a domain by checking robots.txt, common paths, and sitemap indexes. Returns a list of sitemap locations to reveal the site's structure.
Instructions
Find all sitemap files for a given domain by checking robots.txt, common paths, and sitemap indexes. Returns a list of sitemap URLs. Use this first to understand a site's sitemap structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The domain to check, e.g. 'https://example.com'. Only the domain is used — path is ignored. |