No Scan Results Yet
Enter a URL above and click "Start" to check for broken links.
Scan your website for broken links, redirects, and other link issues. This tool crawls pages and validates all links found.
Enter a URL above and click "Start" to check for broken links.
Starting from your URL, the tool crawls pages and discovers all links.
Each link is validated with an HTTP request to check its status.
Broken links, redirects, and timeouts are flagged for review.
Download results as CSV for further analysis.
Links marked as Script, CSS, or Image are assets referenced in your HTML. They may appear "broken" if:
<link href="style.css"> instead of <link href="/styles/style.css">Fix: Always use absolute paths starting with / or full URLs:
<link rel="stylesheet" href="/styles/custom.css">
<script src="/js/app.js"></script>
<img src="/images/logo.png" alt="Logo">
Use Full Crawl mode and set "Max Pages" to 1 in the settings. This will scan only the URL you enter without following internal links.
Yes, it helps ensure outbound links work. Disable for faster internal-only audits.
Usually due to relative paths. Use absolute paths like /styles/style.css instead of style.css.
Click "Export CSV" after a scan completes to download all link data.