Keywords limit

#18996
  • Resolved San Maurya
    Rank Math free

    I am using All In SEO pack Premium, I liked your Rank Math and it’s user-interface this is so easy and great and want to use it for my website. Please clear my doubt and I will go ahead to use your RankMath.

    1. Rank Math only allows us to add 5 keywords, how can I add more keywords on my wordpress page like All IN SEO Pack allow many keywords, also when I analyze my competitor page using Ahref, I found many keywords on their pages including long-tail keywords. Please let me know how can I add many keywords to my page or websites.

    Please clear only this doubt and enable to to use Rank Math.

    Thank You

    • This topic was modified 4 years, 5 months ago by San Maurya.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Thank you for contacting Rank Math today.

    I am afraid that it is only possible to add a maximum of 5 focus keywords for the SEO tests to run smoothly.
    You can however make use of the following filter on your theme to add a string of keywords that you would like to replace with the ones from the metabox:

    /**
     * Allow changing the meta keywords from the default Focus Keywords.
     *
     * @param string $keywords Keywords.
     */
    add_filter( 'rank_math/frontend/keywords', function( $keywords ) {
     return $keywords;
    });

    Looking forward to helping you. Thank you.

    ​​​​​​

    Sorry I didn’t understand, I am using Divi theme. could you please help me to understand this better.

    Thank You

    Hello,

    Thank you for contacting Rank Math today.

    I am sorry if I was not clear in my last response. It is not possible to add more than 5 keywords to each post when editing the post from the Rank Math metabox but you can override this on your functions.php within your theme by setting some default focus keywords with the code shared before. Here is an example:

    /**
     * Allow changing the meta keywords from the default Focus Keywords.
     *
     * @param string $keywords Keywords.
     */
    add_filter( 'rank_math/frontend/keywords', function( $keywords ) {
         global $post;
         if($post->ID =='123'){
            $keywords = "keyword1,keyword2,keyword3,keyword4,keyword5,keyword6";
            return $keywords;
         }
         return $keywords;
    });

    Looking forward to helping you. Thank you.

    ​​​​​​

    which is useful, focus keyword ( yoast seo also has same features) or meta keywords manually.

    Thank You

    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/?rate=5#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.

    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 5 replies - 1 through 5 (of 5 total)

The ticket ‘Keywords limit’ is closed to new replies.