Deep Audit performs a comprehensive HTML-only crawl of your site (no JavaScript rendering) to build a complete picture of your site's link architecture, template usage, and structural health. It's designed for large sites with 1,000+ pages where sampling alone isn't enough.
Starting from your homepage and sitemap, Deep Audit crawls up to 10,000 pages using HTML-only fetches (no browser/JS). This is fast — typically completing in minutes even for large sites.
Pages are grouped by URL pattern (path structure) to identify templates. For each template, the tool calculates how many pages it generates and the template's average content quality metrics.
Builds the internal link graph and computes:
| Metric | What it shows |
|---|---|
| Template PageRank | How much link equity flows to each template type. Templates with low PageRank are underlinked. |
| Click-depth histogram | How many clicks from the homepage each page requires. Pages at depth 4+ are hard for crawlers to find. |
| Orphan pages | Pages with zero inbound internal links — only reachable via sitemap. |
| Internal link distribution | How evenly link equity is spread across page types. |
Produces an interactive HTML report with visualizations, plus JSON/CSV data exports.
POST /api/deep-audit
{
"domain": "example.com",
"max_pages": 10000
}