HTML Improvements: Duplicate title tags

Discussion in 'HTML & Website Design' started by Anjana Narayanan, Apr 29, 2014.

  1. #1
    How to fix Duplicate title tags issue on the Google Webmaster Tools?
     
    Anjana Narayanan, Apr 29, 2014 IP
  2. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #2
    Make sure every page on your site has a unique TITLE. It's that simple. You have two or more pages on the same site that have the same contents inside <title></title>.

    Sometimes this happens if you have multiple ways of accessing the same page; some e-commerce systems like Magento are notorious for this, which is why you might have to blacklist some pages with a robots.txt or a robots META.

    The tools should be giving you a list of the pages with duplicate titles.
     
    deathshadow, Apr 29, 2014 IP
  3. kolier

    kolier Active Member

    Messages:
    49
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #3
    It's about the <link rel="canonical" href="http://www.example.com/abc" />
    This link would help: https://support.google.com/webmasters/answer/139066?hl=en
     
    kolier, May 1, 2014 IP