SEO Content Analyzer & Word Counter
Words
0
Characters
0
Read Time
0m
Keyword Density (Top 5)
Enter text to see keyword density…
' + key + ': ' + percentage + '%
';
});
document.getElementById('keyword-list').innerHTML = keywordHtml || 'Keep typing…';
} else {
document.getElementById('keyword-list').innerHTML = 'Enter more text for analysis…';
}
}
function clearText() {
document.getElementById('seo-input').value = ";
analyzeContent();
}
function copyToClipboard() {
var textArea = document.getElementById('seo-input');
textArea.select();
document.execCommand('copy');
alert('Text copied to clipboard!');
}