audit_page_onpage
Analyze a webpage's title, meta, headings, and body, then receive actionable edit suggestions to improve ranking for a specific search query.
Instructions
Fetch a page, parse its title/meta/headings/body, and return concrete edit suggestions for the target query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_url | Yes | Full URL of the page to audit | |
| target_query | Yes | The search query you want this page to rank for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| h1 | Yes | ||
| url | Yes | ||
| title | Yes | ||
| headings | Yes | ||
| word_count | Yes | ||
| suggestions | Yes | ||
| target_in_h1 | Yes | ||
| target_density | Yes | ||
| target_in_title | Yes | ||
| meta_description | Yes |