Intro
Build a practical discovery segment for queries that often reveal untapped opportunity patterns in GSC.
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.
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 often associated with expansion opportunities.
- Creates a structured query slice for opportunity mining.
- Helps you focus on reusable query families instead of isolated one-off ideas.
What it does not match
- accountant guide - Guide only matches in the broader variation.
- accountant software free - No grouped untapped-opportunity modifier appears.
Edge Cases
- Untapped opportunity is always a judgement call, so use supporting metrics and page analysis.
- This recipe is designed to organise exploration, not to make the final prioritisation decision.
Example Matches Table
| Query | Match | Why |
|---|---|---|
| best crm for agencies | Match | Contains a grouped opportunity modifier that often reveals expansion themes. |
| near me accountant | Match | Contains near me, which can reveal local opportunity gaps. |
| accountant guide | No | Guide only matches in the broader variation. |
| accountant software free | No | No grouped untapped-opportunity modifier appears. |
How to Use This in Google Search Console
- Open Performance and review queries with rising impressions, weak page alignment, or low coverage.
- Add a Query filter with Custom (regex).
- Paste the regex and click Apply.
- Export the filtered set to cluster opportunity themes.
When to Use This
- Mine recurring opportunity themes across intent families.
- Find where new pages or better optimisation could unlock demand.
- Turn raw query exports into clearer content and landing-page ideas.
Pro Tips
- Opportunity mining works best with exports and additional metric sorting, not regex alone.
- Look for rising impressions, low landing-page fit, or weak click capture inside the filtered set.
- Split local, informational, and commercial opportunities after the first pass.
- Use this as a discovery layer before deeper prioritisation.
Variations
Include guide-led opportunities
Broadens the discovery set with another common expansion-friendly modifier.
Related Regex Recipes
Regex for Emerging Trends
Use this regex to isolate trend-sensitive queries in GSC when you want a fast view of emerging demand patterns and freshness-led search behaviour.
Regex for Query Expansion
Use this regex to organise query-expansion work in GSC by grouping common modifier families that often branch into new themes or adjacent pages.
CTA
Manual regex checks in GSC are useful, but they do not scale well across properties, date ranges, and recurring reporting. Spicy Metrics turns repeat regex workflows into faster monitoring and clearer action.
See how Spicy Metrics scales this