SEO Tip!
Use the following in Google Search Console to apply regex for filters:
➡️ QUERY LENGTHS:
Single-word queries only
^\w+$
Exactly 2-word queries
^\w+\s\w+$
Exactly 3-word queries
^\w+\s\w+\s\w+$
5+ word queries
^\w+(\s\w+){4,}$
7+ word queries
^\w+(\s\w+){6,}$
Queries over 60 characters
^.{60,}$
Short queries under 20 characters
^.{1,20}$
➡️ QUESTION/INTENT
All question-style queries
^(how|what|why|when|where|who|which|can|does|is|are|will|should|do)\s
How to / how do / how much" etc
^how\s(to|do|does|can|much|many|long)\s
Definitional "what" queries
^what\s(is|are|does|do|was|were)\s
Yes/no style questions
^(is|are|can|does|do|will|should|has|have)\s
Why is / why does / why won't
^why\s(is|are|does|do|won.t|can.t)\s
Educational/informational intent
.*(guide|tutorial|tips|learn|explained|examples|ideas).*
Definitional queries
.*(what is|what are|definition of|meaning of|overview of).*
"How to" specifically (anchored)
^how\sto\s
Beginner/intro intent
.*(for beginners|step by step|getting started).*
Commercial investigation
.*(best|top|vs|versus|compare|comparison|alternative|alternatives|review|reviews).*
Direct comparison queries
.*\svs\s.*
"Best X for Y" pattern
.*(best|top)\s.*\s(for|to)\s
Evaluation intent
.*(worth it|should i|is it good|recommended).*
➡️ TRANSACTIONAL
Transactional signals
.*(buy|purchase|order|shop|price|pricing|cost|costs|hire|get).*
Price-sensitive queries
.*(cheap|affordable|budget|discount|deal|coupon|offer).*
Acquisition intent
.*(free|download|trial|sign up|register|get started).*
Local transactional intent
.*(near me|nearby|close to).*
High-intent service queries
.*(quote|demo|consultation|book|booking).*
➡️ NAVIGATIONAL
Navigational/login queries
.*(login|log in|sign in|account|dashboard|portal).*
Brand + product-type queries
.*(website|site|app|software|tool|platform)$
➡️ SINGULAR/PLURAL
Plural Forms
.*(tip|tool|idea|strategy|example|way|option|method|step)(\s|$)
Singular forms
.*(tips|tools|ideas|strategies|examples|ways|options|methods|steps)(\s|$)
➡️ LOCATIONS
.*\sin\s[a-z]+$
➡️ YEAR SPECIFIC
Year-specific queries
.*(2024|2025|2026).*
Freshness-seeking queries
.*(latest|new|updated|recent|this year|now).*
"Is X still working / relevant" queries
.*(still|anymore|yet).*
➡️ PROBLEM/TROUBLESHOOTING
Troubleshooting queries
.*(not working|broken|fix|issue|problem|error|slow|wrong|failed).*
Solution-seeking queries
.*(how to fix|how to stop|how to avoid|how to prevent).*
Frustration/failure queries^why\s.*(not|won.t|doesn.t|can.t).*
➡️ TOFU/BOFU/MOFU
TOFU — question-led awareness queries
^(what|how|why|who|when)\s
MOFU — consideration queries
.*(best|vs|review|compare|alternative).*
BOFU — decision queries
.*(buy|price|pricing|cost|hire|quote|demo|trial).*
Find this useful? did you know you can do ALL of this in SEO Stack without having to use Regex!
Try the powerful filtering in SEO stack for free!
https://t.co/Nw0LMDIddi
@Charles_SEO You can lose everything, but they can never take you away from you, I mean that your talents and knowledge, your struggle for life.
My life philosophy is the same as yours.
@celilcan Meta Description kısmını boş bıraktığınızda sistem kendisi için arka planda bir açıklama metni oluşturuyor, genellikle ilk 300 kelime etkili. Ancak kullanıcının arama sorgusuna bağlı olarak sonraki kısımda spesifik bir bilgi veya içerik varsa, o kısımdan da alıntı yapacaktır.
Javascript Adware Virus
If you have wordpress website and your website was infected with a #javascript#ad#virus. You can see only in mobil version.
Check wp posts table, you will see a javascript function in all records. To clear all records, you can use SQL REPLACE command.
@celilcan Site geneli linkleme yapan, #javascript array ve object ile metin içi içerikleri değiştirip farklı link yapısı oluşturan birden fazla #seo çalışmasına şahit oldum. Google şunu yapma bunu yapma diyor yıllardır ancak rakip analizi yapınca önergelere uymuyan o kadar çok site var ki
We are looking for a #publisher.
We will advertise for a online doctor directory that lists doctors. For each patient form filled out by real people, website owners are paid $9. The ad will be published for users in the UK and Ireland.
If you own a website or ad network, DM us.
Prominent places are more likely to show up in search results. This factor’s also based on info like how many websites link to your business and how many reviews you have. More reviews and positive ratings can help your business’s local ranking. #SEO
https://t.co/PRX2d2JK4P
🧠 PHP developers, did you know?
You can scan files for syntax errors without running code and validate your entire project with one command.
🧪 Quick error checks
🧭 One-line project validation
Cleaner code, faster. ✅