How to remove indexed pages from Google

Discussion in 'Google' started by edfranklin, Apr 13, 2010.

  1. #1
    Hi,
    Recently we run a GWO test for my site. We use three variations to test which page is working effective, now the test is completed. We used three variations like abc.com/123/, abc.com/456/, abc.com/567/, my problem is all this variation pages got indexed by Google. Can anybody suggest me how to remove those indexed pages from Google
     
    edfranklin, Apr 13, 2010 IP
  2. Bompa

    Bompa Active Member

    Messages:
    461
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    58
  3. China_girl

    China_girl Well-Known Member

    Messages:
    4,095
    Likes Received:
    72
    Best Answers:
    0
    Trophy Points:
    195
    #3
    You have to verify your site in GOOGLE WEBMASTER TOOL. Check for an option for remove URL from Google index.

    When you select the url and submit it, by the next google cache it will be removed from the google index. However if you want to avoid this process, then use a robots.txt or meta tags.
    Remember use noindex, nofollow and you will have to select the search engine, which you want.
     
    China_girl, Apr 13, 2010 IP
  4. netwasi

    netwasi Active Member

    Messages:
    109
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    90
    #4
    You can request to remove indexed pages within your Google webmaster tools account.
     
    netwasi, Apr 13, 2010 IP
  5. bogs

    bogs Active Member

    Messages:
    2,142
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    80
    #5
    you can create and specify particular page not to index on robots.txt.
     
    bogs, Apr 14, 2010 IP
  6. abuzar345

    abuzar345 Active Member

    Messages:
    169
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #6
    Wait for sometime if you have removed your page then after sometime google will also remove your indexed pages automatically. Otherwise you can remove them from google webmaster tools.
     
    abuzar345, Apr 14, 2010 IP
  7. Sxperm

    Sxperm Notable Member

    Messages:
    4,386
    Likes Received:
    142
    Best Answers:
    0
    Trophy Points:
    225
    #7
    There is an alternate way of get those pages out of your index apart from use Google Webmaster Tools. You can use 301 redirect to prevent those pages from being found by search engines.

    
    redirect 301 /old-page-name http://www.domain.com/new-page-name
    
    Code (markup):
    You could gain a little SEO benefits if you ever done link building to those redirected pages. All link power would be transferred to the new page due to redirection.
     
    Sxperm, Apr 14, 2010 IP
  8. digital29

    digital29 Peon

    Messages:
    462
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I always remove my indexed pages with Webmasters tools.
    It's very easy..but it takes some time
     
    digital29, Apr 14, 2010 IP
  9. gauravkasera

    gauravkasera Peon

    Messages:
    125
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #9
    You just Removed These pages from your site
     
    gauravkasera, Apr 14, 2010 IP
  10. casius

    casius Peon

    Messages:
    168
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    You can do it by simply with disallow command and 301 redirect.
    Here is what you need to add to robots.txt
    Disallow /filename.html

    and set the 301 (permanent) redirection from that page to another.
     
    casius, Apr 14, 2010 IP
  11. Bonza

    Bonza Peon

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Should the page be removed automatically from Google as it no longer exists?
     
    Bonza, Apr 14, 2010 IP
  12. casius

    casius Peon

    Messages:
    168
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    It does but to make sure you need to make those changes. I guess it gets deleted from google cache quicker.
     
    casius, Apr 14, 2010 IP
  13. jasminedir

    jasminedir Guest

    Messages:
    68
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #13
    The best solution is to restrict via robots.txt the unwanted pages, setup the canonical version of the page and use the URL removal tool from within your webmaster tools control panel.
     
    jasminedir, Apr 14, 2010 IP
  14. casius

    casius Peon

    Messages:
    168
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    and where you can find that option? Cause I know only one feature in webmasters tools which is change of the address???
     
    casius, Apr 14, 2010 IP
  15. mobiledeals

    mobiledeals Peon

    Messages:
    71
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #15
    do it in webmaster tools, you can also use the no idex tag as well
     
    mobiledeals, Apr 14, 2010 IP
  16. nunewnew

    nunewnew Peon

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    You can do this, simply disable the team and 301.
    Here's what you need to add a robots.txt
    Disable / filename.html

    and install a 301 (permanent) redirect from this page to another. If I have any good idea I will post, thx very much
     
    nunewnew, Apr 30, 2010 IP
  17. musiclover

    musiclover Well-Known Member

    Messages:
    142
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #17
    use canonical tags OR noindex tag OR 301 redirect the duplicate pages...
     
    musiclover, May 1, 2010 IP
  18. rajendradhakal

    rajendradhakal Peon

    Messages:
    245
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #18
    you can use meta tags to remove from google
    you have to use following meta tags in your page to remove your page from google
    <META NAME="GOOGLEBOT" CONTENT="NOARCHIVE">
    above meta tag for only google only
     
    rajendradhakal, May 5, 2010 IP