# CoinCircuit robots.txt User-agent: * Allow: / # Block internal/admin paths Disallow: /admin/ Disallow: /internal/ Disallow: /beta/ # Block dashboard subdomain paths if served from same origin Disallow: /dashboard/ # Block dynamic checkout pages from crawling Disallow: /checkout/ # Block workspace/API client paths (Insomnia/Hoppscotch artifacts) Disallow: /workspace/ Disallow: */workspace/* Disallow: */request/* Disallow: /default/request/ Disallow: /_next/ Disallow: /api/ Disallow: /cgi-bin/ # Sitemap location Sitemap: https://coincircuit.io/sitemap.xml