Scan your website for broken links, redirects, and dead URLs. Perfect for SEO optimization and website maintenance.
Starting from your URL, the tool crawls pages and discovers all links. Works great with sitemaps.
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, JSON, XML, or HTML report for 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. Use our JS/CSS minifier for optimization.
<link rel="stylesheet" href="/styles/custom.css">
<script src="/js/app.js"></script>
<img src="/images/logo.png" alt="Logo">
Open Settings and enable "Single Page Only" toggle. This sets Max Pages to 1 and ensures only your entered URL is scanned - the crawler won't follow any internal links. Perfect for checking a specific page like https://example.com/contact/ without crawling the entire site.
Yes, it helps ensure outbound links work. Disable for faster internal-only audits. Consider checking links in your sitemap too.
Usually due to relative paths. Use absolute paths like /styles/style.css instead of style.css.
Click "Export" after a scan completes to download all link data as CSV, JSON, XML, or an HTML report.
Full Crawl automatically discovers pages by following internal links. URL List lets you specify exactly which pages to check.