How can I exclude certain points from the scores in Rank Math?

#600871
  • Resolved Hindi stack
    Rank Math free

    Hello Rank Math,

    I want to exclude certain points from Rank Math’s score. Firstly, I have a Hindi language site where Hindi characters make the slug character long. Therefore, ‘shortening the URL’ doesn’t make any sense. Secondly, Rank Math is unable to detect positive and negative sentiment in Hindi, so this should also be excluded. Lastly, I don’t have any meta titles in numbers, so they should be excluded as well. I have also attached reference image.
    Image – https://i.ibb.co/6t3v6mr/Screenshot-2023-07-09-at-5-46-08-PM.png
    Please help!

    Thank you
    Hindistack

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.

    You can try to add the following filter on your website to disable these Rank Math SEO content tests:

    add_filter('rank_math/researches/tests', function ($tests, $type) {
        unset(
            $tests['lengthPermalink'],
    	$tests['titleHasNumber'],
    	$tests['titleHasPowerWords'],
    	$tests['titleSentiment']
        );
        return $tests;
    }, 10, 2);
    

    Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Let us know how it goes. Looking forward to helping you.

    Thank you.

    Thank you Rakibuzzaman Siam for your help!

    Hello,

    We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

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

The ticket ‘How can I exclude certain points from the scores in Rank Math?’ is closed to new replies.