Need help with meta descriptions
-
Hey I just started a new blog and have never had trouble with this in the past. When my posts get indexed by google it is popping up as the same meta description. I am using the nownews theme, i paid for it.
my site is http://www.thecelebritygossip.com and you can view the descriptions on google by typing in site:thecelebritygossip.com
Thank you and here is my header file:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head profile=”http://gmpg.org/xfn/11″>
<meta name=”google-site-verification” content=”b-FwvsvvE0_ASuWOukL-EFGbAa5wkA4mm25F-70LCac” />
<meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″ />
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<meta name=”distribution” content=”global” />
<meta name=”robots” content=”follow, all” />
<meta name=”language” content=”en” />
<meta name=”keywords” content=”<?php $keywords = get_option(‘nntheme_keywords’); echo stripslashes($keywords); ?>” />
<meta name=”description” content=”<?php bloginfo(‘description’); ?>” /><title>
<?php if ( is_home() ) { ?><? bloginfo(‘name’); ?> | <?php bloginfo(‘description’); ?><?php } ?>
<?php if ( is_search() ) { ?><? bloginfo(‘name’); ?> | Search Results<?php } ?>
<?php if ( is_author() ) { ?><? bloginfo(‘name’); ?> | Author Archives<?php } ?>
<?php if ( is_single() ) { ?><?php wp_title(”); ?> | <? bloginfo(‘name’); ?><?php } ?>
<?php if ( is_page() ) { ?><? bloginfo(‘name’); ?> | <?php wp_title(”); ?><?php } ?>
<?php if ( is_category() ) { ?><? bloginfo(‘name’); ?> | Archive | <?php single_cat_title(); ?><?php } ?>
<?php if ( is_month() ) { ?><? bloginfo(‘name’); ?> | Archive | <?php the_time(‘F’); ?><?php } ?>
<?php if (function_exists(‘is_tag’)) { if ( is_tag() ) { ?><? bloginfo(‘name’); ?> | Tag Archive | <?php single_tag_title(“”, true); } } ?>
</title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_get_archives(‘type=monthly&format=link’); ?>
<link rel=”Shortcut Icon” href=”<?php bloginfo(‘template_directory’); ?>/assets/css/images/nn-favicon.ico” type=”image/x-icon” />
<?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
<?php wp_head(); ?>
<?php include (TEMPLATEPATH . ‘/assets/includes/stylesheets.php’); ?>
<script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/assets/scripts/jquery.sexyslider.min.js”></script>
<script type=”text/javascript”>
$(document).ready(function() {
$(“#scrollwrap”).SexySlider({
navigation : ‘#navigation’, // #id of div to place navigation buttons.
control : ‘#control’, // #id of div to place control buttons.
width : 647, // width of panel
height : 300, // height of panel
strips : 15, // number of strips
auto : true, // autoslider
autopause : true, // stop autoslider after click
delay : 7000, // delay between images in ms
stripSpeed : 600, // delay beetwen strips in ms
titleOpacity : 0.7, // opacity of title
titleSpeed : 1500, // speed of title appereance in ms
titlePosition : ‘bottom’, // top, right, bottom, left
titleStyle : ‘false’, // ‘auto’, false
direction : ‘left’, // left, right, alternate, random
effect : ‘wave’ // curtain, zipper, wave, fountain, cascade, fade, random
});
});
</script>
</head>
<body>
<div id=”container”><!– CONTAINER –>
<div id=”header”><!– HEADER –>
<div class=”header-left”><!– LOGO –>
<?php if ( get_option( nntheme_logoselect ) == “Image Logo”) { ?>
<?php if ( $imagedefault = get_option(‘nntheme_imagedefault’) ) { ?>
“><img src=”<?php $imagedefault = get_option(‘nntheme_imagedefault’); echo stripslashes($imagedefault); ?>” alt=”<?php echo get_settings(‘blogname’); ?> logo” border=”0″ />
<?php } else { ?>
“><img src=”<?php bloginfo(‘template_directory’); ?>/assets/css/images/nn-logo.png” alt=”<?php echo get_settings(‘blogname’); ?> logo” border=”0″ />
<?php } ?>
<?php } else { ?>
<h1 class=”dyntxt”>“><?php echo get_settings(‘blogname’); ?></h1>
<h5 class=”dyndesc”><?php bloginfo(‘description’); ?></h5>
<?php } ?>
</div><!– /LOGO –>
<div class=”header-right”><!– TOP BANNER –>
<?php if ( $bannerheader = get_option(‘nntheme_bannerheader’) ) { ?>
<?php $bannerheader = get_option(‘nntheme_bannerheader’); echo stripslashes($bannerheader); ?>
<?php } else { ?>
<?php } ?>
</div><!– /TOP BANNER –>
</div><!– /HEADER –>
<?php if ( get_option( nntheme_menushow ) == “Show custom menu in header”) { ?>
<div class=”menubar”><!– MAIN NAV –>
<ul id=”nav”>
<?php wp_nav_menu( array(‘menu’ => ‘Main Menu’ )); ?></div><!– /MAIN NAV –>
<?php } else { ?>
<?php } ?>
<div style=”clear: both;”></div>
<?php if ( get_option( nntheme_disabletools ) == “Disable all header tools”) { ?>
<div style=”margin-bottom: 10px;”></div>
<?php } else { ?>
<div id=”tools”><!– TOOLS –>
<div class=”tools-left”><!– TOOLS LEFT –>
<?php if ( get_option( nntheme_lastupdated ) == “Hide”) { ?>
<?php } else { ?>
<?php $my_query = new WP_Query(‘showposts=1&offset=0’); ?>
<?php while ($my_query->have_posts()) : $my_query->the_post(); ?>
Last updated: <?php the_time(‘F j, Y’); ?>
<?php endwhile; ?>
<?php } ?>
</div><!– /TOOLS LEFT –>
<div class=”tools-middle”><!– TOOLS MIDDLE –>
<?php if ( get_option( nntheme_searchfield ) == “Hide”) { ?>
<?php } else { ?>
<form id=”searchform” method=”get” action=”<?php echo $_SERVER[‘PHP_SELF’]; ?>”>
<input type=”text” value=”Search this website…” name=”s” id=”searchbox” onfocus=”if (this.value == ‘Search this website…’) {this.value = ”;}” onblur=”if (this.value == ”) {this.value = ‘Search this website…’;}” />
<input type=”submit” id=”searchbutton” value=”” />
</form>
<?php } ?>
</div><!– /TOOLS MIDDLE –>
<div class=”tools-right”><!– TOOLS RIGHT –>
<?php if ( get_option( nntheme_memberslinks ) == “Hide”) { ?>
<?php } else { ?>
<?php if ( is_user_logged_in() ) { ?>
Welcome back,
<?php global $current_user;
get_currentuserinfo();
echo ” . $current_user->user_login . “n”;
echo ‘( ‘ . $current_user->user_email . “n) “;
?>
<?php wp_loginout(); ?> »
<?php } else { ?>
Welcome visitor, you are currently not logged in.
<?php wp_loginout(); ?> » <?php wp_register(”, ”); ?> »
<?php } ?>
<?php } ?>
</div><!– TOOLS RIGHT –>
</div><!– /TOOLS –>
<?php } ?> -
You did not specify a blog address or reason for posting when you created this topic.
This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.
If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.
If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.
This is an automated message.
- The topic ‘Need help with meta descriptions’ is closed to new replies.