Yoast / javascript

Monorepo for all the JavaScript within Yoast
131 stars 54 forks source link

SEO results are not matching with online tool https://yoast.com/research/real-time-content-analysis/ #1201

Closed siddu-nc closed 3 years ago

siddu-nc commented 3 years ago

Explanation

The YoastSeo content assessment score and the Real time content analysis tool score is not matching, even though both the content feeding is same.

The goal is real time content analysis tool score should match with the yoast seo plugin tool.

Technical decisions

After debugging the real time tool is using tinymce editor which is generating an HTML version of the input and the assessment score generating on HTML version which causes an uneven in the score.

Please try to parse the html and use only plain text of the input which will match the score with the plugin based.

Attaching the screenshot of the score with the same text input.

image

image

Djennez commented 3 years ago

The online content analysis is unfortunately a bit outdated and can not / should not be compared to the analysis in the plugin. Therefore I am closing this as a non-bug.

siddu-nc commented 3 years ago

@Djennez thanks for your clarification.

Please can you let me know the tool Real content analysis what yoastseo version is it using.