Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #907524
    PierreMeul
    Participant

    Hi, I am looking to rank better in search engine like Google and I am using a Moz tool bar in my browser to see things related to mu site’s pages.

    According to Moz, I have no Meta Keywords set so I am wondering how I should do to set these Meta Keywords.
    I have installed Yoast SEO but it does not seem to add any keyword unless I am wrong.

    Here this screen shot of my main page where you can see according to Moz that I have no Meta Keywords set!

    Thank you for helping me set Meta Keywords

    #907820
    Thai
    Moderator

    Hi There,

    Please add the following code under functions.php file locates in child theme:

    add_action( 'wp_head', 'x_wp_head', 5 );
    function x_wp_head(){
      ?>
      <meta name="keywords" content="keyword1, keyword2, keyword3" />
      <?php
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-907524 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>