mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-22 15:21:01 +00:00
14 lines
242 B
Text
14 lines
242 B
Text
|
User-Agent: *
|
||
|
|
||
|
# Don't allow any bot to crawl tags.
|
||
|
Disallow: /tags/
|
||
|
Disallow: /tags/*
|
||
|
|
||
|
# Don't allow bots to crawl through the proxy
|
||
|
Disallow: /proxy/*
|
||
|
|
||
|
{% for user_agent in user_agents %}
|
||
|
User-agent: {{user_agent}}
|
||
|
Disallow: /
|
||
|
{% endfor %}
|