{
  "slug": "seo-audit",
  "name": "gizza-ai/seo-audit",
  "version": "0.1.0",
  "title": "SEO Audit — Check On-Page SEO of HTML Online — gizza.ai",
  "description": "Paste a page's HTML and get a scored on-page SEO audit — title, meta description, headings, image alt text, canonical, and Open Graph tags. Free, private, no upload.",
  "tags": [
    "seo audit",
    "on-page seo",
    "meta tags checker",
    "html seo check",
    "open graph checker",
    "seo score"
  ],
  "category": "developer",
  "urls": {
    "page": "https://gizza.ai/tools/seo-audit/",
    "markdown": "https://gizza.ai/tools/seo-audit/index.md",
    "descriptor": "https://gizza.ai/tools/seo-audit/tool.json",
    "deep_link_example": "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"
  },
  "cli": "gizza tool seo-audit '<html><head><title>…</title><meta name=\"description\" content=\"…\"></head><body>…</body></html>'",
  "tool": {
    "description": "Audit pasted HTML for common on-page SEO issues — missing or poorly sized <title> and meta description, H1 usage, skipped heading levels, images missing alt text, canonical link, and Open Graph tags — and return a 0–100 score with per-check findings. Pass the page HTML as `html`.",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "html": {
          "description": "The full HTML source of the page to audit (paste the page's <head> and <body>).",
          "type": "string"
        }
      },
      "required": [
        "html"
      ],
      "type": "object"
    }
  }
}