Intro
Create a reusable query slice for high-impression terms that fail to attract clicks so you can diagnose snippet and intent issues faster.
Use this regex with an impressions sort and low-click review in GSC to isolate recurring high-visibility patterns that underperform on clicks.
The Regex
How This Regex Works (Explained Simply)
()
Parentheses group terms together so GSC treats them as one unit. That is what lets one regex cover several query variants in a single filter.
|
The pipe means OR. GSC will match any term on either side of the pipe, which is useful for variants, modifiers, or alternative phrases.
\b
Backslash-b marks a word boundary. It helps stop short terms from matching inside longer words in GSC queries.
GSC regex is case-insensitive by default, so capital letters do not need separate variants. GSC also uses partial matching by default, so the regex can match part of a longer query unless you anchor it with ^ or $.
What This Regex Does
- Matches common modifiers worth reviewing when impressions are strong but clicks lag.
- Builds a workflow-ready slice for impression-heavy queries.
- Helps you review intent groups instead of one-off keywords.
What it does not match
- canonical tag guide - Guide only matches in the broader variation.
- brand support login - No grouped review modifier appears.
Edge Cases
- High impressions and low clicks still require metric thresholds outside the regex.
- This recipe is most useful when paired with date comparisons and page-level review.
Example Matches Table
| Query | Match | Why |
|---|---|---|
| best crm for agencies | Match | Contains best, which is useful for high-impression click triage. |
| what is canonical tag | Match | Contains what is, which often earns impressions without strong clicks. |
| canonical tag guide | No | Guide only matches in the broader variation. |
| brand support login | No | No grouped review modifier appears. |
How to Use This in Google Search Console
- Open Performance and go to Search results.
- Sort by impressions descending and look for low-click terms.
- Add a Query filter with Custom (regex).
- Paste the regex and click Apply.
When to Use This
- Find high-visibility queries that need better messaging.
- Review whether SERP format and search intent reduce clicks.
- Prioritise pages for title and meta-description testing.
Pro Tips
- Use impression and click thresholds together, not impressions alone.
- Compare branded and non-branded segments before making fixes.
- Look for recurring modifier patterns, not just isolated queries.
- Use export workflows when the query set is too large to review inside GSC.
Variations
Include guide modifiers
Extends the triage set to one more common informational modifier.
Related Regex Recipes
Regex for Low CTR Queries
Use this regex as a practical low-CTR triage segment in GSC after sorting by CTR and filtering for weak-performing query groups.
Regex for Untapped Queries
Use this regex to review recurring opportunity patterns in GSC when you want to mine query families that may deserve more content or better landing pages.
CTA
Regex is only the first step. The real bottleneck is turning manual filters into a repeatable workflow your team actually uses. Spicy Metrics helps you move from ad hoc filtering to operational SEO workflows.
Move beyond manual regex work