Flesch Readability Portuguese

#9080
  • Resolved Marcos Aurelio
    Rank Math free

    I noticed that Flesch Readability does not work for the Portuguese language, so the ideal would be to disable this function for sites in that language. So we would have a more real score.

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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.

    ​​​​​​​

    Todd
    Rank Math free

    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.

    Todd
    Rank Math free

    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.

Viewing 6 replies - 1 through 6 (of 6 total)

The ticket ‘Flesch Readability Portuguese’ is closed to new replies.