6 replies
  • WEB DESIGN
  • |
My blog view source shows that I have 2 sets of meta tags. One of them comes from All In One Seo Pack but the other one is part of the theme I use, the Ultimate blogging theme.

But the other is nowhere to be found and happens to come first, so search engines sees that and does not continue to the next one which is set up in All in one SEO Pack.

Where would I find the first set so I can delete them. See below.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Empowered Women Entrepreneur</title>
<meta name="description" content="" /> <meta name="keywords" content="" />
<link rel="stylesheet" href="http://www.empowered-women-entrepreneur.com/wp-content/themes/ubt-deluxe/style.css" type="text/css" media="screen" />
<style media="all" type="text/css">
@import "http://www.empowered-women-entrepreneur.com/wp-content/themes/ubt-deluxe/all-spitfirered.css";
@import "http://www.empowered-women-entrepreneur.com/wp-content/themes/ubt-deluxe/style_override.php";
</style>
<!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="http://www.empowered-women-entrepreneur.com/wp-content/themes/ubt-deluxe/css/ie.css" media="screen"/>
<style>#content{overflow: hidden}</style>
<![endif]-->
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.empowered-women-entrepreneur.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Empowered Women Entrepreneur &raquo; Comments Feed" href="http://www.empowered-women-entrepreneur.com/13-2/feed/" />
<script type='text/javascript' src='http://www.empowered-women-entrepreneur.com/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>
<script type='text/javascript' src='http://www.empowered-women-entrepreneur.com/wp-includes/js/comment-reply.js?ver=20090102'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.empowered-women-entrepreneur.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.empowered-women-entrepreneur.com/wp-includes/wlwmanifest.xml" />
<link rel='index' title='Empowered Women Entrepreneur' href='http://www.empowered-women-entrepreneur.com/' />
<link rel='prev' title='Contact Us' href='http://www.empowered-women-entrepreneur.com/contact-us/' />
<link rel='next' title='Newsletters' href='http://www.empowered-women-entrepreneur.com/newsletters-2/' />
<meta name="generator" content="WordPress 3.0.1" />

<!-- All in One SEO Pack 1.6.12.1 by Michael Torbert of Semper Fi Web Design[272,298] -->
<meta name="description" content="Using Small Business Branding Techniques" />
<meta name="keywords" content="small business branding, branding strategies,branding consultants,empowerment, at home businesses, home based small business, work at home business,small home based business, marketing objectives,best work from home, website marketing strategy, brand consultants, brand positioning" />
<link rel="canonical" href="http://www.empowered-women-entrepreneur.com/" />
<!-- /all in one seo pack -->
<l
#meta #meta tags #seo #sets #tags
  • Profile picture of the author mozzer
    Hello,

    Even if the meta tags are empty, you should delete this line :

    <meta name="description" content="" /> <meta name="keywords" content="" />

    In header.php
    {{ DiscussionBoard.errors[2467906].message }}
    • Profile picture of the author marieleo
      @Mozzer, I went into header.php and took out the line. I then redid a view source file after making sure I had refreshed my browser and the line is still showing. Any ideas?
      {{ DiscussionBoard.errors[2468450].message }}
  • Profile picture of the author mrmagos
    Head back into header.php and remove any PHP code that might contain meta name="description" or name="keywords" - if your theme gives you the option to enter this meta info, then it will insert that data using PHP functions.
    {{ DiscussionBoard.errors[2468479].message }}
  • Profile picture of the author yukon
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[2468485].message }}
    • Profile picture of the author mozzer
      You precisely have to remove these lines :

      PHP Code:
      <?php if (is_single() || is_page() ) : if ( have_posts() ) : while ( have_posts() ) : the_post(); ?><meta name="description" content="<?php  get_post_meta(, 'meta-description'true);  if () { ?><?php echo ; ?><?php } else { ?><?php the_excerpt_rss(); ?><?php ?>" /><?php endwhile; endif;
          elseif(
      is_home()) : ?>
          <meta name="description" content="<?php bloginfo('description'); ?>" />
          <?php endif; ?>
          <?php if (is_single() || is_page() ) : if ( have_posts() ) : while ( have_posts() ) : the_post(); ?><meta name="keywords" content="<?php  get_post_meta(, 'meta-keywords'true);  if () { ?><?php echo ?><?php } else { ?><?php the_excerpt_rss(); ?><?php ?>" /><?php endwhile; endif; endif; ?>
      in header.php (line 27 to 31).
      {{ DiscussionBoard.errors[2468548].message }}

Trending Topics