############################### # # robots.txt file # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /pix/ Disallow: /graphics/ Disallow: /jj/ Disallow: /style/ # # list specific files robots are not allowed to index # Disallow: /index.htm Disallow: /scene.htm Disallow: /archives.htm Disallow: /archive2.htm Disallow: /whois.htm # # End of robots.txt file # ###############################