fix(seo): disallow anonymous pages which could contain token or email
This commit is contained in:
parent
afa43ef84c
commit
7c51c38f15
1 changed files with 8 additions and 0 deletions
|
@ -5,3 +5,11 @@ User-agent: *
|
|||
Disallow: /commencer*
|
||||
Disallow: /rails/
|
||||
Disallow: /super_admins/
|
||||
Disallow: /manager/
|
||||
Disallow: /users/
|
||||
Allow: /users/sign_in
|
||||
Allow: /users/sign_up
|
||||
Disallow: /connexion-par-jeton/
|
||||
Disallow: */reset-link-sent*
|
||||
Disallow: /lien-envoye
|
||||
Disallow: /france_connect/
|
||||
|
|
Loading…
Reference in a new issue