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

Morphologize internal linking suggestions #2139

Closed nataliashitova closed 5 years ago

nataliashitova commented 5 years ago

The current algorithm of relevant words detection in YoastSEO.js does not collapse over different morphological forms of words, which is inefficient, as we have to save forms like brand, brands, branding, branded separately in the database. We should add functionality that would collapse over different morphological forms before they get saved in the database.

Parent https://github.com/Yoast/wordpress-seo-premium/issues/2235 Requires #2149