Intro

Group synonym modifiers in GSC so you can analyse different phrasings of the same intent without rebuilding filters by hand.

Use this regex to capture several close synonym patterns around comparison intent so you can report on them as one group in Search Console.

The Regex

\b(compare|comparison|vs|versus|alternatives?)\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 several common synonym-style modifiers around evaluation intent.
  • Groups equivalent phrasings that often point to the same SERP landscape.
  • Reduces manual filter duplication inside GSC.

What it does not match

  • ga4 reviews - Reviews only matches if you use the variation.
  • best ga4 tools - No grouped synonym appears.

Edge Cases

  • These are practical synonym groupings, not linguistic equivalents in every context.
  • Keep review terms separate if you need a cleaner split between comparison and review SERPs.

Example Matches Table

Query Match Why
seo tools vs spreadsheets Match Vs is one of the grouped synonyms.
ga4 alternatives Match Alternatives is included in the grouped pattern.
ga4 reviews No Reviews only matches if you use the variation.
best ga4 tools No No grouped synonym 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

  • Group several comparison phrasings into one filter.
  • Reduce repeated manual regex work for equivalent modifiers.
  • Benchmark how your pages perform across one comparison-intent family.

Pro Tips

  • Keep synonym groups aligned to one intent family rather than mixing unrelated modifiers together.
  • Review page filters to check whether the same URLs rank across each synonym.
  • If one synonym behaves differently, split it back out and compare.
  • Use exports to analyse which phrasings drive the best CTR or conversions.

Variations

Include review-led wording

\b(compare|comparison|vs|versus|alternatives?|reviews?)\b

Adds another close evaluation term to the synonym set.

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