seo v1.7.0 · Updated Apr 17, 2026 · by AgriciDaniel

Full Site SEO Audit

Runs a complete SEO audit by dispatching parallel subagents across 10 specialist areas — technical, content, schema, GEO, performance, local — and produces a prioritized action plan with a 0-100 health score.

Claude Code
$ curl -fsSL https://www.cendis.ai/library/skill/seo-audit/install | sh

Attribution: Original skill by AgriciDaniel, MIT licensed. Cendis hosts this entry as a discovery and install convenience; for the canonical version, updates, and supporting scripts, see the upstream skill repo.

What it does

Performs an end-to-end SEO audit on a website. Crawls up to 500 pages, detects business type from homepage signals, then dispatches 7 core specialists (and up to 3 conditional ones) in parallel to analyze every dimension of SEO health. Outputs a comprehensive report, a prioritized action plan, and a single 0-100 health score.

When to use it

  • Onboarding a new client or website
  • Quarterly SEO health checks
  • Before a major content or technical migration
  • When you ask “is my SEO actually any good?” and want a structured answer instead of vibes

Specialists it dispatches

SpecialistFocus
seo-technicalrobots.txt, sitemaps, canonicals, Core Web Vitals, security headers
seo-contentE-E-A-T, readability, thin content, AI citation readiness
seo-schemaStructured data detection, validation, generation
seo-sitemapSitemap structure, quality gates, missing pages
seo-performanceLCP, INP, CLS measurements
seo-visualScreenshots, mobile rendering, above-fold analysis
seo-geoAI crawler access, llms.txt, citability, brand mention signals
seo-local *GBP signals, NAP consistency, reviews, local schema
seo-maps *Geo-grid rank tracking, GBP audit, review intel
seo-google *CrUX field data, GSC indexation, GA4 organic traffic

* Conditional — only dispatched when business type or available credentials warrant.

Output

  • FULL-AUDIT-REPORT.md — comprehensive findings
  • ACTION-PLAN.md — prioritized recommendations (Critical / High / Medium / Low)
  • screenshots/ — desktop and mobile captures (if Playwright available)
  • Optional PDF report for client deliverables

Crawl configuration

Max pages: 500
Respect robots.txt: Yes
Follow redirects: Yes (max 3 hops)
Timeout per page: 30 seconds
Concurrent requests: 5
Delay between requests: 1 second

Example invocation

“Audit example.com”

The skill fetches the homepage, classifies the business type, crawls the site, dispatches subagents in parallel, aggregates findings, computes the health score, and writes the report.

Why it matters

A real SEO audit touches a dozen unrelated systems — Lighthouse, robots.txt, canonical tags, Core Web Vitals field data, structured data, mobile rendering, AI citability. Doing all of that sequentially in one agent thread is slow and tends to drop balls. Parallel subagent dispatch finishes in a fraction of the wall time and produces a structured report you can hand to a client or paste into a sprint planning doc.

License

MIT — original work by AgriciDaniel. Attribution preserved in this listing.