Intro
Capture comparison-style searches in GSC so you can report on direct head-to-head SERPs where alternatives and feature trade-offs matter.
Use this regex to isolate comparison queries in GSC when you want a focused SERP-feature segment built around direct evaluation language.
The Regex
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.
\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 common comparison markers such as vs and comparison.
- Creates a clear segment for head-to-head evaluation SERPs.
- Helps you benchmark comparison pages against reviews and listicles.
What it does not match
- seo dashboard alternative - Alternative only matches in the broader variation.
- best seo dashboard - This is ranking-style evaluation, not a direct comparison marker.
Edge Cases
- Vs is compact and useful, but it can still be noisy in some datasets without word boundaries.
- Comparison SERPs vary by market, so use this as a practical query proxy rather than a guaranteed feature flag.
Example Matches Table
| Query | Match | Why |
|---|---|---|
| spicy metrics vs looker studio | Match | Contains vs, which is a direct comparison marker. |
| seo dashboard comparison | Match | Contains comparison as a standalone term. |
| seo dashboard alternative | No | Alternative only matches in the broader variation. |
| best seo dashboard | No | This is ranking-style evaluation, not a direct comparison marker. |
How to Use This in Google Search Console
- Open Performance and go to Search results.
- Click Add filter and choose Query.
- Select Custom (regex).
- Paste the regex and click Apply.
When to Use This
- Track direct-comparison SERP demand in one segment.
- Measure how comparison pages perform against reviews and roundups.
- Find where head-to-head content opportunities are strongest.
Pro Tips
- This overlaps with intent-segmentation comparison recipes, but here the reporting lens is specifically SERP-feature targeting.
- Use competitor clusters alongside this segment to analyse brand-vs-brand demand.
- Compare comparison CTR against review CTR because SERP expectations often differ.
- Keep alternative phrasing in a variation if you want the base segment to remain tighter.
Variations
Include alternative phrasing
Adds another direct evaluation modifier without changing the comparison focus too much.
Related Regex Recipes
Regex for Review Queries
Use this regex to isolate review queries in GSC when users are evaluating products, tools, or services through external opinions and proof.
Regex for Competitor Comparisons (vs)
Use this regex to isolate explicit comparison searches in GSC when users are evaluating your brand against a named competitor.
CTA
Regex is only the first step. The real bottleneck is turning manual filters into a repeatable workflow your team actually uses. Spicy Metrics helps you move from ad hoc filtering to operational SEO workflows.
Move beyond manual regex work