################################################################################ # # robots.txt # # addresses all robots by using wild card * ################################################################################ User-agent: * ################################################################################ # list folders robots are not allowed to index ################################################################################ Disallow: /Revelation/PDF/ Disallow: /Revelation/ ################################################################################ # list specific files robots are not allowed to index ################################################################################ Disallow: /Revelation/PDF/seminarSummary-12-29-04.pdf ################################################################################ # # End of robots.txt file # ################################################################################