Intro

Track real-money modifiers in GSC so you can isolate high-commercial gambling intent around cash play rather than free or social experiences.

Use this regex to capture explicit real-money gambling modifiers when you need a clean view of commercial-intent search behaviour.

The Regex

\b(real money|cash|cash games?)\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 real-money and cash-play modifiers.
  • Surfaces highly commercial gambling intent.
  • Separates money-led traffic from free-play or general informational demand.

What it does not match

  • win money poker apps - Win money only matches if you use the variation.
  • free poker strategy - This is not a real-money modifier.

Edge Cases

  • Cash on its own can be broad, so always review landing pages before classifying the traffic.
  • Real-money demand can vary sharply by region and regulation.

Example Matches Table

Query Match Why
real money poker sites Match Real money is directly included.
cash games online Match Cash games is one of the grouped commercial modifiers.
win money poker apps No Win money only matches if you use the variation.
free poker strategy No This is not a real-money modifier.

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

  • Separate money-led gambling traffic from free-play or bonus-led traffic.
  • Audit whether high-commercial landing pages rank for cash-play terms.
  • Benchmark real-money demand against poker and bonus segments.

Pro Tips

  • Real-money modifiers often represent the highest commercial value, so segment them cleanly.
  • Use country or page filters if your site operates across different regulatory markets.
  • Compare branded and generic real-money demand separately.
  • Add win money only if you want a broader commercial segment.

Variations

Include win-money phrasing

\b(real money|cash|cash games?|win money)\b

Adds another commercial gambling modifier to the core real-money set.

Related Regex Recipes

CTA

Regex is powerful in GSC, but manual filtering still leaves you exporting, comparing, and rebuilding the same views. Spicy Metrics turns those segments into reporting your team can reuse.

Turn regex into repeatable reporting