Skip to content

Feature

Crawl the site, grade it, and get the list of what to fix first

What is quietly broken · Runs in Claude Code

What it does

One command crawls the site and dispatches every specialist at once: technical, on-page, performance and local. Crawlability, indexability, redirects, structured data, titles, headings, alt text, Core Web Vitals and internal link structure are each graded, then merged into a single report ordered by what is costing you the most traffic.

What running it looks like
$ /site-audit --site yoursite.com
dispatching technical · on-page · performance · local
graded C+ · 12 issues, ordered by traffic at risk

§ Scope

6 Skills involved
5 Specialist agents
3 Data sources read

§ Limits

What this does not do

Stated plainly, so you do not find out later

It reports; it does not repair. Nothing here edits your live site, pushes a redirect or touches a robots file. The output is a graded list with the fix written out, and applying it stays your decision. Core Web Vitals come from PageSpeed Insights, so they are Google's measurement rather than ours.

§ Skills
6 of them

§ Agents
5 on it

§ Sources

What technical site audit actually reads

Performance

PageSpeed Insights

Core Web Vitals, field data and lab runs, per URL.

Crawl

Firecrawl

Full-site crawls and page extraction, including rendered content.

Search

Google Search Console

Queries, impressions, positions and index coverage, per property.

§ Elsewhere