seo-audit

Audits source code and live sites across 13 SEO and GEO dimensions with critical gates.

6|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/greglas75/zuvo --skill seo-audit-greglas75
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/greglas75/zuvo/tree/main/skills/seo-audit
Command: npx skills add https://github.com/greglas75/zuvo --skill seo-audit-greglas75

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It detects SEO and GEO issues in a website's source code, templates, and configuration before launch or after redesigns, producing a scored report with prioritized, evidence-backed findings instead of manual checklist reviews. ## Core Features & Use Cases - 13-dimension audit with 6 critical gates: Covers meta tags, sitemaps, AI crawler policy, structured data, content quality, GEO readiness, performance, and more, with blocking gates for sitemap, Googlebot access, HTTPS, canonicals, server-rendered JSON-LD, and AI crawler policy. - Framework-aware analysis: Adapts checks for Astro, Next.js, Hugo, WordPress, React, and plain HTML, dispatching parallel technical, content, and assets agents. - Optional live mode: Adds Core Web Vitals measurement, broken link detection, rendered DOM verification, and bot policy probing via --live-url. - Use Case: Run a full audit on a Next.js marketing site before launch to get a graded report (A-D), a prioritized fix plan with effort estimates, and CI-parseable PASS/FAIL/PROVISIONAL output. ## Quick Start Ask the assistant to run an SEO audit on the current project, optionally passing a path, --quick, --geo, --content-only, or --live-url with your site URL.

Frequently Asked Questions about seo-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run an SEO audit on my website's source code?

Invoke the seo-audit skill in your project directory; it auto-detects the framework and scans templates, config files, and content across 13 dimensions. Use --quick for a fast critical-gates-only pass or --live-url to add live site checks.

What is GEO optimization and how is it audited?

GEO (generative engine optimization) prepares content for AI crawlers and answer engines. The audit checks llms.txt presence and quality, AI crawler robots.txt policy, content chunkability, semantic HTML, and E-E-A-T signals, with a dedicated --geo mode.

Does the SEO audit support Next.js and Astro?

Yes, it is framework-aware for Next.js, Astro, Hugo, WordPress, React, and plain HTML. It uses framework-specific checks such as Next.js metadata API analysis and Astro hydration and image audits.

Can the audit modify my code to fix SEO issues?

No, the audit is strictly read-only against source code. It only writes report files to the audits directory and suggests fixes in the report; a separate seo-fix skill consumes the JSON output to apply changes.

Why does my audit result show PROVISIONAL instead of PASS?

PROVISIONAL means a blocking critical gate returned INSUFFICIENT DATA, typically because static analysis cannot confirm something like HTTPS enforcement without live verification. Re-run with --live-url to resolve the uncertainty.