← Tools

Internal Link Auditor + Auto-Rewriter

Crawl a site, find every 404 internal link, 301 chain, and stale slug. Outputs a ready-to-paste sed script that auto-rewrites all broken refs across your source tree. Companion tool to Link Graph — deeper on link quality, less on topology.

Context and background

Read the story behind this tool: Why Internal Link Auditor Exists →

Audit a site

Enter any site's homepage. The tool crawls up to N pages depth-2, extracts every internal <a href>, probes each destination for upstream status (via server-side proxy), and flags any 4xx / 3xx. For every broken destination, it proposes a canonical replacement and emits a sed patch you can run against your source tree.