Crawl a site
crawl_siteAudit an entire site for cross-page SEO issues: broken URLs and referring links, duplicate titles and descriptions, missing basics, and deeply buried pages. Uses sitemap seeds and obeys robots.txt.
Instructions
Crawl a site and report the problems only visible across pages: broken URLs and what links to them, duplicate titles and descriptions, missing basics counted as a proportion, and pages buried too deep to be crawled often. Seeds from the sitemap when there is one. Read-only, obeys robots.txt and paces itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Start URL. Defaults to SEO_MCP_SITE. | |
| maxDepth | No | How many links deep to follow. Default 3. | |
| maxPages | No | Hard cap on pages fetched. Default 200 (SEO_MCP_MAX_PAGES). | |
| listPages | No | Include the full page-by-page table. Default false — it is long. | |
| useSitemap | No | Seed the crawl from the sitemap. Default true, and a much better sample. |