forked from wezm/wezm.net
7 lines
251 B
Text
7 lines
251 B
Text
|
# See http://www.robotstxt.org/wc/norobots.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:
|
||
|
Sitemap: <%= @site.config[:base_url] %>/sitemap.xml
|