← Back to Regex Library

Cluster 3

Intent Segmentation

Split informational, commercial, research, and purchase-stage demand into cleaner reporting segments.

9/9 published Latest update 17 March 2026
Published Recipes

Live recipes in this cluster

Published Updated 2026-03-17

Regex for Informational Intent

Use this regex to isolate informational intent terms in GSC and measure awareness-stage SEO performance with less noise.

^(who|what|where|when|why|how|guide|tutorial|learn|tips)\b.*
Published Updated 2026-03-17

Regex for Transactional Intent

Use this regex to isolate transactional intent in GSC when searchers are signalling they want to take action rather than keep researching.

\b(buy|order|book|get|download|subscribe|sign up|trial)\b
Published Updated 2026-03-17

Regex for Commercial Intent

Use this regex to isolate commercial intent in GSC when searchers are evaluating options but are not yet fully transactional.

\b(best|top|review|reviews|pricing|price|cost|software|tool|tools)\b
Published Updated 2026-03-17

Regex for Research Intent

Use this regex to isolate research intent in GSC when searchers are gathering options and weighing routes before they move closer to conversion.

\b(compare|comparison|alternatives?|options|vs|research)\b
Published Updated 2026-03-17

Regex for Comparison Intent

Use this regex to focus on comparison intent in GSC when you want a tighter segment built around direct option-versus-option evaluation.

\b(vs|versus|compare|comparison)\b
Published Updated 2026-03-17

Regex for Decision Stage Queries

Use this regex to isolate decision-stage queries in GSC when searchers are validating the final details before taking action.

\b(pricing|price|cost|trial|demo|reviews?|testimonial|case study)\b
Published Updated 2026-03-17

Regex for Awareness Stage Queries

Use this regex to isolate awareness-stage queries in GSC when users are still learning and have not yet moved into commercial evaluation.

\b(what is|how to|guide|learn|tips|basics|examples?)\b
Published Updated 2026-03-17

Regex for Consideration Stage Queries

Use this regex to isolate consideration-stage queries in GSC when searchers are actively evaluating options and narrowing the field.

\b(best|top|reviews?|compare|comparison|alternatives?|pricing)\b
Published Updated 2026-03-17

Regex for Purchase Stage Queries

Use this regex to capture purchase-stage queries in GSC when users are close to converting and are using clear action-ready language.

\b(buy|purchase|order|book|sign up|start trial|checkout)\b