SEO Content Analyzer Tool
Paste your content below to analyze word count, keyword density, and SEO readability scores instantly.
Analysis Results
Word Count
0
Keyword Density
0%
SEO Score
0/100
- ";
// Logic for Score and Feedback
if (wordCount > 600) { score += 40; feedback += "
- Good length! Long-form content tends to rank better. "; } else if (wordCount > 300) { score += 20; feedback += "
- Decent length, but consider adding more depth to reach 600+ words. "; } else { feedback += "
- Content is too thin. Aim for at least 300 words. "; } if (density >= 1 && density <= 2.5) { score += 40; feedback += "
- Great keyword density! You are in the SEO sweet spot. "; } else if (density > 2.5) { score += 10; feedback += "
- Keyword density is too high (" + density + "%). Watch out for keyword stuffing. "; } else if (keyword && density < 1) { score += 10; feedback += "
- Keyword density is low. Try mentioning your keyword more naturally. "; } if (content.length > 0) score += 20; feedback += "