# Robots.txt for Rev Registry - Vehicle Maintenance Tracking Software # https://revregistry.app/robots.txt User-agent: * Allow: / # Block private user areas Disallow: /api/ Disallow: /account/ Disallow: /dashboard/ Disallow: /vehicles/ Disallow: /maintenance/ Disallow: /expenses/ Disallow: /fuel/ Disallow: /repairs/ Disallow: /service/ Disallow: /settings/ Disallow: /preferences/ # Allow public authentication pages Allow: /auth/signin Allow: /auth/signup Allow: /auth/forgot-password # Allow help and documentation Allow: /help/ # Block admin and sensitive areas Disallow: /*?*sessionToken* Disallow: /*?*token* Disallow: /*?*key* # Special bot directives User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / # Block AI training crawlers User-agent: GPTBot Disallow: / User-agent: Google-Extended Disallow: / User-agent: CCBot Disallow: / User-agent: anthropic-ai Disallow: / User-agent: ClaudeBot Disallow: / # Crawl delay for politeness Crawl-delay: 1 # Sitemap location Sitemap: https://revregistry.app/sitemap.xml Sitemap: https://revregistry.app/sitemap-pages.xml Sitemap: https://revregistry.app/sitemap-blog.xml