Commit Graph

5 Commits (978601a0ae556c4e214df8f6d73181c2a6359531)

Author SHA1 Message Date
Foritus 405f141fe0
Change: Block GPTBot ()
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