audit_sitemap
Fetches a sitemap and scores each URL for citation likelihood, surfacing systemic issues by returning worst results first.
Instructions
Fetch a sitemap.xml (or sitemap index) and run predict_citation on every URL. Returns results sorted worst-score-first. Surfaces systemic issues across a whole site in one pass. Zero engine keys needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sitemap_url | Yes | URL of sitemap.xml (or a sitemap index). Nested sitemaps are followed. | |
| limit | No | Max URLs to score. Sitemap is sliced after parsing. | |
| concurrency | No | Parallel predict_citation calls. Higher is faster but more rate-limit risk. |