# Allow all web crawlers User-agent: * Allow: / # Sitemap location Sitemap: https://gemoftheamericas.com/sitemap.xml # Prevent crawling of error pages and legacy HTML files Disallow: /404 Disallow: /500 Disallow: /_error Disallow: /index.html Disallow: /index.htm # Block Ecwid hash-bang URLs (though these are client-side) # Google should not index category/product URLs separately Disallow: /shop#!/ # Block URLs with query parameters (tracking, etc.) # Clean URLs handled by middleware redirects Disallow: /*?utm_* Disallow: /*?gclid* Disallow: /*?fbclid* # Allow crawling of static assetsAllow: /*.js$Allow: /*.css$Allow: /*.png$Allow: /*.jpg$Allow: /*.gif$Allow: /*.svg$Allow: /*.ico$