page_outline
Fetch any webpage and return its title, meta description, H1-H3 headings, and word count to analyze on-page SEO structure.
Instructions
Fetch one page and return its title, meta description, h1-h3 headings and word count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| h1 | Yes | ||
| h2 | Yes | ||
| h3 | Yes | ||
| url | Yes | ||
| title | Yes | ||
| status | Yes | ||
| word_count | Yes | ||
| description | Yes |