Broken Link Checker
Paste a URL. We pull every link on the page and check each one. Get the full list with status, redirects, and final URL — plus a CSV to take into a ticket.
We fetch the page once, extract every <a href>, then HEAD-check each link in parallel. Single-page only — we don't crawl further.
FAQ
How many links does it check?▼
Up to 80 unique links per page. If you have more, the result is capped. We dedupe by URL so the same href listed twice is only checked once.
Does it crawl deeper than one page?▼
No — this tool checks the links on a single page. For a full-site crawl you'd want a desktop crawler like Screaming Frog. The single-page model keeps it instant and predictable.
What counts as 'broken'?▼
Anything that returns 4xx, 5xx, or fails to connect (DNS error, timeout, connection refused). 3xx redirects are NOT broken — we follow them and report the final status.
Why does my check come back blank?▼
Either the page renders its links via JavaScript (we only see initial server HTML), or the page returned a non-HTML response, or it blocked our bot. Try a different page or check the source HTML in DevTools.
More Website Tools
WHOIS Lookup
See a domain's registrar, registration date, expiry, status flags, and nameservers. Powered by RDAP — the modern WHOIS replacement.
Subdomain Finder
Enumerate subdomains of any domain via certificate transparency (CT) logs. Filter, copy, download. No API key needed.
HTTP Headers Inspector
Inspect response headers, the full redirect chain, and a security-header score (HSTS, CSP, X-Frame-Options) for any URL.