Is more than 1 Keyword Phrase No Longer Possible?

#133340
  • Resolved Andrew
    Rank Math free

    I tried adding the code you have on your site in my functions.php but it does not change anything. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Danial
    Rank Math business

    Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    Please share the code you are entering in your functions.php so we can have a look.

    Looking forward to helping you.

    Andrew
    Rank Math free

    I think it was this:

    /**
    * Add <meta name=”keywords” content=”focus keywords”>.
    */
    add_filter( ‘rank_math/frontend/show_keywords’, ‘__return_true’);

    Hello,

    Thank you for the follow up.

    The code you shared is used to show the keyword meta tag in your front end, not to add the keywords you can input.:
    img

    For taxonomies(tags & categories), only one keyword is required for the tests and there are no tests on the secondary keywords.

    Other posts and pages accept 5 keywords by default. This can be extended to allow more keywords using the following filter:

    
    /**
     * 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 3 replies - 1 through 3 (of 3 total)

The ticket ‘Is more than 1 Keyword Phrase No Longer Possible?’ is closed to new replies.