Keywords not displaying

#76007
  • Resolved Jobmella
    Rank Math free

    Hi

    I have an issue with the plugin. It is not working properly on my site. I can’t see the keywords on the frontend. Kindly check the issue and let me know.

    https://jobmella.com/

    Thank you.

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math today.

    Google does not honor Meta Keywords for quite a long now so we never added the option to display them in the front-end source code in the plugin.

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

    But if you still want to display the keyword meta, please add the following filter to your functions.php:

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

    Hope that helps. If you have any further question(s), please let us know. Thank you.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this ticket.