Intro

Surface decision-stage searches in GSC so you can see when users move from evaluation into stronger conversion intent.

Use this regex to isolate decision-stage queries in GSC when searchers are validating the final details before taking action.

The Regex

\b(pricing|price|cost|trial|demo|reviews?|testimonial|case study)\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.

?

The question mark usually makes the previous character or group optional. That is handy when a query modifier appears inconsistently.

\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 strong validation modifiers linked to late-funnel decision-making.
  • Sits just before or alongside fully transactional demand.
  • Highlights pages that should answer proof, price, and readiness questions well.

What it does not match

  • best seo dashboard - This is still commercial evaluation rather than late-stage validation.
  • what is search intent - This is awareness-stage demand.

Edge Cases

  • Review and case study demand can overlap with commercial research, so this is best treated as a late-stage blended segment.
  • Decision-stage language differs by industry, so refine the grouped terms to fit your sales journey.

Example Matches Table

Query Match Why
seo dashboard pricing Match Pricing is a strong decision-stage modifier.
gsc dashboard demo Match Demo shows the searcher is close to evaluating a solution directly.
best seo dashboard No This is still commercial evaluation rather than late-stage validation.
what is search intent No This is awareness-stage demand.

How to Use This in Google Search Console

  1. Open Performance and go to Search results.
  2. Click Add filter and choose Query.
  3. Select Custom (regex).
  4. Paste the regex and click Apply.

When to Use This

  • Measure how much search demand is reaching late-funnel validation.
  • Audit whether pricing, demo, and proof pages capture decision-stage traffic.
  • Compare decision-stage demand against both commercial and transactional views.

Pro Tips

  • Quote may be important in service-led or enterprise markets, so keep it as an optional variation.
  • Review landing pages carefully because some decision-stage traffic may still hit blog pages by mistake.
  • This segment often benefits from strong schema, social proof, and conversion-focused copy.
  • Track CTR shifts after pricing-page or demo-page changes.

Variations

Include quote-led demand

\b(pricing|price|cost|trial|demo|reviews?|testimonial|case study|quote)\b

Adds one more late-stage modifier common in service and sales-led journeys.

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