seo_audit
Audit a page's SEO by comparing bot and rendered versions to reveal JS-only content, changed titles, missing canonicals, and meta tags.
Instructions
Audit a URL's SEO in one call: fetches it twice — as a pure HTTP bot (no JS) and fully rendered — and returns both views (title, description, canonical, h1, word count) plus the diff (JS-only content, changed title/description, canonical missing without JS) and bot-facing meta (robots, Open Graph, JSON-LD types). Use this instead of scraping manually when checking how a page indexes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The page URL to audit | |
| country | No | ISO country code for the proxy exit, e.g. 'us' | |
| no_render | No | Skip the rendered pass (cheaper — returns the no-JS view only, no diff) |