Words in plugin don’t count

#286561
  • Resolved Sandra Nota
    Rank Math free

    Hi there,

    I’m using the WPZOOM Recipe Card plugin, and it seems that the words that are used in the Recipe Card, don’t count towards the total amount of words for my RankMath ranking. So basically my posts and up with a lower score because my total amount of words is usually below 600. Of course I know in the end Google will read those words, but hey, green scores look a lot better then orange scores right 😉 So I was wondering if you’re planning any development that will allow RankMath to also ‘read’ the words written in plugins.

    Thanks, Sandra

Viewing 1 replies (of 1 total)
  • Hello,

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

    You will need to contact the developer of the Recipe Card plugin and ask them to integrate our content analysis API using this guide: https://rankmath.com/kb/content-analysis-api/

    For the score, you can use the filter given below in your theme’s functions.php file to disable the content length test and get the score for it:

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

    Hope this helps. Let us know if you need any other assistance.

    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 ‘Words in plugin don’t count’ is closed to new replies.