Hello,
Thank you for contacting Rank Math today.
1). I can suggest that you take a look at the following resource page for more info on how to score 100/100: https://rankmath.com/kb/score-100-in-tests/
2). To be able to add more keywords to your pages, you will need to make use of the following code snippet on your theme’s functions.php file:
/**
* Change the Focus Keyword Limit
*/
add_filter( 'rank_math/focus_keyword/maxtags', function() {
return 10; // Number of Focus Keywords.
});
3). Search engines stopped checking the keyword meta tag a few years back and this is why most SEO plugins don’t add this by default. If you are keen on adding this tag to your pages, then you can paste the following snippet on your theme’s functions.php file:
/**
* Add <meta name="keywords" content="focus keywords">.
*/
add_filter( 'rank_math/frontend/show_keywords', '__return_true');
Looking forward to helping you. 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.