generate_sitemap
Crawls a website to generate an XML sitemap for SEO audits or search engine submission. Returns the sitemap file path and crawl summary.
Instructions
Crawl a website and generate an XML sitemap file. Returns the sitemap file path and a crawl summary. Use for SEO audits or submitting sitemaps to search engines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL to crawl | |
| max_depth | No | Maximum crawl depth (SiteOne default is unlimited; 10 is safer for MCP use) | |
| output_file | No | Output filename for the sitemap | sitemap.xml |