Duplicate Content issue

Discussion in 'Google' started by SearchBliss, Mar 25, 2010.

  1. #1
    In Google webmaster tools, I have duplicate title and description issues because Google sees .../forum/default.asp and .../forum/ as the same page. Ill links to the forum categories do not link to default.asp, but some outside websites do, I added the following to my web.config file (IIS7) and for some reason the top redirect works (static), but the second fporum cat doersn't:
    -------WORKS-------(UNRELATED STATIC REDIRECT)
    <location path="link-popularity-box.htm">
    <system.webServer>
    <httpRedirect enabled="true" destination="web-tools/link-popularity-box.htm" httpResponseStatus="Permanent" />
    </system.webServer>
    </location>
    ----------DOESN'T WORK---------(FORUM TOPIC REDIRECT)
    <location path="forum/default.asp?CAT_ID=8">
    <system.webServer>
    <httpRedirect enabled="true" destination="forum/?CAT_ID=8" httpResponseStatus="Permanent" />
    </system.webServer>
    </location>

    Is it the querystring??? There's no error, but nothing happens???

    Thanks in advance.
     
    SearchBliss, Mar 25, 2010 IP
  2. Sxperm

    Sxperm Notable Member

    Messages:
    4,386
    Likes Received:
    142
    Best Answers:
    0
    Trophy Points:
    225
    #2
    Sxperm, Mar 25, 2010 IP
  3. jagadishthaker

    jagadishthaker Peon

    Messages:
    76
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hey,

    As per my understanding your Google webmaster central account shows ../forum.default.asp and /forum/ as same page and thus show duplicate title for the page...

    Can you try to add Canonical Tag in head section of your home page?, may be SE's can understand both pages are same and may remove Duplicate title meta from GWC (Google webmaster central) account...

    I hope it is use full...

    Thanks!
     
    jagadishthaker, Mar 25, 2010 IP
  4. SearchBliss

    SearchBliss Well-Known Member

    Messages:
    1,899
    Likes Received:
    70
    Best Answers:
    2
    Trophy Points:
    195
    Digital Goods:
    1
    #4
    I will take a closer look, but because they ARE THE SAME PAGE, I have to be careful not to create an infinate loop, that's why Im attempting a httpRedirect. Thanks for you help!

    Canonical has to be added to one dupe content page pointing to the other...in this case forum/ and forum/default.asp ARE THE SAME PAGE. So this won't work. Thanks anyway.
     
    SearchBliss, Mar 26, 2010 IP
  5. Abhik

    Abhik ..:: The ONE ::..

    Messages:
    11,337
    Likes Received:
    606
    Best Answers:
    0
    Trophy Points:
    410
    Digital Goods:
    2
    #5
    301 Redirect is the main solution in this case.
    Use htaccess to do the redirects. Not sure if it'll work in IIS.
     
    Abhik, Mar 26, 2010 IP
  6. crudeexperts

    crudeexperts Peon

    Messages:
    1,090
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Duplicate content is bad thing for your sites.
     
    crudeexperts, Sep 2, 2010 IP
  7. WishBone

    WishBone Peon

    Messages:
    2,566
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Many websites have issues like this that almost prevent their site from gaining rankings. Implement canonical attribute and permanent redirects correctly and make sure you include only the appropriate pages of your site on xml sitemap you submit.
     
    WishBone, Sep 3, 2010 IP