• Hello guys (gals),

    I have webmaster tools showing that I have 148 duplicate meta descriptions on my wordpress blog. Everything else shows as fine. I know the duplicate descriptions aren’t very good for the SERPS so anybody able to tell me which line or line(s) of code to remove from the header.php file code shown below??

    I don’t know exactly what i move to fix the issue..thanks in advance.

    Much appreciated. *I am using Yoast SEO plugin on the blog.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    <head profile="https://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php bloginfo( 'charset' ); ?>" />
    <meta name="description" content="<?php bloginfo( 'description' ); ?>" />
    <title><?php wp_title( '&laquo; ', true, 'right' ); bloginfo( 'name' ); ?></title>
    <link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo( 'name' ); ?> Feed" href="<?php bloginfo( 'rss2_url' ); ?>" />
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    <?php wp_head(); ?>
    </head>
    <body>
    	<div id="head">
    		<div class="group aligncenter">
    			<div class="name"><a href="<?php bloginfo( 'home' ); ?>" title="<?php bloginfo( 'description' ); ?>"><span><?php bloginfo( 'name' ); ?></span></a></div>
    			<div class="description"><?php bloginfo( 'description' ); ?></div>
    		</div>
    	</div>
    	<div id="body">
    		<div class="group aligncenter">

    Thanks for your help or info..

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘What code to remove to remove duplicate meta descriptions in my WP blog??’ is closed to new replies.