############################### # # robots.txt file # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /pdf/ Disallow: /error/ # # list specific files robots are not allowed to index # Disallow: /spanheim.php Disallow: /topscroll.php Disallow: /bottomscroll.php # # End of robots.txt file # ###############################