Site Audit
/seo-auditRun a full technical SEO audit from your terminal. Checks crawlability, indexation issues, meta tags, page speed signals, and site structure in one pass.
Get this skill
Install all free SEO skills with one command:
curl -fsSL https://raw.githubusercontent.com/ccforseo/seo-skills/main/install.sh | bashOr install this skill manually:
$ git clone https://github.com/ccforseo/seo-skills.git
$ cp -r seo-skills/site-audit ~/.claude/skills/site-auditWhat it does
The Site Audit skill is a Claude Code command that crawls your website and produces a prioritized list of technical SEO issues. It checks HTTP status codes, meta robots directives, canonical tags, heading hierarchy, image alt attributes, and internal link structure. Output includes severity ratings and fix recommendations grouped by impact, letting you address critical issues first.
Key features
- Crawls all accessible pages and flags HTTP errors
- Validates meta tags, canonicals, and robots directives
- Checks heading hierarchy and content structure
- Identifies missing alt text and oversized images
- Generates a prioritized issue report with fix suggestions
How to use Site Audit
Run the command
Type /seo-audit in Claude Code and provide your target URL or sitemap path.
Review the crawl results
The skill outputs a categorized list of issues sorted by severity: critical, warning, and informational.
Export and fix
Copy the report or export it as CSV. Work through critical issues first, then warnings.
When to use it
Pre-launch technical review for new websites
Monthly health checks on client sites
Quick diagnosis after a traffic drop
Onboarding audit for new SEO clients
Frequently asked questions
How many pages can the Site Audit skill crawl?
The skill crawls up to 500 pages per run by default. You can adjust the crawl depth and page limit by passing flags when you invoke the command. For larger sites, run it against specific subdirectories.
Does the Site Audit check Core Web Vitals?
The Site Audit flags page speed signals like large images and render-blocking resources, but for detailed CWV data use the Core Web Vitals Analyzer skill (/cwv-check). The two skills complement each other.
Can I run the Site Audit on staging environments?
Yes. Point it at any accessible URL, including localhost, staging domains, or password-protected environments if you provide credentials. This is useful for catching issues before deployment.
What output format does the Site Audit produce?
The skill outputs a structured markdown report by default. You can also request CSV or JSON output for importing into spreadsheets or project management tools.
Related skills
Core Web Vitals Analyzer
/cwv-checkAnalyze Core Web Vitals (LCP, INP, CLS) for any page and get actionable fix recommendations. Uses CrUX data and lab metrics for a complete performance picture.
Technical SEOBroken Link Checker
/broken-linksFind all broken internal and external links on your site. Reports 404s, 5xx errors, timeout links, and redirect chains with their source pages.
Technical SEOInternal Link Mapper
/internal-linksMap your site's internal link structure and find opportunities to strengthen topical clusters. Identifies orphan pages, weak hubs, and missing contextual links.
Technical SEOStructured Data Validator
/sd-validateValidate JSON-LD structured data on any page against schema.org specs and Google's rich result requirements. Catches errors before they cost you rich snippets.
Get all 50 skills
The SEO Command Center includes every skill in this library plus Python data fetchers, CLAUDE.md configs, and report templates. One-time purchase.