SEO Audit
Paste a page's HTML and get a scored on-page SEO report — title, meta description, heading hierarchy, image alt text, canonical link, and Open Graph tags. Runs entirely in your browser, no upload, no sign-up.
SEO Audit
Paste a page's HTML and get an instant on-page SEO report with a 0–100 score. It runs locally in your browser; nothing is uploaded.
What it checks
- Title tag — present, non-empty, and within the recommended 10–60 characters.
- Meta description — present and within the recommended 50–160 characters.
- H1 heading — exactly one
<h1>on the page. - Heading hierarchy — no skipped levels (e.g. an
<h2>jumping straight to<h4>). - Image alt text — every
<img>has non-emptyalttext. - Canonical link — a
<link rel="canonical">is present. - Open Graph tags —
og:title,og:descriptionandog:imagefor rich social previews.
Each check is scored as a pass, warning, or failure, and the results roll up into an overall score and letter grade.
Good for
- A quick on-page SEO sanity check before publishing a page.
- Spotting missing meta tags, alt text, or social-preview tags.
- Reviewing a CMS export or a hand-written template.
FAQ
Is my HTML uploaded?
No — the audit is compiled to WebAssembly and runs entirely in your browser tab.
Does it crawl my site or fetch the live page?
No. It only analyses the HTML you paste — view-source and paste, or paste your template.
What score is good?
90+ (grade A) means all the basics are covered. Warnings are worth fixing but won't block indexing; failures usually should be addressed.
Developer & Automation Access
Run it from the terminal
Same engine as this page, headless — via the gizza CLI:
gizza tool seo-audit '<html><head><title>…</title><meta name="description" content="…"></head><body>…</body></html>'New to the CLI? Get gizza →
Open it by URL
Pre-fill and auto-run this tool with query parameters — the names match the API/CLI:
https://gizza.ai/tools/seo-audit/?html=%3Chtml%3E%3Chead%3E%3Ctitle%3E%E2%80%A6%3C%2Ftitle%3E%3Cmeta%20name%3D%22description%22%20content%3D%22%E2%80%A6%22%3E%3C%2Fhead%3E%3Cbody%3E%E2%80%A6%3C%2Fbody%3E%3C%2Fhtml%3EMachine-readable descriptor: tool.json — title + parameters JSON Schema for agents.
