Marketing for IT Companies > SEO for IT Companies Archives MarketingForIT > Regex For Search Console MarketingForIT

Regex For Search Console

Regex 
^(?:\S+\s+){0,3}\S*$
allows to show you only queries that contain no more than 3 words

Regex 
^(who|what|when|where|why|how|is|can|does|do|should|will)\b.*
allows you to show only queries that contain questions starting with words like how, why, what, etc.

Regex
(error|fix|issue|problem|not working|failed|unable|broken|slow|stuck)
allows you to show only queries that contain troubleshooting searches - you need to explain the fix.

Regex
(best|top|vs|versus|compare|comparison|review|alternative|pricing)
allows you to show only queries that contain searches to see comparison or which one to pick searches - they're trying to decide between options

Regex
\b(should i|is it worth|do i need|is it safe|can i trust)\b
allows you to show only queries that contain searches where people are trying to decide or are unsure about something - thinking out loud searches good for writing explanation content.

Regex
\b(guide|tutorial|steps|process|explained|meaning|definition)\b
allows you to show only queries that contain searches that want learning or explanation - Good for deeper posts, walkthroughs, or breakdowns

Regex
^(what is|how does|why does|can you|is there)\b.*
allows you to show only queries that contain searches that just want something clarified - explain things clearly and directly



  •  
  •  
  •  
  •  
  •  
  •  
  •  

Leave a Reply

Your email address will not be published. Required fields are marked *