diff --git a/core/static/robots_frontend.txt b/core/static/robots_frontend.txt deleted file mode 100644 index 49febff4..00000000 --- a/core/static/robots_frontend.txt +++ /dev/null @@ -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 \ No newline at end of file diff --git a/storefront/public/robots.txt b/storefront/public/robots.txt index 0ad279c7..bd144fbc 100644 --- a/storefront/public/robots.txt +++ b/storefront/public/robots.txt @@ -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 \ No newline at end of file