• I am getting a duplicate Site Title, one from the general setting in WP, and the other from the Homepage title template in the plugin. It shows up like this – Green Homes of Maine | The Source for Sustainable Living in MaineGreen Homes of Maine | The Source for Sustainable Living in Maine

    I have my Site Title set in the General Settings in WP so that my Copyright shows properly in my footer via PHP.

    I have the Homepage Title template set in the WP SEO settings.

    Which should I get rid of to fix the duplicate title tag? I need the copyright to be correct in my footer, but will it hurt me to remove the Homepage title template from the SEO plugin?

    Or is there another way to fix this? Such as code in the header.php? Not sure…

    Anyone?

Viewing 15 replies - 1 through 15 (of 16 total)
  • This happened to me too. You have to make sure that your title section in the header.php file is exactly like this:

    <title><?php wp_title(”); ?></title>

    I had a bunch of other code in mine, and when I changed it to the above, it fixed it. These instructions are right above the Title box in the SEO template, but it took me a while to read it.

    (I saved the other code I removed in a file just in case I ever remove this plugin.)

    I did exactly this (and saved my original code in a Notepad file – great minds think alike). But I still get a double site title! See: http://blogsnewsreviews.com/ “Force rewrite titles” doesn’t fix it either.

    I’m think of changing my WP tagline to, “The site so nice Yoast named it twice.”

    I’m using techozoic theme. (same issue with twenty ten)
    Inserting <title><?php wp_title(”); ?></title> in header.php did not work for me.

    Only ways for it to work are:
    1. disable wordpress seo yoast
    2. select WordPress Default 1.6

    Are there any solutions?

    @farrelldoc

    Thanks a lot. I had problem with double title tags a while ago. Your advice works for this site – Mel Lifshitz.

    I can confirm that this fixed the same issue for me

    WP v 3.2.1
    Theme : Twenty Eleven

    @ farrelldoc

    Thanks so much. This absolutely fixed this problem.

    Great, looks good :). Now that i changed this line in header.php, when can i expect to see the result? Should it be there immediately or does it take some time?

    Thanks!

    @juuth If you do what farrelldoc said, you should see results immediately. Thanks, farrelldoc.

    This happened to me too. You have to make sure that your title section in the header.php file is exactly like this:

    <title><?php wp_title(”); ?></title>

    The fix with:

    <title><?php wp_title(”); ?></title>

    didn’t do it for me.

    I have i title line going:

    <title><?php wp_title(‘-‘, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>

    It worked until I made a blog page and suddenly the titles of the front page and one other got overwritten with the title of the blog page.

    Any suggestions?

    I am having SEO BY YOAST activated in my website http://infoincrement.com
    After using yoast plugin the site title and description changed to InfoIncrement – The Best Online MagazineInfoIncrement. It not repeating the tag line but still the site’s title is repeating itself.
    Any Suggestions !!!

    @farelldoc
    Thanks Man.
    I edited my header.php first but it might not edited. Now I edited it and it’s successfully worked.
    Thanks again.

    Same problem; the code in the header.php is correct, but still get duplicate page title in the browser. Want to keep Yoast plugin, any other solutions?

    Okay… I got mine working too by using the correct code in header.php.

    Update*

    Changing the code in header.php did in fact fix my titles, but it messed up my theme. A small excerpt of script is showing at the top of my website now. Not sure what to do?

    That might just be a syntax error – it would be helpful if you could post the code so people could see?

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘WordPress SEO Yoast – Duplicate Site Title’ is closed to new replies.