<aside> 🚨 Want more notes like this? Subscribe to weekly strategy emails: seonotebook.com

</aside>

Today’s tip comes from Lily Ray via LinkedIn. It looks like she teamed up with JC Chouinard to create a regex that quickly grabs all of the question keywords mentioning your brand.

Untitled

Link to post:

https://www.linkedin.com/posts/lily-ray-44755615_seo-gsc-googlesearchconsole-activity-6823612385262108672-Avd9

The regex Lilly mentioned was:

(?i)^(who|what|where|when|why|how).*(brand|name).*

(never mind “HTML” Notion doesn’t have an option for regex.

But I’ve levelled up this regex for you to give you even more results by adding additional question modifiers:

(?i)^(who|what|where|when|why|how|was|did|do|is|are|does|if|can|could|should|would|will|did|do|is|are|won’t|were|weren’t|shouldn’t|couldn’t|cannot|can’t|didn’t|did not|does|doesn’t|wouldn’t|aren’t|won’t|wont|were|werent|shouldnt|couldnt|cant|didnt|doesnt|wouldont|arent|wont).*(brand|name).*

Just make sure to edit “(brand|name)” with your brand.