Readability scores measure the wrong thing, usefully
A readability formula counts syllables, words and full stops. It cannot tell whether a sentence is clear, whether the page is organised, or whether the reader got an answer. Knowing exactly what it counts is what makes the number safe to use.
The short answer
Readability formulas count syllables per word and words per sentence, and nothing else. They cannot see whether a sentence makes sense, and three of their standard recommendations actively make writing worse. Use the score to find pages that are unusually dense, then fix the structure rather than the number.
What the formulas actually count
Nearly every readability score in circulation is a variation on two inputs: the average number of words in a sentence, and the average number of syllables in a word. Some substitute a list of familiar words for the syllable count. None of them parses grammar, resolves a pronoun, or knows what the page is about.
They were built for a specific job and they do it well. The original work was about matching military and school texts to reading levels, where the question was whether a given population could get through a document at all. Applied to that, a formula is a reasonable screen. Applied to a technical article for professionals, it is measuring the wrong population against the wrong text.
The failure is easy to demonstrate, which is the most useful thing to know about it. These two sentences score almost identically:
"Set the angle. Move the blade. Check the burr. Repeat."
short words, short sentences -> scores as very easy
"Colourless green ideas sleep furiously in the bank
by the bank of the bank."
short words, short sentences -> scores as very easy
"A carbon steel blade will rust within hours if you
leave it wet, so dry it immediately after washing."
longer sentence, one clause -> scores as harderThe third is the clearest of the three and it scores worst. Any metric that ranks those in that order is not measuring comprehension; it is measuring sentence length, and reporting it in a unit that sounds like comprehension.
Three of its recommendations do damage
Optimising toward a score produces specific, recognisable degradation. If you have ever read a page that felt oddly childish while saying nothing, this is usually why.
- Split every long sentence. Length is only a problem when it comes with depth. A long sentence built from clauses that each close before the next opens is easy to follow, and chopping it into five fragments removes the connective words that were carrying the logic. You end up with prose that has to be reassembled by the reader.
- Replace the precise word with a shorter one. A formula penalises syllables, so
canonical,idempotentandanaphylaxisall count against you. Swapping in an approximation makes the sentence score better and say less, and on a page whose readers are professionals it makes you sound like you do not know the term. - Remove the qualifications. Hedges add words. Some hedges are padding and some are the difference between a true statement and a false one. A formula cannot tell those apart, and the guidance to cut them treats accuracy as compressible.
The one recommendation worth keeping is about paragraphs, and it is not really a readability finding. Breaking a wall of text into paragraphs of two to four sentences makes a page scannable, and scanning is what people actually do. That is a formatting improvement the score happens to reward.
What to fix instead of the number
Everything that genuinely makes a page easier to read is invisible to a formula. In rough order of effect:
- Answer the question in the first paragraph. The single largest improvement available on most pages, and a formula will not notice you did it. Covered properly in the answer-first guide.
- Give the page an outline somebody can scan. Real headings, phrased as the questions the sections answer. A dense page with a good outline is easier to use than a simple page without one, and the outline has its own check for that reason.
- Put one idea in each paragraph. Paragraph length is a symptom; the cause is a paragraph doing three jobs. Split by idea and the lengths take care of themselves.
- Use a list when the content is a list. Four options described in a paragraph is four options a reader has to separate themselves. This also happens to be what the structured formats are eligible for.
- Cut the first two sentences. Most pages open with a run-up. Deleting it almost always improves the page and slightly worsens the score, because what is left is denser.
Then read the page out loud. Every real problem in a paragraph announces itself when you have to breathe, which is the same test writing for a listener formalises.
A statistic over the body, not a field on the page
Sentence and paragraph density have to be computed from the text: split into sentences, count words, count clauses, average across the page. That is a pass over the body rather than a value any page reports about itself.
This one needs the full crawl
Sentence length and clause density are statistics computed across the body text paragraph by paragraph, rather than a value any page reports about itself.
The instant search on this site audits a single page, so rather than show you a verdict it cannot support, this guide sends you to the place the check actually runs.
The version you can run right now is not a script. Paste a section into any word processor with a readability panel, note that the score is not the finding, and read the sentences it flagged to see whether any of them are genuinely hard.
Does this affect AI search?
Not in the direction people assume. A language model has no trouble with a long sentence, a nested clause or a technical term. It is not skimming, it is not tiring, and it does not lose the subject of a sentence halfway through. Simplifying your prose to score better buys you nothing in retrieval.
What does matter is a property the formulas do not measure: whether a passage can be understood without the passages around it. A paragraph opening with this or as mentioned above is a paragraph that means nothing when lifted out, and lifting it out is exactly what happens. That is resolvability rather than readability, and it is the thing to work on.
There is one indirect connection worth naming honestly. Pages that score badly are often badly organised as well, because both come from writing without a plan. So a poor score is weak evidence of a real problem, in the way a fever is evidence of an infection: worth investigating, useless as a diagnosis, and pointless to treat on its own.
Why a proxy with no consumer is a Refinement
Nothing consumes a readability score. No search engine publishes it as a ranking input, no result format depends on it, and no retrieval system reads it. Every other check in this audit points at a mechanism, and this one points at a correlation, which is exactly what the bottom of the scale describes.
It stays in the catalogue because the underlying quality is real even though the measurement is crude. Pages that are hard to read lose readers, and losing readers eventually shows up in everything else. A number that gets you to look at a page you had stopped looking at has some value, as long as nobody mistakes the number for the goal.
Which is the reason this guide spends more space on what not to do than on what to do. The risk here is not neglect, it is a team spending a fortnight raising a score by ten points and shipping a set of pages that are measurably simpler and worse.
Questions this check raises
- Is there an ideal readability score?
- No, and the commonly quoted grade 8 target comes from general-audience journalism rather than from anything a search engine measures. A technical reference read by engineers should score badly, because the vocabulary its readers need is polysyllabic. The score is only interesting relative to other pages on the same site.
- Does readability affect rankings?
- Not as a measured input. What affects rankings is whether people find the page useful, and a page nobody can read is not useful, so the two correlate. Optimising the score directly produces short sentences and simple words arranged into prose that is harder to follow, which is the opposite of the intent.
- What should I fix instead of the score?
- Structure. Break walls of text into sections with headings, put the answer before the explanation, use a list where you are enumerating and a table where you are comparing, and cut sentences that restate the previous one. Every one of those helps a reader more than shortening words does.