2026-01-18 18:57:06 +04:00
|
|
|
User-agent: *
|
|
|
|
|
Allow: /
|
|
|
|
|
|
|
|
|
|
# Block access to cart (user-specific data)
|
|
|
|
|
Disallow: /cart
|
|
|
|
|
|
2026-07-16 00:19:41 +04:00
|
|
|
# Block admin/backoffice and internal diagnostics
|
|
|
|
|
Disallow: /*/backoffice
|
|
|
|
|
Disallow: /*/edit
|
|
|
|
|
Disallow: /*/project-editor
|
|
|
|
|
Disallow: /__diagnostics
|
|
|
|
|
|
2026-01-18 18:57:06 +04:00
|
|
|
# Crawl delay for polite crawling
|
|
|
|
|
Crawl-delay: 1
|
2026-07-16 00:19:41 +04:00
|
|
|
|
|
|
|
|
# Static baseline sitemap (home/catalog/search/wishlist/compare only) - see
|
|
|
|
|
# public/sitemap.xml's own header comment for what this does and does not
|
|
|
|
|
# cover (no per-tenant product/category/static-page URLs yet - needs a
|
|
|
|
|
# backend/build-time generator, documented in docs/BACKEND.md).
|
|
|
|
|
Sitemap: /sitemap.xml
|