############################# # # robots.txt for mbwlaw.net # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /images/ Disallow: /js/ Disallow: /css/ Disallow: /scripts/ # # list specific files robots are not allowed to index # Disallow: /iWebSite.js Disallow: /navbar.js # # End of robots.txt file # ###############################