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

\b(what is|how to|best|top|near me|comparison|review|cheap)\b

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

  1. Open Performance and review queries with rising impressions, weak page alignment, or low coverage.
  2. Add a Query filter with Custom (regex).
  3. Paste the regex and click Apply.
  4. 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

\b(what is|how to|best|top|near me|comparison|review|cheap|guide)\b

Broadens the discovery set with another common expansion-friendly modifier.

Related Regex Recipes

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