Title: NaveenCodes LinkGuard
Author: Naveen Goyal
Published: <strong>Juny 17, 2026</strong>
Last modified: Juny 18, 2026

---

Search plugins

![](https://ps.w.org/naveencodes-linkguard/assets/banner-772x250.png?rev=3576930)

![](https://ps.w.org/naveencodes-linkguard/assets/icon-256x256.png?rev=3576930)

# NaveenCodes LinkGuard

 By [Naveen Goyal](https://profiles.wordpress.org/shinu1503/)

[Download](https://downloads.wordpress.org/plugin/naveencodes-linkguard.1.3.0.zip)

 * [Details](https://bal.wordpress.org/plugins/naveencodes-linkguard/#description)
 * [Reviews](https://bal.wordpress.org/plugins/naveencodes-linkguard/#reviews)
 *  [Installation](https://bal.wordpress.org/plugins/naveencodes-linkguard/#installation)
 * [Development](https://bal.wordpress.org/plugins/naveencodes-linkguard/#developers)

 [Support](https://wordpress.org/support/plugin/naveencodes-linkguard/)

## Description

NaveenCodes Broken Link Fixer finds every broken link and image on your site and
gives you one focused dashboard to deal with them — fix the URL inline, unlink while
keeping the anchor text, recheck, or dismiss.

Broken links hurt your visitors and your SEO. Most link checkers are heavy, route
your data through external services, or lock the useful parts behind a paywall. 
This plugin is different:

 * **100% local** — every check runs from your own server. No external service, 
   no account, nothing is sent to us.
 * **Free forever** — every feature is included. No pro version, no ads, no upsells.
 * **Zero bloat** — one focused job with a clean, fast dashboard.

#### Features

 * Scan posts, pages, and any public custom post type for links and images.
 * Also scan navigation menus, comments, and text widgets (optional).
 * Batched, throttled HTTP checking that won’t overload your server.
 * Clear status for every link: Broken, Warning, Redirect, Healthy, Pending, Dismissed.
 * Fix a URL inline — the post, comment, or menu item is updated for you.
 * One-click “Use target” replaces a redirected link with its final URL.
 * Unlink a broken link while keeping its anchor text.
 * Recheck any link on demand, or recheck/dismiss many at once with bulk actions.
 * Dismiss false positives — they stay ignored in future scans.
 * Search and filter the report (one-line filter bar) and export it to CSV.
 * Internal/External chip on every link so you can prioritise.
 * Weekly email digest when broken links are found (optional).
 * WordPress dashboard widget and Site Health integration.
 * Recent-activity log of every scan, fix, unlink, and dismissal.
 * WP-CLI support: `wp ncblf scan`, `wp ncblf check`, `wp ncblf status`.
 * Daily background recheck via WP-Cron keeps results fresh.
 * Configurable: post types, sources, batch size, timeout, excluded domains.
 * Premium dashboard UI with link-health stats at a glance.

#### Privacy

This plugin does not collect, store, or transmit any personal data to external services.
Link checks are HTTP requests made directly from your server to the URLs found in
your own content. No analytics, no tracking, no ads.

## Screenshots

[⌊Link-health dashboard with stats and the problem-links report.⌉⌊Link-health dashboard
with stats and the problem-links report.⌉[

Link-health dashboard with stats and the problem-links report.

[⌊One-line filters and per-row actions: Fix URL, Unlink, Recheck, Dismiss.⌉⌊One-
line filters and per-row actions: Fix URL, Unlink, Recheck, Dismiss.⌉[

One-line filters and per-row actions: Fix URL, Unlink, Recheck, Dismiss.

## Installation

 1. Upload the plugin to `/wp-content/plugins/`, or install it via the Plugins screen.
 2. Activate it through the Plugins screen.
 3. Open **Link Fixer** in your admin menu and press **Scan Site Now**.

## FAQ

### Does this send my data anywhere?

No. All scanning and checking happens on your own server. Outbound requests only
go to the URLs already present in your content, to test whether they still work.

### Will it slow down my site?

No. Links are checked in small, configurable batches with a timeout, and the heavy
work runs while you’re on the dashboard or in a daily background task.

### What counts as broken?

HTTP 404/410 responses and unreachable hosts are marked Broken. Other error codes(
like 403 or 500) are marked Warning so you can review them. Redirects are tracked
separately.

### Can I exclude certain domains?

Yes — add them in Scan Settings. Links pointing to excluded domains are skipped 
entirely.

### Is it really free?

Yes. Free forever, every feature included, no ads. Built with care by NaveenCodes.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“NaveenCodes LinkGuard” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Naveen Goyal ](https://profiles.wordpress.org/shinu1503/)

[Translate “NaveenCodes LinkGuard” into your language.](https://translate.wordpress.org/projects/wp-plugins/naveencodes-linkguard)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/naveencodes-linkguard/),
check out the [SVN repository](https://plugins.svn.wordpress.org/naveencodes-linkguard/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/naveencodes-linkguard/)
by [RSS](https://plugins.trac.wordpress.org/log/naveencodes-linkguard/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.3.0

 * Improved: Find Source now uses a 4-pass search (exact match, target/action_data
   match, LIKE partial match, PHP-side regex match) — finds redirect rules even 
   when stored as regex patterns or without leading slash.
 * Improved: All four supported plugins (Redirection, Rank Math, Yoast SEO Premium,
   Simple 301 Redirects) now also search the target URL column to catch loop-creating
   rules from both directions.
 * Fixed: Stats bar now correctly displays all 7 counters (Broken, Warnings, Redirects,
   Loops, Healthy, Pending, Total) in a single row.
 * Fixed: Redirect Rules card — intro text now sits inside the padded card body;
   replaced browser-inconsistent details/summary toggle with a proper button.

#### 1.2.0

 * Added: “Find Source” button on every Redirect Loop row — searches Redirection,
   Rank Math, Yoast SEO Premium, and Simple 301 Redirects for the rule causing the
   loop.
 * Added: Inline source panel showing exactly which plugin has the rule, the source
   target path, and its current status.
 * Added: “Disable This Rule” button — disables or deletes the offending redirect
   rule directly from the LinkGuard dashboard without leaving the page.

#### 1.1.0

 * Added: Redirect loop detection — links stuck in ABA chains are automatically 
   detected and shown as “Redirect Loop” status.
 * Added: Redirect Rules Manager — define Exact, Prefix, Domain, or Regex rules 
   to bulk-fix redirects across all your content in one click.
 * Added: Apply Rules action — applies all rules to every redirect and loop link,
   updating posts, pages, and menus automatically.
 * Added: Loop stat counter in the dashboard header.

#### 1.0.0

 * Added: Site-wide link and image scanning across posts, pages, custom post types,
   menus, comments, and widgets.
 * Added: Batched HTTP checking with progress bar and daily background recheck.
 * Added: Per-link actions – Fix URL, Use redirect target, Unlink, Recheck, Dismiss.
 * Added: Bulk actions, CSV export, and Internal/External link chips.
 * Added: Weekly email digest, dashboard widget, and Site Health integration.
 * Added: Recent-activity log and WP-CLI commands (scan, check, status).
 * Added: Search, status filter, pagination, and link-health stats.
 * Added: Scan settings – post types, sources, batch size, timeout, excluded domains.
 * Added: A small tribute in memory of Maa.

## Meta

 *  Version **1.3.0**
 *  Last updated **1 hora ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/naveencodes-linkguard/)
 * Tags
 * [404](https://bal.wordpress.org/plugins/tags/404/)[broken links](https://bal.wordpress.org/plugins/tags/broken-links/)
   [link checker](https://bal.wordpress.org/plugins/tags/link-checker/)[links](https://bal.wordpress.org/plugins/tags/links/)
   [seo](https://bal.wordpress.org/plugins/tags/seo/)
 *  [Advanced View](https://bal.wordpress.org/plugins/naveencodes-linkguard/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/naveencodes-linkguard/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/naveencodes-linkguard/reviews/)

## Contributors

 *   [ Naveen Goyal ](https://profiles.wordpress.org/shinu1503/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/naveencodes-linkguard/)