Find broken outbound links
find_broken_linksCrawl a site, verify every external link resolves, and flag outbound links that no longer work by reporting which pages reference them.
Instructions
Crawl the site, collect its external links and check each one still resolves. Outbound rot is invisible until someone clicks — sites move, shut down and reorganise, and nothing tells you. Checks each target once, paced, and reports the pages that link to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Start URL. Defaults to SEO_MCP_SITE. | |
| maxLinks | No | Cap on external links checked. Default 100. | |
| maxPages | No | Cap on pages crawled. Default 50. |