affected-urls
Installation
SKILL.md
Find affected URLs
Use this report after a crawl has identified a technical pattern. A rule count is useful for triage, but implementation needs the exact URLs, the observed evidence, and a stable source crawl. Prefer reportId so every follow-up refers to the same snapshot; pass url only when a new crawl is intentional.
Run it
For MCP, call seo_list_reports with category crawl only when discovery is needed. Then call seo_describe_report with { "id": "affected-urls" }. Finally call seo_run_report with:
{
"id": "affected-urls",
"params": {
"reportId": "crawl_example_20260710",
"ruleId": "missing_title",
"severity": "high",
"limit": 50
}
}