1. The Problem: Great Content… That Can’t Be Found?
Many WordPress sites invest serious effort into optimizing their content using plugins like Yoast, Rank Math, AIOSEO, The SEO Framework, or SEOPress.
Authors manually write a strong SEO Title and a compelling Meta Description to:
- Rank higher on Google
- Increase click-through rates
- Clearly communicate the post’s value
But here’s the catch: WordPress doesn’t use these SEO fields in search by default. And neither do most search plugins.
2. The Solution: Search the Fields That Were Meant to Be Read
Starting from version 1.5.4, Init Live Search supports:
Search in SEO Metadata – Match user queries against the SEO Title and Meta Description generated by popular SEO plugins.
No guesswork. No unnecessary scanning. Just the exact fields that were intentionally optimized.
How it works:
- When enabled in the plugin settings, Init Live Search scans common SEO meta keys like:
_yoast_wpseo_title,_yoast_wpseo_metadescrank_math_title,rank_math_description_aioseo_title,_aioseo_description_genesis_title,_genesis_description_seopress_titles_title,_seopress_titles_desc
- If a keyword appears in these fields, the post is matched — even if the regular post title doesn’t contain it.
3. Real-World Example
Post Title: 25 Languages of Cats
SEO Title: 25 Cat Languages: What Purring, Rubbing, Nibbling & More Really Mean
User searches for: “nibbling”, “purring”, “cat language”
The correct post still appears — even if the default title was too vague.
4. Supported SEO Plugins
| Plugin | Meta Keys Scanned |
|---|---|
| Yoast SEO | _yoast_wpseo_title, _yoast_wpseo_metadesc |
| Rank Math | rank_math_title, rank_math_description |
| AIOSEO | _aioseo_title, _aioseo_description |
| The SEO Framework | _genesis_title, _genesis_description |
| SEOPress | _seopress_titles_title, _seopress_titles_desc |
Developers can add custom fields using this filter:
add_filter('init_plugin_suite_live_search_seo_meta_keys', function($keys) {
$keys[] = '_custom_seo_title';
return $keys;
});
5. How to Enable It
In your WordPress admin, go to:
Settings → Init Live Search
Then check this box:
“Include SEO Title and Meta Description (Yoast, Rank Math, TSF, etc.) in search matching.”
6. Why Use This?
Because your SEO metadata is:
- The author’s own summary of the content
- What Google often displays in search results
- The first thing users read before clicking
So why wouldn’t your internal search use it too?
7. Final Thoughts
Search in SEO Metadata isn’t just a feature — it’s a philosophy:
Search what’s already optimized, not what you hope is relevant.
Included in Init Live Search from version 1.5.4, this feature brings your on-site search closer to how your content performs on Google — without needing AI, NLP, or a third-party API.
Try it today. Let your search engine trust the same fields that you and Google already do.
Comments