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 report

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

Each check is scored as a pass, warning, or failure, and the results roll up into an overall score and letter grade.

Good for

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%3E

Machine-readable descriptor: tool.json — title + parameters JSON Schema for agents.