User-agent: * Allow: / # Disallow admin and API routes Disallow: /api/ Disallow: /tb-api/ Disallow: /cms-api/ Disallow: /zendesk-api/ # Allow static assets but disallow other _next content # Note: Order doesn't matter for Google - the most specific (longest) path wins # If paths have equal length, Allow takes precedence over Disallow # Reference: https://developers.google.com/search/docs/crawling-indexing/robots/intro Allow: /_next/static/ Disallow: /_next/ Disallow: /admin/ Disallow: /private/ # Disallow development and temporary files Disallow: /logs/ Disallow: /*.log$ # Sitemap Sitemap: https://www.truebalance.io/sitemap.xml