← Back to Regex Library

Cluster 7

Content & Page Type

Separate blog, landing, support, documentation, and product-led demand when query patterns hint at page-type intent.

8/8 published Latest update 17 March 2026
Published Recipes

Live recipes in this cluster

Published Updated 2026-03-17

Regex for Blog Queries

Use this regex to capture blog-style query modifiers in GSC when users appear to be looking for editorial or article-led content.

\b(blog|post|article)\b
Published Updated 2026-03-17

Regex for Landing Page Queries

Use this regex to capture query patterns that commonly map to landing pages and conversion-focused destination pages in Search Console.

\b(sign up|get started|pricing|plans?|book demo|request demo)\b
Published Updated 2026-03-17

Regex for Category Page Queries

Use this regex to isolate category-page style demand in GSC when users search with broad browse-oriented modifiers rather than item-level terms.

\b(category|categories|shop|collection|range)\b
Published Updated 2026-03-17

Regex for Product Page Queries

Use this regex to isolate product-page style demand in GSC when users search with modifiers that imply a specific product detail page.

\b(price|specs|features|model|buy|sku)\b
Published Updated 2026-03-17

Regex for Support / Help Queries

Use this regex to capture support and help-oriented queries in GSC when users are trying to solve a problem rather than evaluate or buy.

\b(help|support|fix|issue|troubleshoot|error)\b
Published Updated 2026-03-17

Regex for FAQ Queries

Use this regex to isolate FAQ-style query modifiers in GSC when users are looking for direct answers rather than long-form guidance.

\b(faq|faqs|questions|common questions)\b
Published Updated 2026-03-17

Regex for Documentation Queries

Use this regex to capture documentation-style query modifiers in GSC when users need structured reference or implementation guidance.

\b(docs|documentation|reference|api|manual)\b
Published Updated 2026-03-17

Regex for Tool / Feature Queries

Use this regex to capture tool- and feature-style query modifiers in GSC when searchers are looking for product capabilities rather than help or educational content.

\b(tool|tools|feature|features|dashboard|tracker|reporting)\b