############################### # # robots.txt file # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /store/admin/ Disallow: /Lg_Store_Photos/ Disallow: /images/ # # list specific files robots are not allowed to index # Disallow: indexTemp.html Disallow: index_HTML_Old.html Disallow: VII_Under_Dev.gif Disallow: statistics.php #Disallow: /tutorials/custom_error_page.html # # End of robots.txt file # ###############################