Linux 软件免费装
Banner图

Broken Link Notifier

开发者 apos37
更新时间 2026年9月25日 03:12
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

links link notify checker broken

下载

1.1.3.4 1.1.3.9 1.1.4 1.0.6 2.0.0.1 1.3.2 1.1.4.1 1.3.7.1 1.0.4.1 1.1.1 1.3.7 1.3.7.5 1.0.7 1.0.3.1 1.0.9 1.2.1 1.0.8 1.1.0 1.1.3.7 1.1.3.6 1.1.3.8 1.0.4 1.1.3.1 1.1.3.2 1.1.3.5 1.2.0 1.0.4.2 1.0.5 1.1.2 1.1.3 1.2.3 1.2.2 1.2.4 1.1.3.3 1.1.4.2 1.3.7.2 1.3.7.3 1.2.4.1 1.2.5.1 1.2.5.2 1.2.5.3 1.2.6 1.2.6.1 1.3.0 1.3.1 1.3.1.1 1.3.3 1.3.4 1.3.7.4 1.3.7.6 1.3.8 1.2.4.2 1.2.5 1.3.5 1.3.6 2.0.0

详情介绍:

The "Broken Link Notifier" WordPress plugin is a vigilant guardian for your website's links, monitoring and alerting you to broken or dead links as users visit your site. This ensures a seamless user experience and helps prevent search engine ranking penalties. This plugin: With "Broken Link Notifier", you can: This plugin is a must-have for website owners, developers, and SEO enthusiasts who want to guarantee a smooth and error-free browsing experience for their audience! IF THIS PLUGIN FLAGS SOME LINKS AS BROKEN WHEN THEY ARE NOT, PLEASE READ THE FAQ BELOW

安装:

  1. Install the plugin from your website's plugin directory, or upload the plugin to your plugins folder.
  2. Activate it.
  3. The plugin works right away just by visiting pages with broken links on them — but you'll likely see some links flagged as broken that aren't actually broken, so it's worth spending a few minutes on setup first.
  4. Go to Broken Link Notifier > Settings:
  5. Disable notifications for now. By default you're emailed every time a visitor finds a newly-broken link; once flagged, a link won't notify you again unless it's removed from Results before you fix it. It's easiest to leave notifications off until you've finished the initial setup below, then turn them back on.
  6. Enable "Also Fetch Pages Remotely During Page Scan, Site Scan & Link Browser" to prepare for a one-time Site Scan.
  7. Under Post Types, keep Posts and Pages checked, and add any other post types that behave like posts or pages on your front end. Skip post types used only for internal data storage.
  8. Save with Ctrl+S or the Save button at the top of the page.
  9. Go to Broken Link Notifier > Omitted Pages and add any pages that don't need scanning — custom login pages, 404 pages, auto-generated archive pages, and similar. You can add a note to each explaining why it's omitted. To omit an entire section of your site at once, use a wildcard, e.g. /category/* or /tag/*.
  10. Go to Broken Link Notifier > Site Scan and run the two-step scan — this checks your whole site up front so you catch issues before your visitors do, and may take a while depending on site size:
  11. Click "Discover Links" and wait for it to finish.
  12. Click "Check for Broken Links" and wait for it to finish.
  13. If it finds broken links or warnings, click "View Results" (or go to Broken Link Notifier > Results directly).
  14. Review your results and omit anything that's a false positive — individually from Results or Link Browser, or by domain with a wildcard from Broken Link Notifier > Omitted Links.
  15. Once you've worked through your initial results, go back to Settings and re-enable notifications so you're alerted to anything new going forward.

屏幕截图:

  • Page load scan results on front-end in dev console - enable in settings
  • Find broken links easily on front-end with a glowing animation and red border
  • Omitted Links
  • Omitted Pages
  • Page Scan
  • Site Scan
  • Link Browser
  • Settings

常见问题:

Will this plugin slow down my site?

No — The plugin is designed to have minimal impact on performance by only scanning content after the page has fully loaded for a visitor. This means it doesn’t interfere with the page render or user experience. Additionally, in version 1.2.5, we introduced a link caching option that can further improve performance. If enabled (via the Settings page), caching good links will prevent the same working links from being rechecked repeatedly for a set period of time. This reduces unnecessary HTTP requests and improves scan efficiency on high-traffic sites. You can set the cache duration in seconds — common values include:

  • 28800 for 8 hours
  • 43200 for 12 hours
  • 86400 for 24 hours Adjust this based on your site's traffic and how frequently your links change.

Why do some links show as broken when they are not?

If the link works fine and it's still being flagged as broken, then it is likely either redirecting to another page or there is an issue with the page's response headers, and there's nothing we can do about it. If it is a redirect on your own site due to permalink modification, then it's better to fix the link instead of unnecessarily redirecting. You may use the Omit option to omit false positives from future scans as well. If you are seeing a pattern with multiple links from the same domain, you can go to Broken Link Notifier > Omitted Links to add a domain with a wildcard (*), which will omit all links starting with that domain. If you feel that there is another issue at hand, We are happy to look into it further with you.

What causes a link to give a warning?

Warnings mean the link was found, but they may be unsecure or slow to respond. If you are getting too many warnings due to timeouts, try increasing your timeout in Settings. This will just result in longer wait times, but with more accuracy. You can also disable warnings if you have too many of them.

What is status code 666?

A status code of 666 is a code we use to force invalid URL code 0 to be a broken link in case warnings are disabled. It is not an official status code.

Can I omit links and pages from scans?

Yes, you can omit links from being checked for validity by using the "Omit" link in the scan results, or by entering them in manually under Omitted Links. Likewise, you can omit pages from being scanned from the results page or Omitted Pages. Wildcards (*) are accepted.

When I click on "Find On Page," I cannot find the link. Where is it?

Sometimes links are hidden with CSS or inside modals/popups. To find hidden links, go to the page and either open your developer console or view the page source and search for the link. This will show you where it is and which element to look in. Then you can edit the page accordingly. This is more advanced and may require some assistance, so feel free to reach out to us for help.

What's the difference between Link Browser, Site Scan, and Multi-Scan?

Link Browser catalogs every link on your site in one searchable table, without checking their status until you ask it to. Site Scan builds on that same catalog and adds a second step that checks every link for broken links and warnings all at once. Multi-Scan is our original scanning method from earlier versions, kept available but disabled by default; developers can re-enable it with the blnotifier_enable_legacy_multiscan filter.

Why does the dev console show more links that what is scanned during a scan?

The link count during Site Scan or the legacy Multi-Scan does not include links that are filtered out from the pre-check.

What pre-checks are used to filter out broken links?

We skip links that start with # (anchor tags and JavaScript) or ? (query strings), non-http url schemes (such as mailto:, tel:, data:, etc. ), and any links you have omitted.

What can I do if I have the same broken link on a lot of pages?

There are other plugins such as Better Search Replace by WP Engine that will quickly replace URLs on your entire site at once.

Why does my Site Scan or Multi-Scan stop partway through?

There is likely an issue with the content on that page causing a redirect. We cannot intercept all redirected content unfortunately. If that is the case, you can omit the page being scanned so you can continue scanning the rest of your site the next time you try.

Are there hooks available for Developers?

Yes, there are plenty. You can visit our developer documentation here: https://pluginrx.com/docs/plugin/broken-link-notifier/

Where can I request features and get further support?

We recommend using our website support forum as the primary method for requesting features and getting help. You can also reach out via our Discord support server or the WordPress.org support forum, but please note that WordPress.org doesn’t always notify us of new posts, so it’s not ideal for time-sensitive issues.

更新日志:

2.0.0.1 2.0.0 1.3.8 1.3.7.6 1.3.7.5 1.3.7.4 1.3.7.3 1.3.7.2 1.3.7.1 1.3.7 1.3.6 1.3.5 1.3.4 1.3.3 1.3.2 1.3.1.1 1.3.1 1.3.0 1.2.6.1 1.2.6 1.2.5.3 1.2.5.2 1.2.5.1 1.2.5 1.2.4.2 1.2.4.1 1.2.4 1.2.3 1.2.2 1.2.1 1.2.0 1.1.4.2 1.1.4.1 1.1.4 1.1.3.8 1.1.3.7 1.1.3.6 1.1.3.5 1.1.3.4 1.1.3.3 1.1.3.2 1.1.3.1 1.1.3 1.1.2 1.1.1 1.1.0 1.0.9 1.0.8 1.0.7 1.0.6 1.0.5 1.0.4.2 1.0.4.1 1.0.4 1.0.3.1 1.0.3 1.0.2 1.0.1