SEO Content Analyzer
0 / 60 characters
Analysis Results
Word Count
0
Readability Score
–
Keyword Density (Top 3)
SEO Suggestions:
' + kw + ': ' + density + '% (' + counts[kw] + ' times)
';
}
// Suggestions
var suggestions = [];
if (wordCount < 300) suggestions.push('Content is too short. Aim for at least 300-600 words.');
if (title.length 60) suggestions.push('Title is too long and may be truncated in search results.');
var containsKeywordInTitle = false;
if (sortedKws.length > 0 && title.toLowerCase().indexOf(sortedKws[0]) > -1) {
containsKeywordInTitle = true;
}
if (!containsKeywordInTitle && sortedKws.length > 0) {
suggestions.push('Primary keyword "' + sortedKws[0] + '" not found in Page Title.');
}
if (suggestions.length === 0) {
checklist.innerHTML = '