andy chrisman
Newbie
- Oct 9, 2019
- 3
- 0
90% of my focus remains on technical SEO:
ensuring optimal crawling & indexing, reviewing .htaccess, implementing structured data, and cleaning up spam backlinks.
The remaining 10% goes into regex-based keyword research in Search Console, combined with content relevance and on-page optimization.
I use regex to map query length patterns:
• 1 word → ^[^" "]*$
• 2–4 words → ^([^" "]*\s){1,3}[^" "]*$
• 5–8 words → ^([^" "]*\s){4,7}[^" "]*$
• 9–12 words → ^([^" "]*\s){8,11}[^" "]*$
• 13–20 words → ^([^" "]*\s){12,19}[^" "]*$
• 20+ words → ^([^" "]*\s){19,}[^" "]*$
Why does this matter?
Because query length often reflects user intent:
- Short → broad / navigational
- Medium → transactional / niche
- Long → highly specific, even similar to how people write AI prompts
Milestone
From only dozens to now 500+ AI Overviews appearing, including many product pages.
Interestingly, the product copy itself hasn’t changed much — no massive rewrites.
The real differentiator?
Solid technical structure + strong keyword relevance.
Key Insight
SEO today is no longer just about ranking on Google.
Your pages must be:
So instead of fearing AI, focus on building pages that are friendly to all three readers:
AI, Google, and humans.
#SEO #ArtificialIntelligence #Regex #TechnicalSEO #AIOverview #DigitalMarketing