HOW IT WORKS
How the word frequency counter calculates results
The counter converts text to lowercase, removes HTML markup and punctuation, and groups identical tokens. Numeric-only tokens are excluded. By default, common English, Ukrainian, or Russian stop words are removed using the list you can inspect and edit above.
(word count ÷ analyzed words) × 100(word count ÷ analyzed words) × 1,000Both normalized values use the number of words left after your stop-word setting. This makes the table internally consistent. To count every function word, enable Keep stop words before running the analysis.
USE THE DATA
Compare frequency without treating it as an SEO score
Raw counts answer “how often?” Percentage and occurrences per 1,000 words make texts of different lengths easier to compare. These measurements can reveal dominant vocabulary or accidental repetition, but no single percentage proves that a page is relevant, useful, or likely to rank.
Search and sort
Find a specific term or rank the table by word, count, percentage, or normalized frequency.
Editable stop words
Use the defaults for EN, UKR, and RU, or adapt the list to your project and keep it locally.
Text and URL analysis
Analyze pasted content locally or fetch the readable text of a public webpage.
CSV and JSON export
Download the complete vocabulary for a spreadsheet, script, or repeatable editorial workflow.