Title: adding keywords in header
Last modified: August 22, 2016

---

# adding keywords in header

 *  [cleanfunapps](https://wordpress.org/support/users/cleanfunapps/)
 * (@cleanfunapps)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/adding-keywords-in-header/)
 * hi
    I would like to add keywords and meta description in my site header. can 
   you tell me where to add it please. want keywords for main page and also for 
   all pages. want it for my site [http://www.topappsreviews.com](http://www.topappsreviews.com)
 * here is code for my /wp-content/themes/explicit/header.php
 * <!DOCTYPE HTML>
 * <html <?php language_attributes(); ?>>
 * <head>
 *  <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset
   =<?php bloginfo(‘charset’); ?>” />
 *  <?php if(!it_get_setting(‘responsive_disable’)) { ?>
    <meta name=”viewport” 
   content=”width=device-width, initial-scale=1.0, user-scalable=no”> <?php } ?>
 *  <?php if (is_search()) { ?>
    <meta name=”robots” content=”noindex, nofollow”/
   > <?php } ?>
 *  <title><?php wp_title( ‘|’, true, ‘right’ );?></title>
 *  <?php do_action(‘it_head’); ?>
 *  <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
 *  <?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
 *  <?php echo it_get_setting(‘analytics_code’); // google analytics code ?>
 *  <?php wp_head(); ?>
 * <script>
    (function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){(
   i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
   m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,
   m) })(window,document,’script’,’//www.google-analytics.com/analytics.js’,’ga’);
 *  ga(‘create’, ‘UA-51095002-3’, ‘auto’);
    ga(‘send’, ‘pageview’);
 * </script>
 * </head>
 * <?php $body_class = ‘it-background woocommerce bp-page’;
    if(it_get_setting(‘
   responsive_disable’)) $body_class .= ‘ responsive-disable’; ?>
 * <body <?php body_class($body_class); ?>>
 *  <div id=”ajax-error”></div>
 *  <div id=”fb-root”></div>
 *  <?php it_get_template_part(‘header’); # header bar containing logo and ad ?>
 *  <?php it_get_template_part(‘sticky’); # the sticky bar ?>
 *  <?php #determine how far down to push main site content
    $header_disable = it_get_setting(‘
   logobar_disable_global’); $sticky_disable = it_get_setting(‘sticky_disable_global’);
   $cssheader = $header_disable ? ‘ no-header’ : ”; $csssticky = $sticky_disable?‘
   no-sticky’ : ”; ?>
 *  <div class=”after-header<?php echo $cssheader . $csssticky; ?>”>
 *  <?php echo it_background_ad(); #full screen background ad ?>
 * I don’t see where in that to add keywords and meta description. also is it okay
   to use more than seo plugins? I have two active

Viewing 1 replies (of 1 total)

 *  [ubaidullahbutt](https://wordpress.org/support/users/ubaidullahbutt/)
 * (@ubaidullahbutt)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/adding-keywords-in-header/#post-5354354)
 * Anywhere between <head></head> like
 * `<meta name="keywords" content="your keywords separated by commas">`
 * Example
 * `<meta name="keywords" content="health, beauty">`

Viewing 1 replies (of 1 total)

The topic ‘adding keywords in header’ is closed to new replies.

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [ubaidullahbutt](https://wordpress.org/support/users/ubaidullahbutt/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/adding-keywords-in-header/#post-5354354)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
