My keywords are not showing in the source code

#189412
  • Resolved Dean Braiden
    Rank Math free

    Hi Guys,

    Weird one. I have all the on-page SEO work including my keyword through rank math.My rankmath SEO score is high though when I review the page sourcecode on my site, it doesnt show my keyword in the meta name=”keywords?

    This is an example page but it the same through out the site. What is the issue?https://www.podgroup.com/industrial-iot-2/

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math and bringing your concern to our attention. I’m sorry for any inconvenience this issue may have caused you.

    ​Please note that Google does not honor Meta Keywords for quite a long now so we never added them to the plugin.

    You can read more about that here:
    https://webmasters.googleblog.com/2009/09/google-does-not-use-keywords-meta-tag.html

    You can use the focus keyword set within Rank Math as meta keyword for your posts/pages/products using this filter in your theme’s functions.php file:

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

    I hope that helps. Thank you, and please don’t hesitate to contact us anytime if you need further 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 ‘My keywords are not showing in the source code’ is closed to new replies.