seo-audit

Crawls websites and generates a scored SEO audit report with prioritized fixes.

Updated Sep 17, 2026
One-click install
npx skills add https://github.com/coseto6125/claude-setup --skill seo-audit-coseto6125
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/coseto6125/claude-setup/tree/main/skills/seo-audit
Command: npx skills add https://github.com/coseto6125/claude-setup --skill seo-audit-coseto6125

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually auditing a website for SEO issues across technical, content, performance, and schema dimensions is slow and error-prone. This Skill automates a full-site audit, crawling up to 500 pages and producing a health score with a prioritized action plan. ## Core Features & Use Cases - Full-site crawl and scoring: Crawls up to 500 pages respecting robots.txt, detects business type, and aggregates findings into a 0-100 SEO Health Score with weighted categories. - Parallel specialist analysis: Delegates to up to 15 specialist dimensions (technical, content, schema, performance, visual, local, backlinks, ecommerce, and more), with conditional specialists spawned based on detected business type and available API credentials. - Structured reports and action plans: Writes findings, a structured audit-data.json envelope, and an optional A4 PDF report with charts, prioritized recommendations, and an implementation roadmap. - Use Case: A marketing team wants to know why organic traffic dropped. Run the audit on the domain to get critical issues (indexation blocks, missing schema), quick wins, and a phased fix plan. ## Quick Start Run a full SEO audit on https://example.com and generate the PDF report.

Frequently Asked Questions about seo-audit

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

FAQPage Schema
How do I run a full SEO audit on my website?▼

Provide the target URL and the audit renders the homepage, detects the business type, crawls up to 500 internal pages, and delegates analysis to specialist dimensions. Results are written to a {domain}-audit folder with a health score, findings, and an action plan.

What does an SEO audit report include?▼

The report includes an overall health score, detected business type, top critical issues and quick wins, per-category findings (technical, content, on-page, schema, performance, images, AI readiness), and a four-phase prioritized action plan. An optional A4 PDF report with charts can also be generated.

Can the audit use Google Search Console and Core Web Vitals field data?▼

Yes, if Google API credentials are configured, the audit spawns a Google specialist that pulls CrUX Core Web Vitals field data, GSC URL indexation status, search performance metrics, and GA4 organic traffic. Without credentials it falls back to lab-based measurements.

What happens if robots.txt blocks crawling during an audit?▼

The audit respects robots.txt and reports which paths are blocked. It analyzes only accessible pages and notes the limitation in the final report rather than guessing at blocked content.

What are the limitations of a large-site SEO audit?▼

The crawl is capped at 500 pages with a 30-second per-page timeout and 5 concurrent requests. For larger sites, findings cover the crawled subset and the report estimates total site scope; rate-limited responses trigger backoff and partial-result reporting.