Broken Link Checker

seo links scanner

This tool allows you to scan a website for broken links. It uses a plugin that needs to be installed in your browser.

Don't worry, installing the extension is quite safe. To prove it, here's a link to the open source code on GitHub

Enter Website URL

Advanced Options

Only scan page links, skip images/CSS/JS

How deep to scan internal links (0-10)

0 = Specified URL only

Show detailed debug information

Browser Extension Required

Install our browser extension to scan websites for broken links locally in your browser. Your website data stays private and secure.

How It Works

1

Install our browser plugin from the Chrome Web Store, Firefox Add-ons, or Microsoft Edge Add-ons.

2

Enter the URL of the website you want to scan in the form above.

3

Click "Scan for Broken Links" - you'll be redirected to activate the plugin scan.

4

The plugin will scan your website and display results directly in your browser.

Advanced Scanning Options

For advanced users, you can customize the scan behavior by adding query parameters to the plugin-scan URL.

URL Format

To trigger a scan with all three options configured (max depth, pages only, and verbose debug), navigate to or enter the following URL in your browser (replace {TARGET_URL} with the actual website you want to scan):

https://devkit.free/plugin-scan/?target={TARGET_URL}&maxdepth=2&pagesonly=false&debug=verbose

Explanation of the Options

  • maxdepth=2: Sets the maximum scan depth to 2 (scans the target page plus up to 1 level of internal links; adjust the number as needed, e.g., 1-10).
  • pagesonly=false: Disables "pages only" mode, so it will also scan images, CSS, and JavaScript files (set to true if you only want page links).
  • debug=verbose: Enables detailed debug logging for troubleshooting (visible on the page and in the console).

Example with a Real Target

This will start a comprehensive scan of https://example.com with recursive depth, asset scanning, and verbose logging. The scan runs via the browser extension in the background.

https://devkit.free/plugin-scan/?target=https://example.com&maxdepth=2&pagesonly=false&debug=verbose

Why Check for Broken Links?

SEO Benefits

Broken links negatively impact your search engine rankings. Fix them to improve your SEO.

User Experience

Broken links frustrate visitors and increase bounce rates. Keep your site user-friendly.

Analytics Insights

Identify which pages have the most broken links and prioritize your fixes.

Privacy Focused

Our plugin scans locally in your browser - your website data never leaves your device.

Discussion

Loading comments...

Add a comment