Broken Image Link Scanner
Crawl a page for every image, resolve relative URLs, and check each one for broken links or redirects.
β‘ 199 points per successful run Β· Balance: 0 Β· Buy points
Page URL
Scans a page for <img> tags and checks whether each image actually loads.
Results
How to Use
Enter a page URL. The tool fetches its HTML, parses every <img src="..."> with DOMDocument, and resolves each source against the page's own URL β handling protocol-relative (//host/path), root-relative (/path), and plain relative paths. Each resolved image URL is then checked with an HTTP HEAD request and classified as OK (2xx), Redirect (3xx, with the target shown), or Broken (4xx/5xx or unreachable). To keep runtime predictable, at most 40 unique image URLs are checked per scan β if the page has more, you'll see a note above the results.