Features: 1) Simplify robots.txt disallow rules with wildcard usage for better pattern matching;
Fixes: 1) None; Extra: 1) Cleanup redundant entries in robots.txt for improved readability;
This commit is contained in:
parent
dc4da60e82
commit
0752221d22
1 changed files with 5 additions and 8 deletions
|
|
@ -1,12 +1,9 @@
|
|||
User-agent: *
|
||||
Disallow: /admin/
|
||||
Disallow: /static/
|
||||
Disallow: /media/
|
||||
Disallow: /public/wishlist/
|
||||
Disallow: /public/cart/
|
||||
Disallow: /public/checkout/
|
||||
Disallow: /auth/sign-in/
|
||||
Disallow: /auth/sign-up/
|
||||
Disallow: /*/public/wishlist/
|
||||
Disallow: /*/public/cart/
|
||||
Disallow: /*/public/checkout/
|
||||
Disallow: /*/auth/sign-in/
|
||||
Disallow: /*/auth/sign-up/
|
||||
|
||||
Allow: /
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue