Hi, I want to remove a website from google. I have deleted all the actual content from my server, but there is still cached content held by google. Google denied my request to remove from cache. Said I need to use a robots.txt or a no index meta tag. Now since I have removed all pages and html already what should I do? Do I just make up a single HTML page with a robots.txt or a no index meta tag? How do I do this? Can someone show me how to do this, or is there a basic standard one I can use. I want to remove all content and trace of a past website in google. Peter
You could upload an index.html with no index no follow meta tag and no cache meta tag and no archive. <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"> <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> <META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW"> <META NAME="GOOGLEBOT" CONTENT="NOARCHIVE"> Or just upload pages with other random content and it will be cached instead off your current content.
So would this work? Is the code right? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"> <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> <META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW"> <META NAME="GOOGLEBOT" CONTENT="NOARCHIVE"> </head> <body> </body> </html> Next question. My main URL for my public_html folder is the website that I want to remove. In that folder I have another folder of a website that I must keep and not lose at all. If I put this new index.html page in the main part of the folder, will it affect the folder that contains the website I need to keep?
Ok, the pages will be removed from Google automatically before too long then because of all the 404 errors. Uploading the index file will help speed it up though perhaps. Were there lots of pages? I think Google might retain the cache for a while to try and help you out, thinking that your server might have broken or you've temporarily lost your files... so uploading a different index file should tell them different. If there's any pages that you really hate coming up in the cache, that're annoying you, just upload a page with the same name and put something different on there, or with the above meta tags.
Ok so from what you are saying if all my pages show 404 which they do. SOon google will drop all cached pages? How long does this take? How long does google think my site is down by accident? It was an ecommerce site, to many pages to simply re upload with other tags etc. Peter
Here, I found this. Maybe it might help. http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=93710 http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=156094
It really depends on how often Google used to cache your site, it's different for every site. You'll just have to try it and see, might be a week or so. I would use the removal request thing in webmaster tools though unless you have no intention of using the URL again, it can be a devil to get back in again.