Hi I have a small site that I don't want to be logged by search engines. I want it to remain invisible to search engines. Can someone give me some tips on how to achieve this? Thanks Spike
You can also add: <meta name="robots" content="noindex,nofollow"> for robots that don't read the robots.txt. The best way is maybe to do some bad practices so that your site will be banned from the search engines
Be aware though that this is not a 100% guarantee of anything. If someone scrapes your site then the SEs could pick up that scraped content on a different URL to yours... and rank it.