diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2025-11-23 20:47:03 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2025-11-23 20:47:03 +0700 |
| commit | 6ef04dbf392c484a2833d172534b6e7da0f8dcdd (patch) | |
| tree | e4009ae33a11b71ac4142a0e7e6427ed5698a6b2 | |
| parent | adae00439898ccb0b2c20f2043aa4cd72bb23045 (diff) | |
<Miqdad> remove promo brands and category in robots
| -rw-r--r-- | public/robots.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/public/robots.txt b/public/robots.txt index f9caa9bf..fc22ba6d 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -14,9 +14,8 @@ Disallow: /shop/cart Disallow: /shop/checkout Disallow: /my/* Disallow: /shop/search/* -Disallow: /promo/* -Disallow: /shop/brands/*?* -Disallow: /shop/category/*?* +Disallow: /_next/static +Disallow: /api/* User-agent: Adsbot-Google Allow: /my/* |
