# robots.txt file for medalta.org # User-agent: * # Disallow: # The asterisk (*) in the User-agent field is shorthand for "all robots". # Because nothing is disallowed, everything is allowed. # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index # Disallow: /tutorials/meta/ # Disallow: /tutorials/images/ # Disallow: /tutorials/assets/ # Disallow: /tutorials/404redirect/ # list specific files robots are not allowed to index # Disallow: /tutorials/meta_tags.html # Disallow: /tutorials/custom_error_page.html # End of robots.txt file # In this case, the BadBot robot is not allowed to see anything. # The slash is shorthand for "all directories" # The User Agent can be any unique substring, and robots are not supposed # to care about capitalization. # User-agent: BadBot # Disallow: / # START MICROPLUS ROBOTS.TXT FILE User-agent: * Disallow: /private/ Disallow: /images/ Disallow: /logo/ Disallow: /news/ Disallow: /Scripts/ Disallow: /sflib/ Disallow: /ssl/ Disallow: /temp/ Disallow: /404.htm Disallow: /_vti_inf.htm Disallow: /AE_TABLES.sql Disallow: /Affiliate.htm Disallow: /camReviews.htm Disallow: /config.htm Disallow: /error_trap.htm Disallow: /Template.htm End of robots.txt file