for some reason, i dont want googe's spider (and other search engines)index my site(even dont want them know my site exist),is there some ways i can use preventing google's spider away from my site?
Open notepad, add the following code, User-Agent: * Disallow: / Code (markup): Save as robots.txt and drop in the root of your sites directory. You could also add a meta tag to the head section of every page in your site like this <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> Code (markup): Hope that helps. Cheers James
Search site:yourdomain.com If you want your site removed from Google, you can use there url removal tool, (https://www.google.com/webmasters/tools/removals) Be careful though, it will remove it completely for a long time.. if you change your mind and want it indexed again, be prepared to wait a long time to. More information here http://googlewebmastercentral.blogspot.com/2008/01/remove-your-content-from-google.html Cheers James
thank u, its really helpful. i host my multi-domains which are contained in different folders under the root, what i wanna do is keeping google index one of my domains. if i put robot.exe under the specific folder which is the domain's root, will it affect google index other of my domain(in different folder under root)?