Camo only proxies images hosted somewhere else, so it doesn't make sense to add the proxied versions to search engines. It only creates traffic for camo when /camo/* urls are in search results. closes #7726
11 lines
348 B
Text
11 lines
348 B
Text
# See http://www.robotstxt.org/orig.html for documentation on how to use the robots.txt file
|
|
#
|
|
# To ban all spiders from the entire site uncomment the next two lines:
|
|
# User-Agent: *
|
|
# Disallow: /
|
|
|
|
# To ban all spiders from only specific directories such as /people /u or /tag etc.
|
|
User-Agent: *
|
|
Disallow: /people/
|
|
Disallow: /u/
|
|
Disallow: /camo/
|