mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-14 11:21:13 +00:00
13 lines
242 B
Text
13 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 %}
|