Features: 1) Update robots.txt to include improved crawler directives for /profile while maintaining SEO sitemap and host details;

Fixes: 1) Remove redundant `robots_frontend.txt` file and replace with consolidated `robots.txt` from `storefront/public`;

Extra: 1) Standardize formatting of crawler directives in `robots.txt`.
This commit is contained in:
Alexandr SaVBaD Waltz 2025-09-13 12:59:53 +03:00
parent 9877633a2c
commit e78d2fc652
2 changed files with 10 additions and 13 deletions

View file

@ -1,11 +0,0 @@
User-agent: *
Disallow: /admin/
Disallow: /static/
Disallow: /media/
Disallow: /cart/
Disallow: /account/
Allow: /
Sitemap: https://evibes.com/sitemap.xml
Host: evibes.com

View file

@ -1,2 +1,10 @@
User-Agent: *
Disallow:
User-agent: *
Disallow: /admin/
Disallow: /static/
Disallow: /media/
Disallow: /profile/
Allow: /
Sitemap: https://evibes.com/sitemap.xml
Host: evibes.com