• Hi,
    My blog tagline shows correctly from my admin dashboard, and the save button appears to work fine, plus the blog tagline displays correctly on the front end of my blog. Neither of those seem to be an issue. However, in my Google Webmaster Tools dashboard under ‘html’ suggestions, Google shows I have a ‘duplicate title tag’, which must mean I have a tagline issue.

    Can someone tell me where, and from what file(s) the blog tagline should display, and the proper code that should be in those files? Several forum threads I read instructed to look in the theme index.php file, which I did, and look for this code, or add it if it’s not there:

    <?php
    bloginfo('description');
    ?>

    When I look in my theme index.php file, I don’t see that code. Could that be why I’m having the problem? If so, where do I add it into my theme index.php file, which is for the theme ‘Motion’.

    Or, if anyone has an idea of what else might be causing the duplicate title issue, if it’s not from my theme index.php file, I would appreciate the help. Thank you!

Viewing 10 replies - 1 through 10 (of 10 total)
  • What makes you think it means that? The tagline generally has nothing to do with the title tag. Click the plus sign and Google will tell you which pages have duplicate title tags. It also helps to provide a link.

    Thread Starter inspired2write

    (@inspired2write)

    Thanks SS_Minnow, Here’s what it shows in my Google Webmaster Tools dashboard under html suggestions:

    Pages with duplicate title tags 2
    2006 November
    /2006/11/
    /2006/11/page/3/

    My url:
    https://www.linkandblog.com

    The reason I thought it may have been a tagline issue is because about a month ago I had the same sort of problem showing up in my Google Webmaster Tools dashboard, but at that time the duplicate title tag keyed off the text I use for my tagline. Then it went away and disappeared from my Google dashboard, so I thought it was resolved, until now last week a different duplicate title tag issue (the one shown above) has now shown up.

    I guess it’s not coming from the blog tagline then, but don’t have a clue what to look for in order to resolve it. Thank you for your help. By the way, did you ever get off the island after the SS_Minnow crashed? Lol.

    I identify with the Skipper because he is the one who got them shipwrecked in the first place but they still look to him for leadership.

    If you go to those pages you can see that they do indeed have the same Title tag.

    The All In One SEO Pack plugin can solve your problem.

    Thread Starter inspired2write

    (@inspired2write)

    I identify with the Skipper because he is the one who got them shipwrecked in the first place but they still look to him for leadership.

    Lol – I trust though that I won’t end up shipwrecked by installing the seo pack. That was a plugin on my wish list anyhow, but I was trying to get as many issues resolved as possible prior to adding in any more plugins.

    I’ll be installing the plugin, and then I’ll come back and report if it eliminated the duplicate title tag issue that showed up. Thanks!

    The All in One SEO pack is awesome, and no it will not shipwreck you.

    Once you install it, you will find the customizable fields at the bottom of every new post template page.

    Thread Starter inspired2write

    (@inspired2write)

    Thanks 4everblu,
    Before I install the seo pack I’m also trying to resolve some permalink issues, which I wrote about in a prior forum post, but have yet to resolve. Hoping to get the challenges with my permalink structure resolved soon, so I can feel okay about adding another plugin.

    Thread Starter inspired2write

    (@inspired2write)

    Does anyone have another suggestion for how I could resolve my duplicate title tag issues? I found out that the All in One SEO pack will not work with my hosts server configuration, so I need another way to resolve this issue. (See the third post in this thread). Thanks.

    Thread Starter inspired2write

    (@inspired2write)

    Still hoping to find a solution for this since I can’t use the All in one SEO pack. Anyone know another way to fix my duplicate title tag issue?

    Thread Starter inspired2write

    (@inspired2write)

    Researching this further, this is what I came up with:

    For WordPress users, its very easy to fix this. Go On your Root of Server, create new File i.e robots.txt, Now paste the following lines in it:
    
        Sitemap: https://www.yoursitename.com/sitemap.xml
        User-agent: Googlebot
        Disallow: /*/trackback
        Disallow: /*/feed
        Disallow: /*/comments
        Disallow: /*?*
        Disallow: /*?
        Disallow: /*page/*
    
        User-agent: *
        Disallow: /cgi-bin/
        Disallow: /wp-admin/
        Disallow: /wp-includes/
        Disallow: /wp-content/plugins/
        Disallow: /wp-content/themes/
        Disallow: /trackback
        Disallow: /comments
        Disallow: /feed

    Could a mod or someone here inform me if this would present any problems with WP 2.9.1, or with upgrades? Thanks.

    Thread Starter inspired2write

    (@inspired2write)

    Still hoping for an answer here…
    Can anyone tell me if the above code for a robot.txt file would present any problems? And, is there any potential conflicts with a robot.txt file depending on how my host’s server is configured? Thanks in advance!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Tagline Creating Duplicate Content Issue?’ is closed to new replies.