✨ 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 Platinum SEO Pack

Platinum SEO Pack writes seo_title, seo_description, seo_keywords, and noindex postmeta to every post. SleekView reads the same keys and renders the coverage audit as a sortable, filterable grid.

♾️ Lifetime License available

SleekView table view for Platinum SEO Pack

A per-post meta box earns a site-wide audit grid

Platinum SEO Pack is one of the older SEO plugins still in active use on WordPress. Its model is straightforward: a per-post meta box writes seo_title, seo_description, seo_keywords, and a noindex flag into postmeta. The plugin keeps head-tag rendering in PHP and exposes a few site-wide settings for canonicals, archive indexing, and the home title pattern.

That model leaves the site-wide audit unanswered. How many posts have a custom seo_title rather than relying on the title pattern. How many posts are explicitly noindex. Which categories or post types are silently missing seo_description. The per-post meta box is the only audit unit, and on a site with a thousand-plus posts that is the wrong tool.

SleekView reads the same postmeta keys and renders the audit as a real grid. Each row carries the post title, the post type, the seo_title, the seo_description, the noindex flag, and the post_date. Saved filters do the rest: a view filtered to seo_description IS NULL is the coverage gap, a view filtered to noindex equals 1 is the indexability audit, and a view grouped by post_type surfaces which custom post types still rely on the default title pattern across the archive.

Workflow

From a meta box to a site-wide audit grid

1

Read the SEO postmeta

SleekView queries the postmeta keys Platinum SEO Pack writes (seo_title, seo_description, seo_keywords, noindex) and joins to wp_posts columns (post_type, post_status, post_date).
2

Map the columns

Title, post type, seo_title, seo_description, noindex, date. Six columns that turn the meta box into a queryable site-wide surface.
3

Save the audit views

Save a view filtered to seo_description IS NULL (the coverage gap), another to noindex equals 1 (indexability audit), and a third filtered to seo_title IS NULL (relying on the default pattern).
4

Drill into the post

Click a row to open Platinum SEO Pack's meta box on the post. SleekView never owns head-tag rendering; it just makes the fix one click from the audit.

Sample columns

A typical Platinum SEO Pack table view

Every post with its seo_title, seo_description, noindex flag, and post date on one row.
Source: wp_posts joined to wp_postmeta on Platinum SEO Pack keys
Title Post type SEO title Meta description Noindex Date
How we ship on Fridays post Friday deploy process | Example A short note on the Friday deploy process and the checks we run. No 2026-05-08
Pricing page Pricing | Example Transparent pricing for every plan, no surprises. No 2026-04-12
API: webhook payload docs No 2026-03-21
Old changelog 2019 post Yes 2019-11-04
About the team page About | Example Meet the team behind the product. No 2026-02-02

Comparison

Default Platinum SEO Pack admin vs SleekView

Default Platinum SEO Pack

  • Per-post meta box is the only audit surface, no site-wide grid
  • No saved filter for posts missing seo_description across a post type
  • Cannot isolate noindex posts to confirm the policy is applied
  • Posts relying on the default title pattern blend into the post lists
  • No export of the coverage list without a copy-paste per post

SleekView

  • One row per post with seo_title, seo_description, noindex flag, and date
  • Filter by post_type, noindex flag, missing seo_description, or post_date
  • Saved view for posts missing seo_description (the coverage gap)
  • Spot posts relying on the default title pattern across custom post types
  • Click through to Platinum SEO Pack's meta box for the post

Features

What SleekView gives you for Platinum SEO Pack

Coverage observability

Render Platinum SEO Pack's postmeta as a real grid. Editorial sees coverage at the post-type level, not as a per-post meta-box warning hidden inside the edit screen.

Noindex isolation

Filter to noindex equals 1 to audit the indexability policy at the post level. Surfaces whether thin-content noindex is being applied in practice or just decided in a meeting.

Gap queue

A saved view of seo_description IS NULL grouped by post_type is the cleanup queue. Editorial sprints get a defensible list, not a page-by-page check.

Audience

Who uses SleekView for Platinum SEO Pack

Editorial leads

Coverage gaps and the post-type group say where SEO work actually needs to happen, which keeps content audits from becoming a guessing game.

SEO specialists

The indexable vs noindex slice surfaces whether the thin-content policy is being applied. Easier to argue from the grid than from a per-post meta box.

Content ops

Sort by post_date descending and filter to missing seo_description. That view is the immediate fix queue for the last sprint of publishing.

The bigger picture

Why an older SEO plugin earns a modern audit grid

Platinum SEO Pack has been on WordPress sites for over a decade, and the per-post meta box model has aged into a known limitation: it gives editors the right unit of work for writing one post, but it never built the site-wide view a content audit actually needs. SleekView does not replace the meta box. It reads the postmeta the meta box writes and renders it as a queryable, filterable, exportable grid.

Editorial leads finally have a list to chase. The plugin keeps doing exactly what it has always done; the audit gets a face that scales past a thousand posts.

Questions

Common questions about SleekView for Platinum SEO Pack

No. Platinum SEO Pack still owns the wp_head output. SleekView reads postmeta and renders it in the grid, so the rendered title tag, meta description, and canonical stay exactly as the plugin produces them. Disabling SleekView changes nothing for the front-end SEO output.

 

From WordPress postmeta written by Platinum SEO Pack: seo_title, seo_description, seo_keywords, and noindex (and any extra keys the installed version adds), plus standard wp_posts columns. SleekView never re-runs SEO analysis or hits an external service.

 

Yes. A filter on seo_description IS NULL surfaces every post the meta box has not yet written for. Combined with a post_type filter, that view is the exact list editorial leads want when planning a meta-coverage sprint.

 

Yes. Platinum SEO Pack stores a noindex flag (commonly as a 1/0 postmeta value); a filter on that flag shows the site-wide split. Useful for confirming that thin-content noindex policy is being applied at the post level.

 

Yes. Group a view by post_type and the grid splits coverage across post, page, and every custom post type. Custom post types are the most common offenders for silent gaps in older Platinum SEO Pack installs.

 

Yes. The plugin writes per-site postmeta on multisite, and SleekView respects that scope. Each subsite has its own SEO grid, and a network roll-up can aggregate coverage across blogs.

 

Yes, as long as Platinum SEO Pack is the active writer of the head tags. If another SEO plugin is also writing its own meta keys, both keys exist in postmeta and the grid can read either, but governance becomes easier if a single plugin owns the head output.

 

Yes. Any filtered view exports to CSV with title, post type, seo_title, seo_description, noindex flag, and post_date. Useful for handing a per-post-type gap list to an external editor or archiving a snapshot before an audit.

 

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