Multiple Keywords

#36971
  • Resolved Brett Crosby
    Rank Math free

    Hi,
    I have a site that has multiple services. I’d like to add multiple keywords to each of the services but can’t seem to do this.
    Does the Focus Keyword appear as a meta name=”keywords” field? I have set up pages and I can’t see this being the result.
    How do I add the ability to add multiple keywords to a page?
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for contacting Rank Math today.

    Search engines stopped using the meta keyword tag some few years back and this is the reason Rank Math and most SEO plugins do not add it to the page by default.

    Nevertheless if you are keen on adding this tag, then you can copy 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.

    ​​​​​​

    Thank you.
    That solves my problem

    Todd
    Rank Math free

    Hi Brett,

    We are so glad to be of help. We are always here if you need us in the future.

    Hey, if it isn’t too much to ask for – would you mind leaving us a review here?

    https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post

    It only takes a couple of minutes but helps us tremendously.

    It would mean so much to us.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

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