Google Search Console Custom Regex Hacks

Google Search Console Custom Regex Filters that are useful for daily analysis. 

Thanks to Chloe Christine for sharing.

↪️ Find all question keywords WITHOUT using 10 separate filters:

^(who|what|when|where|why|how|is|are|can|does|will|should).*

↪️ Find buyer-intent keywords:

.*(buy|price|cost|cheap|deal|discount|coupon|review|best|top).*

↪️ Find local searches about your business:

.*(near me|in [your city]|[your city].*agency|locally|nearby).*

↪️ Find your brand vs non-brand (without 50 exclude filters):

^(?!.*yourBrand).*$

(This shows everything that DOESN'T contain your brand)

↪️ The money filter - find keywords with commercial intent:

.*(vs|versus|compare|comparison|alternative|review|best|top 10).*

Back to blog
Custom Regex Filters Search Console

Custom Regex to make your life easier

Google Search Console Custom Regex Filters for every use.

Stay up-to-date