Keywords not display in source and also i am unable to add more then 5 keywords

#37675
  • Resolved Asif
    Rank Math free

    Respected sir
    i have install Rank Math and i found it very useful but i am facing few problems
    1. when i check my SEO score showing me 61/100 before keywords when i add keywords still its show the same.
    2. Rank Math did not allow me to add more then 4 or 5 keywords
    3. when i add keywords its not show up on website source page.
    i will be very thankful if you solve my issues.
    thanks

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

Viewing 1 replies (of 1 total)

The ticket ‘Keywords not display in source and also i am unable to add more then 5 keywords’ is closed to new replies.