Content Readability Analyzer
Analyze content readability with 6 formulas — Flesch Reading Ease, Flesch-Kincaid Grade, Gunning Fog, SMOG, Coleman-Liau, ARI. Includes syllable counter, passive voice detector, sentence length stats, reading time, and grade level. 100% client-side.
About Content Readability Analyzer
Analyze content readability with 6 formulas — Flesch Reading Ease, Flesch-Kincaid Grade, Gunning Fog, SMOG, Coleman-Liau, ARI. Includes syllable counter, passive voice detector, sentence length stats, reading time, and grade level. 100% client-side. Everything runs locally in your browser — your data never leaves your device.
How to use
- Enter your input in the tool above.
- Adjust any options to your preference.
- Use the Copy or Download buttons to save the result.
- Everything happens locally — your data never leaves your browser.
FAQ
What readability formulas does this tool compute?
Six: Flesch Reading Ease (0-100), Flesch-Kincaid Grade Level, Gunning Fog Index, SMOG Index, Coleman-Liau Index, and Automated Readability Index (ARI). A consensus average grade level is shown alongside each formula.
How are syllables counted?
We use a regex-based heuristic that strips silent 'e', counts vowel groups, and floors at 1 syllable. It's accurate for ~90% of English words — proper nouns and unusual plurals may be off by one. For perfect counts you'd need a dictionary lookup (we kept it dependency-free).
How does the passive voice detector work?
We look for common patterns: 'was/were/been + -ed/-en participle', 'has/have/had been + -ed', and 'is/are being + -ed'. Each match is listed so you can rewrite the sentence in active voice.
What extra features does this tool have compared to others?
(1) Six readability formulas at once (most tools show 2-3). (2) Consensus average grade across formulas. (3) Per-formula reading-level label. (4) Syllable counter per word. (5) Complex word highlighter (3+ syllables). (6) Passive voice detector. (7) Sentence length stats — flags sentences over 25 words. (8) Reading time (200 WPM) + speaking time (130 WPM). (9) History (localStorage, last 20). (10) Shareable URL — encode text in the fragment.
Is my data sent anywhere?
No. Readability analysis runs entirely in your browser using pure string and regex math. History is stored in localStorage on this device only.
Related tools
Breadcrumb Schema Generator
Generate BreadcrumbList schema.org JSON-LD for rich results. Add/remove items, reorder up/down, bulk paste, live preview, Google Rich Results test link, and HTML script-tag wrapper. 100% client-side.
Canonical Tag Generator
Generate canonical link tags and check for common mistakes. URL normalization, pagination prev/next, hreflang integration, cross-domain warnings, batch processing. 100% client-side.
Content Brief Generator
Generate SEO content briefs for writers: target keyword, title, search intent, word count target, outline, key points, LSI keywords, internal/external links, and competitor URLs. Export as Markdown or HTML. 100% client-side.