forked from codervivek5/VigyBag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
robots.txt
37 lines (28 loc) · 768 Bytes
/
robots.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
User-agent: *
Allow: /
# Block access to any API endpoints
Disallow: /api/
# Block access to authentication pages
Disallow: /login
Disallow: /signup
Disallow: /forgot-password
# Block access to user account pages
Disallow: /account
Disallow: /profile
# Block access to cart and checkout process
Disallow: /cart
Disallow: /checkout
# Allow access to important content
Allow: /products/
Allow: /categories/
Allow: /blog/
# Block access to any React-specific files
Disallow: /*.js$
Disallow: /*.json
# Block access to development or build-specific directories
Disallow: /static/
Disallow: /build/
# Specify the location of your XML sitemap
Sitemap: https://vigybag.com/sitemap.xml
# Specify the location of your Progressive Web App manifest
Allow: /manifest.json