############################### # # 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: /restrictedAccess/ Disallow: /db/ Disallow: /new_tests/ Disallow: /logs/ Disallow: /lavalamps/ Disallow: /ruidoso/ # # list specific files robots are not allowed to index # Disallow: /SaveAndSendLoanApp.asp Disallow: /ReFinanceSave.asp # # End of robots.txt file # ###############################