seo_audit
Fetch a URL as both a no-JS bot and a rendered browser to compare content and meta, revealing whether the page is indexable without JavaScript.
Instructions
Fetch a URL twice — as a no-JS bot and fully rendered — and return both views, the diff between them (contentOnlyInJs, canonicalMissingNoJs, titleChanged…) and the bot-facing meta (robots, OG, JSON-LD types). The fastest way to answer 'is this page indexable without JavaScript'. $0.0012.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The page to audit. | |
| country | No | ISO country code for the proxy exit. | |
| no_render | No | Skip the rendered pass — cheaper, bot view only. |