mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 16:39:58 +00:00
fix: disallow all indexing on canary site and indexing of auth-only pages in prod (#1175)
This commit is contained in:
parent
5da5f9ac7d
commit
5a6248a08f
2 changed files with 23 additions and 0 deletions
2
public-staging/robots.txt
Normal file
2
public-staging/robots.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow: /
|
|
@ -1,2 +1,23 @@
|
|||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
# Disallow authenticated pages
|
||||
|
||||
Disallow /intent
|
||||
Disallow /settings
|
||||
Disallow /blocks
|
||||
Disallow /bookmarks
|
||||
Disallow /compose
|
||||
Disallow /conversations
|
||||
Disallow /domain_blocks
|
||||
Disallow /favourites
|
||||
Disallow /home
|
||||
Disallow /mutes
|
||||
Disallow /notifications
|
||||
Disallow /pinned
|
||||
Disallow /search
|
||||
Disallow /settings
|
||||
Disallow /share-target
|
||||
|
||||
# Wait 1 second between successive requests.
|
||||
Crawl-delay: 1
|
||||
|
|
Loading…
Reference in a new issue