Intro

Track deal-seeking searches in GSC so you can isolate bargain-hunting demand that may not use discount or cheap directly.

Use this regex to isolate deal-led searches in GSC when users are actively looking for bargains or promotions.

The Regex

\bdeals?\b

How This Regex Works (Explained Simply)

?

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 deal and deals as standalone words.
  • Captures bargain-seeking intent without relying on discount wording only.
  • Helps teams compare promotion demand across multiple modifier types.

What it does not match

  • special offers on headphones - Offers only match in the broader variation.
  • cheap headphones - No deal modifier appears.

Edge Cases

  • Deal can be broad in some verticals, so check examples before widening further.
  • This segment often overlaps with seasonal campaigns and promo landing pages.

Example Matches Table

Query Match Why
black friday deals on headphones Match Contains deals as a standalone word.
best travel deal today Match Deal matches because the pattern allows the singular form.
special offers on headphones No Offers only match in the broader variation.
cheap headphones No No deal modifier appears.

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 bargain-hunting demand in one segment.
  • Compare deal intent against discount and cheap modifiers.
  • Track seasonal promotions such as Black Friday more cleanly.

Pro Tips

  • Allowing singular and plural forms keeps the segment practical without extra complexity.
  • Deal demand can spike seasonally, so compare year-on-year where possible.
  • Landing pages for deal searches often need stronger merchandising than generic category pages.
  • Use offer as a variation if your vertical prefers that language.

Variations

Include offer-led bargain terms

\b(deals?|offers?)\b

Broadens the segment to another common promotion modifier.

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