1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Pages with duplicate title tags

Discussion in 'robots.txt' started by idoz1985, Aug 2, 2012.

  1. #1
    hey Guys..
    i need a little help..
    when i log into my webmaster tool it gives me a problem about Pages with duplicate title tags.
    when i dig into it i can see that it is indexing the same page in different variations:
    chargers-and-batteries.html?dir=asc&limit=80&order=name
    chargers-and-batteries.html?dir=asc&limit=80&order=price
    chargers-and-batteries.html?dir=asc&order=price
    chargers-and-batteries.html?dir=desc&limit=80&order=name
    chargers-and-batteries.html?dir=desc&limit=80&order=position
    chargers-and-batteries.html?dir=desc&limit=80&order=price

    and so on.

    Im using a magneto ecoomerce..

    any suggestions?
     
    Solved! View solution.
    idoz1985, Aug 2, 2012 IP
  2. ryan_uk

    ryan_uk Illustrious Member

    Messages:
    3,983
    Likes Received:
    1,022
    Best Answers:
    33
    Trophy Points:
    465
    #2
    ryan_uk, Aug 5, 2012 IP
  3. idoz1985

    idoz1985 Active Member

    Messages:
    139
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #3
    in the wiki page its no very clear..
    what command should i add according to my example?
    which pages should i put this code on?
     
    idoz1985, Aug 5, 2012 IP
  4. #4
    Well, I'm not sure if I can explain it better than Wiki.

    You can have the canonical tag on every page so that Google always knows which one is correct. Use a module to populate this tag though. Check the Magento eCommerce website as I'm sure there will be a few.

    You have the page www.example.com/chargers-and-batteries.html and can pass it parameters so that the order of the listings are changed. However, regardless of ordering it's still the same page. You just want Google to see it as www.example.com/chargers-and-batteries.html and not www.example.com/chargers-and-batteries.html?date=asc and so on.

    So to do that the page www.example.com/chargers-and-batteries.html would have the following within the head tag:

    <link rel="canonical" href="http://www.example.com/chargers-and-batteries.html" />
    HTML:
    So regardless of which variation of the page Google looks at, it knows they are all www.example.com/chargers-and-batteries.html
     
    Last edited: Aug 5, 2012
    ryan_uk, Aug 5, 2012 IP
    Arick unirow likes this.
  5. idoz1985

    idoz1985 Active Member

    Messages:
    139
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #5
    well this is defiantly better then WIKI.. :)
    Thank you for your help..
     
    idoz1985, Aug 5, 2012 IP
  6. ryan_uk

    ryan_uk Illustrious Member

    Messages:
    3,983
    Likes Received:
    1,022
    Best Answers:
    33
    Trophy Points:
    465
    #6
    No problem, mate. Good luck!
     
    ryan_uk, Aug 5, 2012 IP