✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for WP Broken Link Status Checker: link reports as tables

Broken Link Checker writes scanned URLs to wp_blc_links and per-post link occurrences to wp_blc_instances. SleekView turns those rows into a sortable, filterable grid so editors can triage and fix broken links in bulk.

♾️ Lifetime License available

SleekView table view for WP Broken Link Status Checker

Broken links as a real table

WP Broken Link Status Checker (the descendants of the original Broken Link Checker plugin) keeps two custom tables that drive its reporting. wp_blc_links stores each unique URL with its HTTP status code, last-checked timestamp, redirect chain, and a count of occurrences. wp_blc_instances stores every place a link appears in content, comment, or postmeta. The default Broken Links screen mixes those two tables into a paginated list with limited filters, which makes it hard to triage a sudden wave of 404s.

SleekView reads both tables directly and renders link reports as a single grid. URL, HTTP status, occurrence count, anchor text, last-checked date, and source post become first-class columns. Filters surface 4xx from the last 24 hours, 5xx from external domains, or redirects with more than two hops. Saved views per content type, like 404s on /blog posts, keep recurring triage one click away.

Inline edits push fixes through the plugin's own update method, so replacing or unlinking a URL updates every instance and re-checks the status. Bulk unlink clears expired affiliate URLs across hundreds of posts in one batch, while bulk recheck forces a fresh scan on a filtered selection.

Workflow

Build the broken link grid in four steps

1

Pick the source

Choose wp_blc_links as the primary table and join wp_blc_instances for the source-post column. SleekView resolves the post join automatically.
2

Compose columns

Add URL, HTTP status, anchor, last-checked, and source post title. Hide internal hashes and per-row debug columns.
3

Save and scope per role

Save 4xx-last-24-hours and 5xx-external views. Restrict bulk unlink and recheck to administrators or editors with the right capability.
4

Edit inline or bulk-fix

Replace, unlink, or recheck inline. Filter to a status range and bulk-fix across hundreds of posts in one batch through the plugin's own update path.

Sample columns

A typical broken link report view

Scanned URLs with status, source post, and last-check timestamp from wp_blc_links.
Source: wp_blc_links + wp_blc_instances
URL HTTP Source post Anchor Last check Status
https://example.com/docs/old 404 How to migrate old docs Apr 24 Broken
https://example.com/blog/post 301 Launch recap blog post Apr 24 Redirect
https://partner.io/affiliate 200 Tools we use partner Apr 23 OK
https://api.io/v1 500 API guide API Apr 24 Server error

Comparison

Default Broken Link Checker admin vs SleekView

Default Broken Link Checker admin

  • Broken Links screen has limited combined filters
  • Cannot pivot by HTTP status and source post at once
  • Bulk recheck is hidden behind row-level actions
  • No saved view for 4xx in /blog from the last 24 hours
  • Anchor text not exposed as a sortable column

SleekView

  • Read wp_blc_links with status, anchor, and occurrence columns
  • Join wp_blc_instances to show the source post per link
  • Filter by HTTP status range, host, or last-check date
  • Inline replace or unlink that updates every instance
  • Bulk unlink expired affiliate URLs across hundreds of posts

Features

What SleekView gives you for WP Broken Link Status Checker

Status filter

Filter wp_blc_links by HTTP status range so 4xx and 5xx surface side by side. A 24-hour scope keeps the triage list focused on what broke today, not what has been broken for months.

Inline replace

Replace a URL inline and SleekView pushes the update through every wp_blc_instances row, including content, postmeta, and comments. One edit fixes a redirect chain across the entire site.

Bulk recheck

Select a filtered set and queue a bulk recheck through the plugin's own scanner. Statuses refresh after rate-limit-aware delays so the report reflects current reality.

Audience

Who uses SleekView for WP Broken Link Status Checker

Content editors

Triage 4xx and 5xx by source post in their content silo. Inline replace fixes a link across every occurrence, including past comments and meta fields.

SEO leads

Filter to outbound 4xx and 301 chains to clean link equity. Saved views by domain track when partners take pages offline so internal pointers update.

Site admins

Watch 5xx rates to spot a struggling external partner or API. Bulk-unlink expired affiliate URLs across the catalogue when contracts end.

The bigger picture

Why broken link grids change operations

Broken Link Checker descendants do an unglamorous but essential job, scanning every link on a site and writing the result to wp_blc_links and wp_blc_instances. Their default report screen handles the basics, but a content-heavy site quickly outgrows its filters. SleekView reads both tables directly and treats link triage as the table query it actually is.

HTTP status, anchor text, source post, and last-check timestamp become first-class columns. Filters separate 4xx from 5xx, recent breaks from chronic ones, and outbound from internal. Saved views per content silo turn a Monday morning audit into a focused thirty-minute task instead of a multi-day cleanup.

Inline replace updates every instance row, including comments and postmeta, so a single edit fixes a redirect chain across the site. Bulk unlink takes expired affiliate URLs out of circulation when contracts end. Compliance and SEO teams export filtered CSVs for partner audits.

None of the scanning logic changes, the plugin still owns the network calls and rate limits, SleekView just unlocks the data the plugin already collects.

Questions

Common questions about SleekView for WP Broken Link Status Checker

Yes. wp_blc_links drives the unique URL grid and wp_blc_instances joins in for the source post and field-type columns. Both tables stay in sync as the plugin scans.

 

Yes. Inline replace calls the plugin's own update path, which rewrites every instance row (content, comments, postmeta) and re-checks the new URL's status.

 

Yes. The plugin's scanner controls rate limiting and concurrency, SleekView only queues a filtered set for it. The result is faster triage without hammering external endpoints.

 

Yes. The redirect column shows the final status and hop count. Filter to chains with more than two hops to clean up SEO debt accumulated across years of edits.

 

Yes. The instance row stores post ID, which SleekView joins to wp_posts for title and post type. Filter to posts, custom post types, or comments to scope the triage.

 

Yes. The anchor text column comes from the instance row so editors fix the right link when a post contains several to the same URL. Inline edits update the anchor as well as the URL.

 

Yes. The instance table joins back to wp_posts regardless of language plugin, so the grid covers translations alongside originals.

 

Yes. CSV export of a filtered grid produces a clean broken-link report with URL, status, source post, and last-check date. Shareable with content audits or SEO retainers.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView