############################### # # sample robots.txt file for Okewood Imagery website # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /_mmserverScripts/ Disallow: /_notes/ Disallow: /_private/ Disallow: /_vti_bin/ Disallow: /_vti_cnf/ Disallow: /_vti_log/ Disallow: /_vti_pvt/ Disallow: /_vti_txt/ Disallow: /admin/ Disallow: /Connections/ Disallow: /development/ Disallow: /dpreview/ Disallow: /Test/ Disallow: /scgi-bin/ # # list specific files robots are not allowed to index # Disallow: L2_LandscapePage.htm # # End of robots.txt file # ###############################