On-Page SEO Analyzer
Analyze your content length and readability instantly.
Words
0
Characters
0
Reading Time
0m
SEO Insights:
- ';
// SEO Logic
if (wordCount < 300) {
checklist += '
- Thin Content: Content is too short for ranking high-competition keywords. Aim for 600+. '; } else if (wordCount >= 1000) { checklist += '
- Authority Length: Great depth! Ensure you use descriptive H2-H3 subheadings. '; } else { checklist += '
- Standard Length: Good for informational blog posts. '; } if (charCount > 160) { checklist += '
- Meta Warning: If this is a Meta Description, it exceeds 160 characters and may be truncated. '; } var sentences = text.split(/[.!?]+/).filter(function(s) { return s.trim().length > 0; }); var longSentences = 0; for (var i = 0; i 25) longSentences++; } if (longSentences > 0) { checklist += '
- Readability: Found ' + longSentences + ' long sentences. Break them up to improve user experience. '; } else { checklist += '
- Readability: Sentences are concise and easy to read. '; } checklist += '