Intro

Capture best-price searches in GSC so you can isolate users comparing low-cost purchase options with stronger price sensitivity.

Use this regex to isolate best price queries in GSC when searchers want the strongest value signal rather than a general promotion term.

The Regex

\bbest price\b

How This Regex Works (Explained Simply)

\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 the exact phrase best price.
  • Creates a tighter segment than broad cheap or deal modifiers.
  • Helps you report on users who are explicitly comparing price points.

What it does not match

  • lowest price laptops - Lowest price only matches in the variation.
  • cheap laptops online - No best price phrase appears.

Edge Cases

  • This is an exact phrase segment, so similar wording stays out unless you add it.
  • Best price queries often deserve price-led SERP snippets and landing-page copy.

Example Matches Table

Query Match Why
best price office chair Match Contains the exact phrase best price.
where to find best price laptops Match Best price appears intact in the query.
lowest price laptops No Lowest price only matches in the variation.
cheap laptops online No No best price phrase 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

  • Track explicit value-comparison demand.
  • Compare best-price queries with deals and discount modifiers.
  • Audit whether price-led landing pages absorb this traffic.

Pro Tips

  • Keep this segment narrow so it remains more precise than cheap or deal-based views.
  • If lowest price is common in your market, keep it in a variation.
  • Review conversion pages because this traffic is often strong but price-sensitive.
  • Use this with product-level pages to spot pricing competitiveness issues.

Variations

Include lowest-price wording

\b(best price|lowest price)\b

Adds another explicit price-comparison phrase without making the segment too broad.

Related Regex Recipes

CTA

Building query segments manually in GSC works for one-off checks, but it breaks down across multiple sites and stakeholders. Spicy Metrics keeps those segments organised and easy to monitor.

Scale segmentation in Spicy Metrics