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:
parent
9877633a2c
commit
e78d2fc652
2 changed files with 10 additions and 13 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Reference in a new issue