Browse Source
* Revert "Change robots.txt to exclude some URLs (#10037)"
This reverts commit 80161f4351.
* Let's block media_proxy
/media_proxy/ is a dynamic route used for requesting uncached media, so it's
probably bad to let crawlers use it
* misleading comment
pull/5/head
1 changed files with 4 additions and 13 deletions
@ -1,13 +1,4 @@
|
||||
User-Agent: * |
||||
Disallow: /users/*/followers |
||||
Disallow: /users/*/following |
||||
Disallow: /@*/media |
||||
Disallow: /@*/with_replies |
||||
Disallow: /@*/tagged/* |
||||
Disallow: /media_proxy/* |
||||
Disallow: /emoji/* |
||||
Disallow: /packs/* |
||||
Disallow: /sounds/* |
||||
Disallow: /system/* |
||||
Disallow: /avatars/* |
||||
Disallow: /headers/* |
||||
# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file |
||||
|
||||
User-agent: * |
||||
Disallow: /media_proxy/ |
||||
|
||||
Loading…
Reference in new issue