View Single Post
  #2 (permalink)  
Old Mar 26th, 2008, 10:32
Aso's Avatar
Aso Aso is offline
Chief Moderator

SuperMember
Join Date: Oct 2007
Location: UK
Posts: 945
Blog Entries: 2
Thanks: 5
Thanked 18 Times in 16 Posts
Send a message via Skype™ to Aso
Re: How to block Googlebot from checking a certain directory of my website?

Create a text file named robots.txt and add the following;
Code: Select all
User-agent: *
Disallow: /testing/
Place this file in the root folder of your server (www. yoursite .com).
Reply With Quote