Commit f7792c2615a8948a40e836740bdc5e9658245aef

Authored by Stephen Crosby
2 parents d50a69c4 6d6dc80d
Exists in master and in 1 other branch production

Merge pull request #743 from nfedyashev/patch-2

Disable all crawlers by default
Showing 1 changed file with 2 additions and 4 deletions   Show diff stats
public/robots.txt
1 1 # See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file
2   -#
3   -# To ban all spiders from the entire site uncomment the next two lines:
4   -# User-Agent: *
5   -# Disallow: /
  2 +User-Agent: *
  3 +Disallow: /
... ...