############################### # # 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: /Templates/ Disallow: /videos/ Disallow: /includes/ Disallow: /SpryAssets/ Disallow: /files/ Disallow: /images/ Disallow: /_mm/ Disallow: /_notes/ Disallow: /_baks/ Disallow: /MMWIP/ User-agent: googlebot Disallow: *.csi # # list specific files robots are not allowed to index # Disallow: /form_ac.asp Disallow: /confirm.asp # # End of robots.txt file # ###############################