Find every broken link on your page.
Paste a URL and we check every link on it — internal and external — reporting which are alive and which are dead. No signup to try it.
What the link check reads
Every link extracted.
We parse the page and pull every <a href> — internal navigation, external references and everything in between.
Live status per link.
A HEAD/GET request to each target returns the real HTTP status — 200 OK, 404 gone, 500 down.
4xx, 5xx & timeouts.
Dead links grouped by failure: not-found, server error, timed out or unreachable — the ones costing you crawl budget.
Internal vs external.
We separate broken internal links (worst for SEO) from external ones so you know exactly what to fix first.
HEAD-first, GET fallback.
Fast HEAD probes with an automatic GET retry for hosts that reject HEAD — accurate without hammering the target.
One link-health score.
The share of links that resolve cleanly, rolled into a single 0–100 score with a fix list for the failures.