← Back to Regex Library

Cluster 6

SERP Feature Targeting

Group query patterns that align with featured snippets, review-heavy SERPs, listicles, video demand, and image intent.

8/8 published Latest update 17 March 2026
Published Recipes

Live recipes in this cluster

Published Updated 2026-03-17

Regex for Featured Snippet Queries

Use this regex to capture query patterns that often align with featured snippet opportunities in Google Search Console.

\b(what is|how to|definition|meaning|steps?)\b
Published Updated 2026-03-17

Regex for PAA (People Also Ask) Queries

Use this regex to isolate question-led queries in GSC when you want a practical proxy for People Also Ask style search behaviour.

^(who|what|where|when|why|how|can|does|is)\b.*
Published Updated 2026-03-17

Regex for Listicle Queries

Use this regex to isolate listicle-style query modifiers in GSC when users want ranked options, examples, or curated lists.

\b(top|best|list|examples?)\b
Published Updated 2026-03-17

Regex for "Top" / "Best" Queries

Use this regex to capture top and best modifiers in GSC when you want a tight segment built around ranking-style queries.

\b(top|best)\b
Published Updated 2026-03-17

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.

\breviews?\b
Published Updated 2026-03-17

Regex for Comparison Queries

Use this regex to isolate comparison queries in GSC when you want a focused SERP-feature segment built around direct evaluation language.

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

Regex for Video Intent Queries

Use this regex to capture video-intent queries in GSC when searchers signal that a visual or watchable format may fit the SERP better.

\b(video|videos|watch|youtube)\b
Published Updated 2026-03-17

Regex for Image Search Queries

Use this regex to isolate image-intent queries in GSC when users explicitly signal that visual assets matter to the search journey.

\b(images?|photos?|pictures?|screenshots?)\b