Web Developer Robots.txt
Languages Assistance The Developer
Description
    This tutorial will allow you to create your own rules for web search robot crawlers that add your website and webpage's to search engines such as Google.
  •  
  • Difficulty: Extremely Easy
Instructions
  1. Open Notepad, SimpleText, or any other word processing program and create a new file named "robots.txt".
  2. Insert these lines into the new document and replace the HTML URL's with your own test pages.
    User-agent: *
    Disallow: /some_private_folder/
    Allow: /a_public_folder/
  3. Copy the line "Disallow: /some_private_folder/" as many times as you need and replace the "/some_private_folder/" with your own folders that you do not want the robot crawler to go into.
  4. Copy the line "Allow: /a_public_folder/" as many times as you need and replace the "/a_public_folder/" with your own folders that you want the robot crawler to go into.
Additional Resources
HomeView IndexGo to Top

Creative Commons License
This work by http://webdeveloper.50webs.com is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.