Commit Graph

4 Commits (12535568f7435ed627c37312782f8ca07e83eca9)

Author SHA1 Message Date
ThibG c4f2433300 Disallow robots from indexing /interact/ ()
This does not provide any new information and may just triple the number
of crawled pages
nightpool a5992e5883 Change robots.txt to exclude only media proxy URLs ()
* Revert "Change robots.txt to exclude some URLs ()"

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
Eugen Rochko 80161f4351
Change robots.txt to exclude some URLs ()
- Exclude static assets
- Exclude uploaded files
- Exclude alternate versions of the profile page
- Exclude media proxy URLs
Eugen Rochko 9c4856bdb1 Initial commit