# Robots.txt for FirmFarm Data Center # https://firmfarm.com/robots.txt # Allow all search engines full access to public content User-agent: * Allow: / # Only block truly private areas Disallow: /admin/ Disallow: /private/ Disallow: /dashboard/ # Allow Next.js assets (these were previously blocked) Allow: /_next/static/ Allow: /api/ # Explicitly allow major search engines (redundant but clear) User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: Slurp Allow: / # Block AI training crawlers (optional - doesn't affect indexing) User-agent: GPTBot Disallow: / User-agent: ChatGPT-User Disallow: / User-agent: CCBot Disallow: / User-agent: anthropic-ai Disallow: / User-agent: Claude-Web Disallow: / # Remove crawl delay to allow faster crawling # Crawl-delay: 1 # REMOVED # Sitemap location Sitemap: https://firmfarm.com/sitemap.xml