Instruct robots to ignore proxy (#413)
This commit is contained in:
parent
2675ed69ee
commit
ade954c2cd
|
@ -3,3 +3,6 @@ User-Agent: *
|
||||||
# Don't allow any bot to crawl tags.
|
# Don't allow any bot to crawl tags.
|
||||||
Disallow: /tags/
|
Disallow: /tags/
|
||||||
Disallow: /tags/*
|
Disallow: /tags/*
|
||||||
|
|
||||||
|
# Don't allow bots to crawl through the proxy
|
||||||
|
Disallow: /proxy/*
|
||||||
|
|
Loading…
Reference in New Issue