Meta Keywords not showing

#2455
  • Resolved Yashi EL
    Rank Math free

    Hi i just noticed, my website doesn’t show any meta keywords at all. i’ve already put focus keywords and everything, but meta keywords not in source code

    • This topic was modified 5 years ago by Yashi EL. Reason: Website Access Provided
Viewing 5 replies - 16 through 20 (of 20 total)
  • John
    Rank Math free

    Hello Alberto, Sorry I didn’t mean to sound so negative, the Rankmath plugin is a fantastic alternative to YoastSEO which I’m trialing on some of my websites
    Kind regards
    John

    Hello,

    We are very glad you feel that way.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

    THe code snippet works for me, now the meta has kewowrds value.
    Thank you.

    Just add the code snippet before the last line of the current theme function.php.

    
    /**
     * Add <meta name="keywords" content="focus keywords">.
     */
    add_filter( 'rank_math/frontend/show_keywords', '__return_true');
    
    /**
     * Theme Bootstrap
     */
    
    require get_template_directory() . '/inc/init.php';
    
    

    Hey,

    You should know that most search engines do not look for meta keywords. Baidu is an exception so I suppose if you are trying to rank on that then you should use the provided code snippet for your theme functions file.

    However, you should know the one thing you are doing by showing your keywords is giving competitors the ability to scrap your site and see what keywords you are using.

    Hope that helps

    Hello,


    @Darie
    Nani Thanks a lot for chiming in.

    I’ll close this ticket for now but if you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

Viewing 5 replies - 16 through 20 (of 20 total)

The ticket ‘Meta Keywords not showing’ is closed to new replies.