eds_audit_site
Sweep a site or subtree to identify prioritized SEO, accessibility, freshness, sitemap, and performance issues, providing a read-only checklist for remediation.
Instructions
Sweep the whole site (or a subtree) and return a prioritized list of content-quality issues across SEO, accessibility, freshness, sitemap coverage, and — when a domain is supplied — performance (Core Web Vitals) and 404s from real-user data. Read-only; safe to run anytime. Pair with the eds_da_* write tools to fix what it finds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | RUM look-back window in days (default 7). | |
| domain | No | Live domain (e.g. www.example.com) for RUM-based performance and 404 checks. Requires EDS_DOMAIN_KEY. Omit to skip those. | |
| maxPages | No | Max pages to fetch for per-page checks (default 50). | |
| dimensions | No | Which dimensions to run (default all): seo, accessibility, performance, freshness, links, sitemap. | |
| pathPrefix | No | Only audit pages under this path prefix (e.g. "/blog/"). Omit for the whole site. |