Remove Dynamic URLs from Google Index

Discussion in 'Google' started by arabicseo, Apr 12, 2010.

  1. #1
    Hello,

    We have an e-commerce website with dynamic urls: "?cid=" and "?pid=" . I have added this to the robots.txt: Disallow:/*?
    and I have requested to remove the url using "/filename?cid=" and "filename?pid="

    This should remove all the dynamic urls from google index right?
     
    arabicseo, Apr 12, 2010 IP
  2. vagrant

    vagrant Peon

    Messages:
    2,284
    Likes Received:
    181
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Disallow: *pid=*
    Disallow: *cid=*

    * means group of characters ? means one character


    Depending on what you are trying to do, the following may also be useful ?

    In "google webmaster tools" > Site configuration > Settings >
    you will find "Parameter handling"
     
    vagrant, Apr 12, 2010 IP
  3. aadisharma

    aadisharma Peon

    Messages:
    336
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I think disallowing it robots.txt should help you remove them from Google index. But wait for some days once you have added them in robots.txt
     
    aadisharma, Apr 13, 2010 IP
  4. carleisenstein

    carleisenstein Peon

    Messages:
    253
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Alternatively since you have a dynamic site you could serve a ROBOTS header on those pages. So only on the pages where there is a cid or pid parameter, show the following in your <HEAD></HEAD> block: <META NAME=ROBOTS CONTENT=NOINDEX>

    Also take vagrant's advice on your robots.txt file - with the one you've entered you're risking removing everything from Google's index.
     
    carleisenstein, Apr 14, 2010 IP