Yoast / YoastSEO.js

Analyze content on a page and give SEO feedback as well as render a snippet preview.
GNU General Public License v3.0
403 stars 170 forks source link

Replace Flesch Reading ease with a more meaningful check #1632

Closed manuelaugustin closed 4 years ago

manuelaugustin commented 6 years ago

The Flesch Reading Ease score has several drawbacks. Most importantly, it's not very actionable. But there are also some other cons, see https://github.com/Yoast/research/wiki/Flesch-Reading-Ease.

Since the Flesch Reading Ease test is based on the complexity of words and sentences, we should address those two factors directly. For sentence length, we already have an assessment. For word complexity, we should look into reviving the old word complexity assessment. A quick solution would be to use the existing syllable data to make an estimate for complexity. A more sophisticated approach would be to make use of lexical frequency. However, this would require additional data.

nataliashitova commented 6 years ago

Some insights from a recent readability workshop: https://github.com/Yoast/research/wiki/More-potential-measures-of-readability

manuelaugustin commented 4 years ago

Closed in favor of https://yoast.atlassian.net/browse/LIN-498