This repository has been archived by the owner on Oct 4, 2022. It is now read-only.
Releases: Yoast/YoastSEO.js
Releases · Yoast/YoastSEO.js
v1.36.1
v1.36.0
Added
- Adds a link to a relevant article about re-using keywords to the feedback of the assessment that checks if the keyword was used previously.
- Exposes all assessments and more as a public API.
- Adds the passive voice assessment for Dutch.
Changed
- Improves the order in which assessments are triggered. The keyword in the title is only checked once there's a title, the keyword in the introduction is only checked once there's a text, and the keyword in the meta description is only checked once there's a meta description.
Fixed
- Fixes a bug that caused keywords to be incorrectly recognized within possessive forms (e.g.
Natalia
inNatalia's fix
). - Improves the recognition of keywords with special diacritics in the URL.
- Improves keyword recognition through adding Spanish inverted exclamation and question marks to the rules that determine word boundaries.
v1.35.5
1.35.5
v1.35.4
Changed
- Changes feedback in the keyword density assessment to make it more explicit that synonyms are not taken into consideration when calculating the score.
v1.35.3
Changed
- Makes keyword distribution boundaries the same regardless of whether or not synonyms are set, enables markings also when the bullet is green, and shows a gray bullet when there are not enough keyword occurrences to calculate distribution.
v1.35.2
Changed
- Removes the topic density assessment and uses the keyword density assessment also when synonyms are set.
v1.35.1
Fixed
- Fixes a bug where a custom callback would not work correctly.
v1.35.0
1.35.0 July 3rd, 2018
Added
- Adds an assessment the checks the distribution of the focus keyword in the text.
- Adds a topic distribution and topic density assessment to use with synonyms.
- Adds links to relevant articles to all SEO assessments.
- Adds Flesch Reading Ease assessment for French.
- Adds Flesch Reading Ease assessment for Spanish.
- Add passive voice assessment for Italian.
Fixed
- Instances of the same keyword with different kinds of apostrophes (e.g., brain’s and brain's) are now recognized as the same in the following assessments: keyword in meta description, keyword in subheading, keyword in first paragraph, keyword in title, keyword in URL.
- Filters out prominent word combinations ending in 's in English. Props to swekkiekekkie.
v1.34.0
Fixed
- Fixes title width measurements by adding font styles to the hidden input field.
Changed
- Improves the lists of French transition words, stopwords, and function words, props Laurent-1971.
v1.33.1
Fixed
- Fixes a bug where Flesch Reading Ease translation strings were not fully translated.