Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
</p>

<p align="center">
<a href="#demo">Demo</a> ·
<a href="#getting-started">Quick start</a> ·
<a href="#seo-feedback-loop">Feedback loop</a> ·
<a href="#features">Features</a> ·
Expand Down Expand Up @@ -54,6 +55,18 @@ Site Audit is a **developer-friendly SEO audit** tool: self-hosted, transparent,
- **Closed-loop SEO workflow** — audit, report, feed data to IDE agents via MCP, fix in code, review and compare
- Optional AI-assisted analysis over audit data via MCP-compatible tools

## Demo

<p align="center">
<a href="https://youtu.be/HwWw7_koj70">
<img src="https://markdown-videos.vercel.app/youtube/HwWw7_koj70" alt="Site Audit — Open Source SEO Crawl & Audit" width="920">
</a>
</p>

<p align="center">
<sub><a href="https://youtu.be/HwWw7_koj70">▶ Site Audit — Open Source SEO Crawl & Audit</a></sub>
</p>

## SEO feedback loop

Site Audit is built for a **continuous improve-and-verify cycle**, not one-off dashboard checks. Crawl your site, generate reports, expose audit data to AI agents in **Cursor, Claude Code, or Copilot** via [340 MCP tools](docs/MCP.md), fix issues in your repository, then **review** the next run to compare health scores and issue deltas.
Expand Down
Loading