############################### # # robots.txt file instructing search engines # to ignore certain files and directories # within this website. # # addresses all robots by using wild card * User-agent: * # list folders robots are not allowed to index Disallow: /_notes/ Disallow: /css/ Disallow: /flash/ Disallow: /glovault.longevitystudios.com/ Disallow: /images/ Disallow: /intranet/ Disallow: /rss/ Disallow: /scripts/ Disallow: /SpryAssets/ Disallow: /store_TIM/ Disallow: /Templates/ # # list specific files robots are not allowed to index # Disallow: rssReplay.js Disallow: test.html Disallow: rssReplayProxy.asp # Allow: / Allow: /blog/index.php # # End of robots.txt file # ###############################