adding too many Keywords

#115637
  • Resolved Mahdi Asadi
    Rank Math free

    Hi. i was wondering how i can put too many KeyWords? for excxample i have a product , named : “Pizza”

    I want to add these keywords:

    buy pizza
    buy pizza quickly
    pizza shop
    pizza in mexico
    pizza sell
    best pizza
    best pizza online order
    delicious pizza
    good pizza
    And Etc.

    is this possible with Rank Math? (It’s possible in All in one Seo pack)

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for getting in touch with us.

    By default, Rank math allows a maximum five keywords on pages and post editor. To change the number of maximum focus keywords that can be added in the single post or page editor, please specify the number in the following filter then add this to your functions.php:

    
    /**
     * Change the Focus Keyword Limit
     */
    add_filter( 'rank_math/focus_keyword/maxtags', function() {
        return 10; // Number of Focus Keywords. 
    });
    

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    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 ‘adding too many Keywords’ is closed to new replies.