seo_audit_sitemap_multipage
Crawls every page in a sitemap, checks robots.txt rules and security headers, then compiles a site-wide SEO scorecard and inventory report.
Instructions
Crawls and batch-audits all pages registered in a website sitemap.xml (or local discovered routes), cross-checks robots.txt allow/disallow rules, audits HTTP security headers (HSTS, CSP, X-Frame-Options), and compiles a site-wide scorecard and inventory report.
USAGE GUIDELINES:
Use when auditing an entire website with multiple pages rather than a single URL.
Do NOT use for single page analysis; use 'seo_generate_full_audit' instead for faster single-page feedback.
Do NOT use to generate new sitemaps; use 'seo_generate_sitemap_and_robots' instead.
BEHAVIORAL TRANSPARENCY:
Read-only batch crawl.
Issues HTTP GET requests respecting robots.txt directives and maxPages limits. Makes no disk modifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Website base URL (e.g. "https://example.com") or local codebase folder path. | |
| maxPages | No | Maximum number of sitemap URLs to crawl and audit (default: 25, recommended max: 50). | |
| userAgent | No | Target crawler user-agent to evaluate robots.txt permissions against (default: "Googlebot"). |