On-Page SEO Audit
Comprehensive page audit examining both technical SEO elements (title, meta description, H1, headings, canonical, robots) and content quality metrics (E-E-A-T, readability, freshness, link profile). The workflow scores each dimension and generates an HTML audit report plus a Markdown implementation guide with specific code fixes.
@onpageseoHow it works
Fetch Page Data
Crawls the URL and extracts HTML structure, content, and metadata
SEO Element Analysis
Evaluates 7 technical SEO elements (title, meta, H1, headings, canonical, robots, URL)
Content Quality Assessment
Analyzes depth, E-E-A-T signals, readability, freshness, link profile
Report Generation
HTML audit report with scores + Markdown fix guide with code examples
Parameters
urlstringRequiredFull URL to audit (e.g., "https://example.com/page")report_languagestringOptionalReport language (en, uk, de, etc.) Default: enExample queries
Example output
SEO Score: 72/100 ✓ Title tag: "Best Running Shoes 2025" (52 chars) — Good length ✗ Meta description: Missing — Add 150-160 char description ✓ H1: Present, contains target keyword ✗ Headings: H2 tags skip hierarchy (H1 → H3) ✓ Canonical: Self-referencing, correct Content Score: 65/100 ✗ Word count: 580 words — Below average (1,200) ✓ E-E-A-T: Author byline present ✗ Readability: Flesch score 42 — Too complex for target audience ✗ Internal links: 2 found — Average is 8 ✓ Images: 4 images with alt text
Output formats
Audit report with SEO score (0-100) and content quality score (0-100), issue breakdown
Step-by-step implementation guide with code examples and fixes