✨ 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 Charts for Simple 301 Redirects

Simple 301 Redirects keeps every rule in the wp_options table under the 301_redirects option. SleekView Charts unpacks that array and renders it as Number, Pie and Bar cards so SEO leads can audit a thousand-rule site without scrolling a textarea.

♾️ Lifetime License available

SleekView Charts dashboard for Simple 301 Redirects

Simple 301 stores rules in an option. The audit needs a real surface.

Simple 301 Redirects is the WordPress directory's lightweight redirect plugin: every rule (request path, destination URL) is stored as one entry in the 301_redirects option, optionally with a 301_redirects_wildcard flag. The settings screen is a two-column form. There is no logs table, no hit counter, no per-rule status. On a site with twenty rules, that is exactly the right shape. On a site that quietly grew to twelve hundred rules across five years of cleanups, the textarea becomes the audit.

SleekView Charts reads the same option, splits it into rows and turns the inventory into a dashboard. A Number card counts total rules. A Pie splits wildcard versus exact. A Bar shows the most common destination paths so SEO leads can spot the homepage and the catch-all eating most of the redirects. An Area orders rules by the order they were added to the option (or by an optional timestamp meta where the team has been disciplined enough to track it), giving a rough cadence chart.

Simple 301 still owns the actual redirect on every request. SleekView only unpacks the option array and lets a thousand rules be seen as a thousand things instead of as one long string.

Workflow

Turn the 301_redirects option into a dashboard

1

Read the option array

SleekView unpacks the 301_redirects option (and 301_redirects_wildcard when present) into one row per rule, with columns for request path, destination, wildcard flag and order.
2

Compose the chart cards

Pick Number, Pie, Bar, Area or Line cards. Group by destination, wildcard flag or order and aggregate as Count, Sum, Average, Minimum or Maximum.
3

Save and scope the dashboard

Name the dashboard ("Simple 301 audit", "Wildcard rules only") and gate by WordPress capability so SEO leads, devs and editors each open the right slice.
4

Share or export

Send a stakeholder a read-only URL or export the filtered set to CSV. The audit becomes a sortable artifact rather than a copy-paste from a textarea.

Sample dashboard

Charts you can build from Simple 301 Redirects data

Each card reads from the 301_redirects option Simple 301 already maintains. Mix them to build an audit dashboard for SEO leads, migration teams or a one-off cleanup sprint.
Number · Default

Total redirect rules

Count of every entry in the 301_redirects option. The headline KPI for a site that started small and quietly accumulated rules across years of cleanups.
Count
Pie · Donut text

Wildcard vs exact rules

Split between exact-match rules and wildcard rules. Surfaces whether the set leans on a few greedy wildcards or on many specific paths, which matters for cleanup risk.
Count group by is_wildcard
Bar · Horizontal

Top destinations by rule count

Number of rules pointing to each destination. Spots homepage catch-alls and over-used hub pages that may be soaking up link equity from disparate legacy URLs.
Count group by destination
Area · Step

Rules in order of addition

Cumulative rule count by the order they appear in the option array. A rough cadence chart for sites that added rules in waves across migrations.
Count group by order

Comparison

Default Simple 301 Redirects reporting vs SleekView Charts

Default Simple 301 Redirects settings screen

  • Settings screen is a two-column form, not an audit surface
  • No hit counts, no last-access timestamps, no per-rule status
  • Wildcard versus exact mix is invisible at any aggregate level
  • Top destinations and catch-alls are buried in the textarea
  • No way to share a read-only rule inventory outside WP admin

SleekView Charts

  • KPI card for total redirect rules in the option array
  • Pie split between wildcard and exact rules
  • Bar ranking top destinations by rule count
  • Cadence chart for rules in the order they were added
  • Filters carry between the chart view and the audit table

Features

What SleekView Charts gives you for Simple 301 Redirects

Option array becomes a dashboard

SleekView unpacks the 301_redirects option into a sortable, filterable surface so a thousand-rule site stops being audited from a textarea.

Filters span table and chart

Filter to wildcard rules only in the chart view and the audit table stays in sync. Same rules, two ways of reading them.

Share a read-only snapshot

Send the migration lead a URL of the redirect inventory or export the filtered set to CSV. Audits leave the textarea forever.

Audience

Who builds Simple 301 charts dashboards with SleekView

SEO leads

Audit how many rules actually exist, how many are wildcards and where they all point. The cleanup sprint starts with a real number, not a guess.

Migration teams

Before migrating off Simple 301, the rule-count KPI and destination bar give an honest picture of what needs to be ported into the next system.

Developers and ops

Find homepage catch-alls and greedy wildcards before they intercept a new legitimate URL. The pie and bar make those traps visible without reading every row.

The bigger picture

Why a lightweight plugin still needs a heavyweight audit

Simple 301 Redirects is intentionally minimal, and that is why it stays on so many WordPress sites for so many years. Minimalism scales right up until the site grows past the point where a two-column form is a reasonable interface, which on most marketing sites is somewhere around three hundred rules. By a thousand, the audit work is essentially impossible from the settings screen.

SleekView Charts does not change the plugin, does not add a database table, does not hijack the redirect path. It only reads the option the plugin already writes and renders it as a dashboard. SEO leads see a count and a wildcard ratio.

Migration teams get a port-able inventory. Developers find the greedy catch-alls that have been quietly intercepting new URLs. The plugin stays simple, the audit stops being a textarea exercise.

Questions

Common questions about SleekView Charts for Simple 301 Redirects

Only the 301_redirects option (and 301_redirects_wildcard where present) in wp_options. Simple 301 Redirects stores every rule there as a serialised array of request_path => destination pairs. SleekView unpacks it into one row per rule and queries it like any other dataset.

 

No. Simple 301 reads the same option on every front-end request and issues the redirect itself. SleekView only reads the option, never writes back through a different path. Disabling SleekView leaves every existing rule firing exactly as it did before.

 

Yes. A Pie or Bar grouped by the wildcard flag shows the split. On many older sites the wildcard slice is tiny but is responsible for most of the actual redirect traffic, which is a useful thing to surface before a cleanup.

 

Yes. Group a Bar by destination with a Count aggregation and the card ranks destinations by how many rules point to them. Homepage catch-alls and over-used hubs become obvious, which is the first useful step in a redirect audit.

 

Roughly. Simple 301 does not store a timestamp per rule by design (the plugin is intentionally minimal), so the Area card uses the order index in the option array as a stand-in. That gives a cadence shape rather than a literal date axis, which is enough to tell waves of cleanups apart.

 

Yes. Any filtered view exports as CSV with request_path, destination and the wildcard flag, which is the exact shape a migration contractor needs to port the rules into Redirection, Safe Redirect Manager or a server-level rules file.

 

Yes, indirectly. Group by request_path with a Count aggregation; any path with a count above 1 is a duplicate definition (the plugin keeps the last one in array order). The grouping makes the conflict visible, even though Simple 301 itself has no native conflict warning.

 

Yes, as long as the fork stores its rule set in the same option key. Most forks (Simple 301 Redirects with Bulk Uploader, etc.) preserve the original option for compatibility, so the dashboard works against them without configuration. If a fork uses a different option, the dashboard can be pointed at that option name instead.

 

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