############################### # # sample robots.txt file for this website # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /myadmin/ Disallow: /images/ Disallow: /language/ Disallow: /admin/ Disallow: /backup/ Disallow: /PDF/ Disallow: /includes/ Disallow: /cgi-bin/ # # list specific files robots are not allowed to index # Disallow: /course.js Disallow: /ajax_code.js Disallow: /style.css Disallow: /relationship_rescue_communication.php Disallow: /relationship_rescue_change.php Disallow: /relationship_rescue_loss_of_identity.php Disallow: /relationship_rescue_responsibility.php Disallow: /relationship_rescue_honeymoon_period.php # # End of robots.txt file # ###############################