eds_audit_report
Generate a client-ready HTML site audit report with executive summary, dimension health scores, prioritized issues, and suggested fixes, plus Save-as-PDF.
Instructions
Run a site audit and return a beautiful, self-contained, client-ready HTML report — a Focus GTS Navigator letterhead, an executive summary, per-dimension health scores, a prioritized issue list with suggested fixes, and a "Save as PDF" button (browser print, no dependency). Navigator-branded by default. Optionally pass brand (your own agency name, logo as a data: URI, hex accentColor, preparedFor client name) to white-label the letterhead, and/or an executiveSummary you write; the Navigator footer credit always stays. Same audit options as eds_audit_site. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | RUM look-back window in days (default 7). | |
| brand | No | Agency branding — turns the report into a client deliverable (letterhead + Save-as-PDF). | |
| domain | No | Live domain for RUM-based performance and 404 checks (needs EDS_DOMAIN_KEY). Also used as the report title. | |
| maxPages | No | Max pages to fetch for per-page checks (default 50). | |
| dimensions | No | Which dimensions to include (default all): seo, accessibility, performance, freshness, links, sitemap. | |
| pathPrefix | No | Only audit pages under this path prefix. Omit for the whole site. | |
| executiveSummary | No | A plain-English summary you write from the findings, shown prominently at the top. If omitted on a branded report, a factual summary is generated from the numbers. |