✨ 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 Relevanssi

Relevanssi writes every indexed term into wp_relevanssi and every front-end query into wp_relevanssi_log. SleekView pivots both tables into one sortable WP Admin grid with term, post ID, frequency, and last-queried per row.

♾️ Lifetime License available

SleekView table view for Relevanssi

Relevanssi keeps the index visible only through SQL

Relevanssi writes every indexed term into wp_relevanssi with the post ID and term frequency, and every front-end query into wp_relevanssi_log with the search string and result count. The plugin's settings page summarises counts (total indexed posts, longest queries, common stop words) but the actual rows live in tables you can only inspect with phpMyAdmin or hand-rolled queries against term frequency, post ID, and last-query timestamp.

SleekView turns the two tables into a single sortable grid with one row per indexed term: ID, term, post ID, term frequency, last queried, status. The columns come straight from the schema Relevanssi already maintains, so no extra writes and no second store. A row for cancellation that maps to post ID 0 with TF 0 is a missing-content signal; a row for headless that maps to post ID 904 with TF 12 is a properly indexed, frequently queried term. Both rules are visible in the same grid, which is the comparison Relevanssi's own UI does not surface.

The Status column is what closes the loop between the index and the log. Relevanssi can tell you how many posts are indexed, but it cannot tell you which queries returned no matches because the term is missing entirely versus which returned nothing because the search engine excluded the post type. Joining the two tables manually answers that; the grid answers it as a sortable, filterable column. Editors finally see the cancellation-from-yesterday zero-result without anyone running a query.

Workflow

From Relevanssi tables to a content-gap grid

1

Read both tables

SleekView reads wp_relevanssi and wp_relevanssi_log together so term-frequency rows and query-log rows align on the same grid. No raw SQL needed.
2

Surface term frequency

Sort the index by TF descending to find which terms dominate the corpus, or by TF ascending to find the long-tail terms one post away from disappearing.
3

Save no-match queries

Filter the log to status equals No match in the last 30 days. That is the content-gap queue editors and SEO want to see every Monday.
4

Export for editors

Hand the filtered log to content teams as a CSV they can act on. The CSV is the brief; the grid is where it gets generated, no SQL involved.

Sample columns

Relevanssi index and queries

Compiled from the Relevanssi index table and the search log it records for every front-end query.
Source: wp_relevanssi / wp_relevanssi_log
Array Array Array Array Array Array
11284 headless 904 12 2026-04-24 Array
11297 deploy 1102 5 2026-04-23 Array
11310 subscription 0 0 2026-04-24 Array
11324 cancellation 0 0 2026-04-22 Array

Comparison

Relevanssi defaults vs SleekView

Relevanssi default

  • Index rows only inspectable through phpMyAdmin or wp db queries
  • Search log table needs SQL to filter by term frequency
  • No inline marking of queries to follow up with content
  • Cannot bulk export the no-result query list
  • Stop word audits require manual joins between tables

SleekView

  • Sort the index by term frequency or last query
  • Filter the log to no-result queries instantly
  • Inline notes on missing-content rows
  • Export the filtered log to CSV
  • Pivot terms by post type without leaving WP Admin

Features

What SleekView gives you for Relevanssi

Term frequency

Sort by TF to find which terms dominate your index right now. Stop-word candidates and long-tail terms become visible in the same sorted view.

Missing match alerts

Color-coded statuses flag queries that return zero matches in Relevanssi. Cancellation and subscription show up as the briefs for next week's posts.

Editor exports

Hand the filtered log to content teams as a CSV they can act on. The export honors the current sort and filter, so the brief arrives ready to triage.

Audience

Where Relevanssi admins lean on SleekView

Content opportunities

Surface popular queries that have zero matches in the Relevanssi index. The brief writes itself from the user's own search terms.

Stop word tuning

Inspect terms by frequency to find candidates for your stop word list. The TF-100 noise terms stop dominating the relevance signal once added.

Editorial handoff

Export query reports for editors and SEO without writing SQL. The grid is the source; the CSV is the deliverable, generated in seconds.

The bigger picture

Why Relevanssi index inspection matters for SEO

Relevanssi's reputation rests on doing better search than core WordPress, and it earns that reputation by maintaining its own term-frequency index and recording every query users run. Both datasets are gold for content strategy: term frequency tells you what the corpus actually weights, and the search log tells you what users actually want. The problem is that the value is locked away because both tables are inspectable only through SQL.

Editors who would benefit most from the no-match query report do not have wp db query in their workflow, and asking engineering for a weekly export is fragile. SleekView removes the SQL barrier without changing what Relevanssi does or how it indexes. The grid is read-only against the same tables Relevanssi writes; the moment Relevanssi adds a row, the grid sees it.

That changes how often the data gets used. A weekly engineering-run export becomes a daily editor-run filter, which is the difference between content strategy that responds to user intent and content strategy that guesses at it. Stop word tuning and language-specific index quirks become first-class workflows instead of one-off investigations.

Questions

Common questions about SleekView for Relevanssi

No. SleekView reads the same wp_relevanssi and wp_relevanssi_log tables Relevanssi writes, and never modifies their contents during indexing. The plugin's own indexer continues to run on its existing schedule and configuration; SleekView surfaces the result, it does not participate in producing it.

 

Yes. Premium writes to the same wp_relevanssi tables with additional features like multilingual indexing, search log redactions, and weighted custom fields. SleekView surfaces all of those as additional columns when present, and the grid works equally well on the free version of Relevanssi.

 

Yes. SleekView calls the standard Relevanssi reindex hook for the selected row, which is the same hook the plugin's own admin uses for its rebuild button. A row marked Missing becomes a candidate for an inline reindex without leaving the grid.

 

Yes. If Polylang or WPML is configured, Relevanssi writes a language column on the index row, and SleekView surfaces that as a filterable column. Filtering by locale produces a per-language content-gap view, which is what multilingual SEO teams want for cross-locale parity audits.

 

Yes. Any filtered view exports as CSV. A common export is status equals No match plus last-queried in the last 14 days, which produces the briefs editorial uses to plan the next sprint of articles around real user intent.

 

No. SleekView only renders inside WP Admin and never intercepts the front-end search request path. The Relevanssi search endpoint runs unchanged; the grid reads the resulting log row afterwards from wp_relevanssi_log.

 

Relevanssi Premium offers log redaction for queries that look like personal data. SleekView respects redacted rows and shows them as redacted in the grid; it never bypasses the plugin's redaction logic. Compliance teams can audit redaction coverage by filtering the grid.

 

Relevanssi indexes term frequency at the post level, not the post-type level, but the post type is available via the post ID join. SleekView exposes post type as a column you can pivot against, which makes per-post-type relevance reviews (blog vs product vs documentation) a one-filter operation.

 

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