# Turbify Help Center - Robots.txt # Allow all bots to crawl public content # Disallow login-required sections User-agent: * # Allow all public pages Allow: / Allow: /articles Allow: /article/* Allow: /status Allow: /search Allow: /product/* # Disallow login-required sections Disallow: /contact Disallow: /contact/* Disallow: /debug Disallow: /debug/* # Disallow API routes Disallow: /api/ # Sitemap location Sitemap: https://help.turbify.com/sitemap.xml