SEO Power Audit — Full Page On-Page Checks

Inspect heading structure, alt text, meta relevance, empty or placeholder links, page weight, and keyword clarity — with clear PASS/WARN scoring and practical fixes.

What this tool checks

  • Headings outline (H1–H6) — hierarchy, duplicates, missing H1.
  • Images & alt text — missing or empty alt attributes.
  • Meta title & description — length & directional relevance.
  • Links — empty anchors, placeholder href="#", javascript: links.
  • Page weight — basic size estimate of HTML response.
  • Keyword clarity — naïve term frequency (directional only).

Scoring uses simple rules to help you prioritise. PASS means looks healthy. WARN flags potential issues. Use warnings as a triage list, then validate by hand.

How the scoring works

  • PASS — Meets best practices (e.g., a single H1 present).
  • WARN — Something likely needs attention (e.g., empty links, missing alts, duplicate H1s).
  • INFO — Directional info (e.g., top terms by frequency, rough page size).

The tool does not access render-blocking resources or execute client-side apps. For JS-rendered pages, paste the rendered HTML or use your browser’s “View Source” after hard navigation.

How to use it effectively

  1. Enter a public page URL and click Analyze.
  2. Review the Headings & Structure first — fix hierarchy and duplicates.
  3. Address WARN blocks: empty/placeholder links, missing alt text, weak meta.
  4. Tune Title and Description for specificity and CTR (stay within length guidance).
  5. Check keyword clarity — do the top terms reflect the intent and topic?

Interpreting common warnings

Empty / Placeholder Links

Replace href="#" and javascript:void(0) with real URLs or buttons with click handlers. Empty anchors harm accessibility and dilute link equity.

Missing Alt Text

Provide concise, factual alt text for informative images. Use empty alt (alt="") only for decorative images.

Heading Outline

Keep one H1 per page, nest headings in order (H2 under H1, H3 under H2), and avoid skipping levels.

Meta Relevance

The tool checks string length and topical overlap. Align your title & description with the page’s dominant terms and intent.

Related tools

SEO Power Audit — FAQs

Does this crawl JavaScript-rendered content?

It fetches server-returned HTML only. For heavy SPA pages, paste the rendered HTML or test server-side routes.

Is the keyword analysis a ranking predictor?

No — it’s a simple, directional view (term frequency minus stopwords). Use it to sanity-check topical focus, not as a ranking model.

Can I export results?

Copy sections directly from the report. CSV/JSON export is on our roadmap.