check_broken_links
Scan websites for broken links to identify HTTP errors, assess SEO impact, and estimate revenue loss for actionable remediation.
Instructions
Scans a single URL or entire site/sitemap for broken links.
Returns a structured report with every broken link found, its HTTP status code, the page it was discovered on, link type (affiliate/external/internal), SEO impact rating, and estimated revenue loss.
Agents can pass the output directly to get_fix_suggestions for remediation steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The website URL to scan (e.g. "https://example.com"). | |
| sitemap_url | No | Optional sitemap URL to crawl instead of discovering pages by depth. | |
| max_depth | No | How many levels deep to crawl from the start URL. Default 3. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||