how do disable elements of seo rank score

#432452
  • Resolved Luke Vest
    Rank Math free

    Hello,

    I enjoy using the SEO rank score for optimizing content, although I am wondering if there is a way to disable the “Linking to External Content with a Followed Link” factor.

    Thank you!

Viewing 1 replies (of 1 total)
  • Anas
    Rank Math business

    Hello,

    Thank you for contacting Rank Math.

    You can use this filter to disable that test:

    /**
     * Filter to disable External Dofollow Link test
     */
    add_filter('rank_math/researches/tests', function ($tests, $type) {
    	unset($tests['linksNotAllExternals']);
    	return $tests;
    }, 10, 2 );

    Here is a guide you can follow to add the filter:
    https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Hope that helps.

    Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘how do disable elements of seo rank score’ is closed to new replies.