Linux 软件免费装
Banner图

Muri Link Tracker

开发者 muri3
更新时间 2026年4月21日 22:52
PHP版本: 8.2 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

seo affiliate links broken links link checker redirect checker

下载

1.0.0

详情介绍:

Muri Link Tracker is a powerful WordPress plugin designed to help site owners maintain their SEO health and user experience by identifying broken links, analyzing redirect chains, and detecting affiliate patterns — all without slowing down your site. Whether your site has 100 or 100,000 links, Muri Link Tracker scans them in the background and gives you a real-time dashboard to act on what matters: broken URLs, redirect loops, and missing rel attributes. Key Features What It Detects Privacy Muri Link Tracker makes outbound HTTP requests to verify the status of links found in your content. These requests use a clearly identified User-Agent string (MuriLinkTracker/1.0.0). No personal user data is collected, stored, or transmitted to third parties. Development The full source code, including React/JavaScript source files and build configuration, is available on GitHub: https://github.com/nicolasdiolez/muri-link-tracker

安装:

  1. Upload the muri-link-tracker folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Access the dashboard via Muri Link Tracker in the admin sidebar.
  4. Open the Settings tab to choose which post types to scan and tune timeouts to your hosting.
  5. Click Full Scan from the Dashboard to analyze all your published content.
Requirements

屏幕截图:

  • **Start in Seconds** — A clean Dashboard greets you with three clear actions: Full Scan, Delta Scan, or Reset Data. Delta Scan saves time on large sites by only checking posts modified since your last scan.
  • **Focus on What's Broken** — The Broken filter surfaces every dead link (404, 410, DNS errors) in one view, ready for bulk fix or deletion. Silent editing keeps your post modified dates untouched.
  • **Track Every Redirect** — The Redirects filter lists every link that forwards through one or more hops, so you can update them to their final destinations and preserve link equity.
  • **Every Link at a Glance** — The link inventory mixes OK, broken, redirected, and errored URLs in a single sortable table, color-coded by status for instant triage.
  • **Real-Time Scan Progress** — Watch scans unfold live: progress bar, item counters, and summary stats update in real time. Cancel at any moment — partial results are preserved and the scan can be resumed later.
  • **Fine-Tune to Your Hosting** — The Settings panel lets you define which post types to scan, adjust batch size, set HTTP request timeouts and delays, and configure the automatic recheck interval to match any hosting environment.

升级注意事项:

1.0.0 Initial release of Muri Link Tracker.

常见问题:

How does the scanning work?

Muri Link Tracker uses WordPress Action Scheduler to process scans in the background. Posts are scanned in configurable batches, and each link is verified via HTTP HEAD request with GET fallback. This ensures your site remains responsive during scans, even on shared hosting.

What's the difference between Full Scan and Delta Scan?

Full Scan re-indexes every link on your site and re-checks each URL's HTTP status. Delta Scan only processes posts modified since the last successful scan — ideal for recurring maintenance on large sites. Use Full Scan after major content migrations, Delta Scan for weekly check-ups.

Does it slow down my site?

No. All scanning and link checking happens in background processes via Action Scheduler. The plugin also includes configurable request delays and batch sizes to prevent overloading your server, and it automatically adapts batch size to available memory.

What affiliate networks does it detect?

Amazon, ShareASale, Commission Junction (CJ), Impact, Rakuten, ClickBank, Awin, Tradedoubler, Webgains, Commission Factory, FlexOffers, Skimlinks, Sovrn/VigLink, and PartnerStack. You can extend detection patterns via the mltr/classifier/affiliate_patterns filter.

Can I detect cloaked affiliate links?

Yes. When an internal URL (e.g., /go/product-name) redirects to an external affiliate, Muri Link Tracker flags it as Cloaked so you can audit your entire affiliate footprint, even when it's hidden behind pretty URLs.

Can I scan only specific post types?

Yes. In Settings, enter a comma-separated list of post types (e.g., post, page, product) to include in scans. Any custom post type is supported.

What happens when I delete or edit a link?

When you edit or delete a link through the plugin, it updates the <a> tag directly in the post content. The post's modified_date is not updated and no revision is created, so your SEO timestamps and revision history stay clean. Remember to purge your page cache after bulk edits if you use a caching plugin.

Can I cancel a scan that's already running?

Yes. A Cancel Scan button appears next to the progress bar during any active scan. Partial results are preserved.

Can I resume an interrupted scan?

Yes. If a scan is cancelled, crashes, or is interrupted by a server restart, you can resume it from the dashboard. The plugin tracks scan progress and picks up right where it left off.

How often are links re-checked?

You can configure a Recheck Interval (in days) from the Settings panel. Default is 7 days. Links past that threshold are automatically re-verified on the next Delta or Full Scan.

Is the plugin translation-ready?

Yes. All user-facing strings are internationalized and the text domain is muri-link-tracker. A POT file ships in /languages/ for community translations.

更新日志:

1.0.0