############################### # # 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: /admin/ Disallow: /adminbackups/ Disallow: /catalog/ Disallow: /download/ Disallow: /email/ Disallow: /image_data/ Disallow: /images/ Disallow: /logos/ Disallow: /picture_library/ Disallow: /pub/ # # list specific files robots are not allowed to index # Disallow: /shoppingcart/admin.php Disallow: /shoppingcart/installer.php Disallow: /shoppingcart/config.php # # End of robots.txt file # ###############################