Spaces:
Running
π SIMPLE GUIDE - Understanding Your GEO Analytics
π€ What Does Each Part Mean?
1οΈβ£ KEYWORD RESULTS
What you see:
abaya (10)
modest fashion (8)
phone (28)
What it means:
- The word "abaya" appears 10 times on your page
- The phrase "modest fashion" appears 8 times
- The word "phone" appears 28 times
Why it matters:
- Keywords that appear more = more important to search engines
- But TOO many times = spam (bad for SEO)
- Good range: 3-8 times per keyword
2οΈβ£ KEYWORD CLASSIFICATION
PRIMARY KEYWORDS (Most Important)
β
abaya (10)
β
modest fashion (8)
β
islamic clothing (6)
These are your MAIN topics - what your page is really about
SECONDARY KEYWORDS (Supporting)
β
collection (5)
β
dress (4)
β
style (4)
These SUPPORT your main topics - related words
LONG-TAIL KEYWORDS (Specific)
β
black abaya dress (2)
β
modest fashion online (2)
These are SPECIFIC phrases - what people actually search for
3οΈβ£ TOPIC CLUSTERS
What you see:
SEO & Search (5 keywords)
β’ seo
β’ search engine
β’ ranking
E-commerce (3 keywords)
β’ shop
β’ product
β’ price
What it means:
- Your page covers 5 keywords about SEO
- Your page covers 3 keywords about E-commerce
- More clusters = more diverse content = better SEO
4οΈβ£ KEYWORD DENSITY
What you see:
abaya: 1.87%
phone: 5.23%
What it means:
- "abaya" is 1.87% of all words on the page
- "phone" is 5.23% of all words
Good density:
- β 1-3% = Perfect
- β οΈ 3-5% = Acceptable
- β 5%+ = Too much (spam)
Your "phone" is 5.23% = TOO HIGH β This is because it appears in your address/contact info β Solution: Move contact info to footer, reduce repetition
5οΈβ£ DATAFORSEO ENRICHMENT
What you see:
abaya
Volume: 60,500
CPC: $0.81
Competition: HIGH
What it means:
- Volume: 60,500 people search for "abaya" every month
- CPC: Advertisers pay $0.81 per click for this keyword
- Competition: HIGH = many websites compete for this keyword
How to use this:
- High volume + Low competition = GREAT keyword to target
- High volume + High competition = Hard to rank, but valuable
- Low volume + Low competition = Easy to rank, but less traffic
6οΈβ£ COMPETITORS
What you see:
β No external competitors found
What it means:
- Your page doesn't link to other similar websites
- This is NORMAL for e-commerce sites
Why no competitors? Your page only links to:
- β Your own pages (abayanoir.com/products/...)
- β Social media (Facebook, Instagram)
- β NO links to other abaya stores
Is this bad?
- β NO! Most e-commerce sites don't link to competitors
- β You can still see competitors using DataForSEO API
How to find competitors anyway:
- Use DataForSEO competitor endpoint (we can add this)
- Manually enter competitor URLs for comparison
- Crawl blog posts (they often mention competitors)
π EXAMPLE: Good vs Bad Results
β BAD RESULTS (What You Had Before)
Keyword Results:
[ ΩΩ Ω
ΨΨ±Ω ΩΩΨ―Ω
ΩΩΩ
(2)
[ Ω
ΨΉ Ω
ΨΨ±Ω (2)
( geo (2)
012 (12)
8998 (16)
Problems:
- Brackets [ and parentheses (
- Navigation text
- Just numbers (012, 8998)
- Broken Arabic phrases
β GOOD RESULTS (What You Get Now)
Keyword Results:
abaya (10) - Vol: 60,500, CPC: $0.81, HIGH
modest fashion (8) - Vol: 2,900, CPC: $1.03, MEDIUM
islamic clothing (6) - Vol: 3,600, CPC: $1.05, LOW
Classification:
Primary: abaya, modest fashion, islamic clothing
Secondary: collection, dress, style
Long-tail: black abaya dress, modest fashion online
Topic Clusters:
E-commerce: 8 keywords
Fashion: 6 keywords
Brand: 4 keywords
Why better:
- β Clean keywords (no brackets/numbers)
- β Real search data (volume, CPC)
- β Organized by importance
- β Grouped by topic
π― HOW TO USE THIS DATA
For SEO Optimization:
Focus on PRIMARY keywords - use them in:
- Page title
- H1 heading
- First paragraph
- Meta description
Add SECONDARY keywords naturally in:
- H2/H3 headings
- Body paragraphs
- Image alt text
Target LONG-TAIL keywords for:
- Blog posts
- Product descriptions
- FAQ sections
For Content Strategy:
- Check topic clusters - are you missing important topics?
- Look at keyword density - reduce if > 3%
- Find high-volume, low-competition keywords - create content for these
For Competitor Analysis:
- If no competitors found - that's OK!
- Use DataForSEO competitor API - we can add this
- Manually compare with known competitors
π QUICK API GUIDE
Get Simple Keywords:
POST /api/keywords
{
"url": "https://abayanoir.com",
"max_pages": 2
}
Response:
{
"keywords": [
{"kw": "abaya", "count": 10, "volume": 60500, "cpc": 0.81}
]
}
Get Full Analytics:
POST /api/keywords?analytics=true
{
"url": "https://abayanoir.com",
"max_pages": 2
}
Response:
{
"analytics": {
"summary": {...},
"classification": {...},
"clusters": {...},
"coverage": {...}
}
}
Get Complete Intelligence Report:
POST /api/search/intelligence
{
"url": "https://abayanoir.com",
"max_pages": 3
}
Response:
{
"report": {
"keyword_results": {...},
"topic_clusters": {...},
"competitors": {...},
"recommendations": [...]
}
}
β COMMON QUESTIONS
Q: Why do I see "phone" and "012" as keywords? A: These appear in your contact information. They're filtered out in analytics mode.
Q: Why no competitors found? A: Your page doesn't link to other stores. This is normal. Use DataForSEO API for competitor data.
Q: What's the difference between simple and analytics mode? A:
- Simple = just keywords and counts
- Analytics = classification, clusters, density, recommendations
Q: How do I improve my keyword score? A:
- Add more diverse keywords (aim for 30+)
- Reduce keyword density (keep under 3%)
- Cover more topics (aim for 4+ clusters)
- Use long-tail keywords (specific phrases)
Q: Should I target high-volume or low-competition keywords? A: Both!
- High volume = more traffic potential
- Low competition = easier to rank
- Best = high volume + low competition
π NEED HELP?
Run the test script to see everything explained:
python3 explain_and_test.py
This shows you EXACTLY what happens at each step!