Double Meta Tags Due to All In One SEO plugin

by xlink
3 replies
  • WEB DESIGN
  • |
Look at our website officefresh.co.uk if you will view the source you will see there that the meta tags are doubled.

I have checked the header.php but it seems that I cannot find the meta tags generator there.

Does anyone here knows what is the cause of that error?
#double #due #meta #plugin #seo #tags
  • Profile picture of the author danielharris
    When you use this plugin you should delete meta tags and title from header. Read it's manual.

    This code is also doubled:
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Document</title> <meta name="generator" content="WordPress 3.0.1" />
    I recommend you to use different plugin called: SEO Ultimate - it's better IMHO
    {{ DiscussionBoard.errors[3886440].message }}
    • Profile picture of the author xlink
      PHP Code:
      <div id="fon" align="left">
          <div id="hea1">
          <div id="logotype">

              <img src="<?php bloginfo('template_directory'); ?>/img/logotype.png" />

          </div>


          <div class="call">

              <img src="<?php bloginfo('template_directory'); ?>/img/call.gif" />

          </div></div>


       <div id="menu">
            
            <div id="menu_button"><a href="/" class="menu_btn"><img src="<?php bloginfo('template_directory'); ?>/img/menu_reqest_quote.png" alt="" /></a></div>
           <div id="border"></div>
           <div id="menu_button"><a href="/about-us/" class="menu_btn"><img src="<?php bloginfo('template_directory'); ?>/img/menu_about_us.png" alt="" /></a></div>
            <div id="border"></div>
            <div id="menu_button"><a href="/our-services/" class="menu_btn"><img src="<?php bloginfo('template_directory'); ?>/img/menu_our_services.png" alt="" /></a></div>
            <div id="border"></div>
            <div id="menu_button"><a href="/our-clients/" class="menu_btn"><img src="<?php bloginfo('template_directory'); ?>/img/menu_our_clients.png" alt="" /></a></div>
            <div id="border"></div>
            <div id="menu_button"><a href="/testimonials/" class="menu_btn"><img src="<?php bloginfo('template_directory'); ?>/img/menu_testimonials.png" alt="" /></a></div>
            <div id="border"></div>
            <div id="menu_button"><a href="/contact-us/" title="CONTACT US" class="menu_btn"><img src="<?php bloginfo('template_directory'); ?>/img/menu_contact_us.png" alt="" /></a></div>
            <div id="border"></div> 
             <div id="search_line"><input type="text" id="queryField"  size="5" style="width: 190px; height: 20px"> 
            <div id="border"></div>  
            <div id="menu_button"><a href="#" onclick="goseach()" class="menu_btn"><img src="<?php bloginfo('template_directory'); ?>/img/menu_search.png" alt="" /></a></div>
          </div> </div>



              <style type="text/css" media="screen">

                  @import url( <?php bloginfo('stylesheet_url'); ?> );
              </style>


            

      <div id="hand_1"/>

      <div id="title">

          <img src="<?php bloginfo('template_directory'); ?>/img/title_office_cleaners.png" alt="" /></a>

      </div></div>

      </div>
      this is my header.php I cannot see any code there that generate my meta keyword
      {{ DiscussionBoard.errors[3886475].message }}
      • Profile picture of the author andrejvasso
        I think you have gotten the wrong file there.... a website header should contain something similar to this:

        Code:
        <!DOCTYPE HTML>
        <html>
        <head>
        <meta charset=utf-8 />
        <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
        <title><?php wp_title(''); ?></title>
        </head>
        Edit: When checking your site I found no duplicate keyword and descr. tags but 2 different title tags:

        <title>Document</title>
        <title>Office Cleaning London & Comercial Cleaning Services - Cleaning Company London | Window Cleaning Prices | Window Cleaning Services | Office fresh</title>
        {{ DiscussionBoard.errors[3887906].message }}

Trending Topics