🔗 Broken Link Checker
Scan any webpage for broken links — find 404 errors, redirects, timeouts, and dead links instantly.
Scanning page for broken links
This may take 15–30 seconds depending on the number of links
How the Broken Link Checker Works
This tool fetches the target webpage, extracts all links from its HTML, and checks each one by sending HTTP requests. It detects:
- OK (2xx) — The link works and returns a successful response
- Redirects (3xx) — The link redirects to another URL (shows redirect target)
- Broken (4xx) — The link is dead (404 Not Found, 403 Forbidden, etc.)
- Server Errors (5xx) — The server behind the link is having issues
- Timeouts — The link didn't respond within 5 seconds
Up to 50 unique links are checked per scan. Links are tested using HEAD requests for speed, with GET fallback for servers that block HEAD.