Hello,
Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.
I have submitted this feature request to our dev team for consideration and hopefully this will be added to our future development roadmap.
Let us know if you run into any other issues. Thank you.
Hello,
Please use this filter to remove any test from the score:
https://rankmath.com/kb/filters-hooks-api-developer/#remove-content-analysis
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Unfortunately I do not have experience to make these changes in codes.
Please go to WordPress Dashboard > Appearance > Editor.
Then, add the following code to the functions.php file:
add_filter( 'rank_math/researches/tests', function( $tests, $type ) {
if ( isset( $tests['content-readability']['calculateFleschReading'] ) ) {
unset( $tests['content-readability']['calculateFleschReading'] );
}
return $tests;
}, 10, 2 );
That will remove the Flesch test.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
I inserted the code and it removes the option, but it keeps calculating the score, so I decided to leave it as it is, so at least I know that the score does not reach 100 due to this error that I can not solve.
I am very grateful for your great service.
Hi Marcos,
I am glad that you found this information useful 🙂
Feel free to contact us should any other issues come up. Thank you.