diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-16 16:13:50 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-16 16:13:50 +0700 |
| commit | 2b98d87dbb2e932f09d1818c98b18afa93e595e0 (patch) | |
| tree | 352bfbd73eb67602a7106cb7287f7a7af197bef8 /public/robots.txt | |
| parent | a70fd5b6d9c7a769ac1aaa22a7d037ba3be27a05 (diff) | |
| parent | 065396828266e2de42cb0182c81ea2d7a5b00e2b (diff) | |
Merge branch 'release' into Feature/perf/product-detail
# Conflicts:
# src-migrate/modules/cart/components/Detail.tsx
Diffstat (limited to 'public/robots.txt')
| -rw-r--r-- | public/robots.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/public/robots.txt b/public/robots.txt index 205ec9f3..7ae1495b 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -22,8 +22,9 @@ Allow: /my/* Allow: /shop/search/* User-agent: * -Disallow: sentral.indoteknik.com/* -Disallow: erp.indoteknik.com/* +Disallow: /sentral.indoteknik.com/ +Disallow: /erp.indoteknik.com/ +Disallow: /development.indoteknik.com/ Sitemap: https://indoteknik.com/sitemap/products.xml Sitemap: https://indoteknik.com/sitemap/brands.xml |
