Missing meta name=”keywords” from the site source

#31171
  • Resolved Roland Hembach
    Rank Math free

    Dear Developers,

    I have checked my site with MozBar and figure out that your plugin does not add meta keywords tag to the header.
    I have set the focus keywords to the page correctly. The page is indexable and no error shows in logs or dev console.
    Please check the plugin ASAP.

    Additional informations:
    – All page have this problem on my site, no matter what schema type is selected, tested with Article and Service.

    PHP 7.2
    WordPress 5.3.2
    RankMath 1.0.37.4
    Elementor 2.8.5
    Elementor Pro 2.8.3

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math today.

    Please note that Google has stopped recognizing meta keywords a long time back. They no longer work and that is why SEO plugins no longer add those to your posts/pages.

    However, you can still add them using the following filter.

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

    Looking forward to helping you. Thank you.

    ​​​​​​

    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 ‘Missing meta name=”keywords” from the site source’ is closed to new replies.