v1.0 · free · no signup

link.audit()

Crawl any site and find broken links, 404s, and anchor text that doesn't match its target page. Built for developers, runs in seconds.

live
0
audits run
0
links checked
0
pages crawled

// Heuristic check first; AI semantic match for ambiguous cases. Hard cap: 100 pages.

// how it works

01
Crawl
BFS through internal links from your start URL, respecting your page & depth limits.
02
Status check
Every link is fetched. Non-2xx responses (404, 500, redirects to dead ends) get flagged.
03
Anchor match
Anchor text is compared against the target page's slug, title, and headings using token overlap.
04
AI tiebreaker
Borderline matches get a semantic check from an LLM to catch nuanced cases.