# Robots.txt for CloudForge - Visual Cloud Infrastructure Designer # https://cloudforge.cloud # Allow all crawlers by default User-agent: * Allow: / # Sitemap location Sitemap: https://cloudforge.cloud/sitemap.xml # Allow important public pages Allow: / Allow: /visualizer Allow: /auth/register Allow: /auth/login Allow: /terms Allow: /privacy Allow: /contact Allow: /blog Allow: /blog/* # Disallow private and admin areas Disallow: /admin/ Disallow: /api/ Disallow: /payment/ Disallow: /account/ Disallow: /reactivate/ Disallow: /auth/reset-password/ Disallow: /auth/verify-email/ # Disallow technical directories Disallow: /_next/ Disallow: /_vercel/ Disallow: /node_modules/ Disallow: /.git/ Disallow: /.env* # Disallow temporary and cache files Disallow: /tmp/ Disallow: /cache/ Disallow: /*.tmp$ Disallow: /*.cache$ # Allow static assets Allow: /favicon.ico Allow: /favicon.svg Allow: /robots.txt Allow: /sitemap.xml Allow: /llms.txt Allow: /*.css$ Allow: /*.js$ Allow: /*.png$ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.gif$ Allow: /*.svg$ Allow: /*.webp$ Allow: /*.ico$ # Search engines — no crawl-delay (let Google decide its own rate) User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: Slurp Allow: / User-agent: DuckDuckBot Allow: / User-agent: Baiduspider Allow: / User-agent: YandexBot Allow: / # Block aggressive crawlers and scrapers User-agent: AhrefsBot Disallow: / User-agent: MJ12bot Disallow: / User-agent: DotBot Disallow: / User-agent: SemrushBot Crawl-delay: 10 User-agent: MauiBot Disallow: / User-agent: AlphaBot Disallow: / # Allow AI crawlers (OpenAI, Google AI, Anthropic, Common Crawl, Perplexity, etc.) User-agent: CCBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: GPTBot Allow: / User-agent: Google-Extended Allow: / User-agent: ClaudeBot Allow: / User-agent: PerplexityBot Allow: / User-agent: YouBot Allow: / # Block social media crawlers from private areas User-agent: facebookexternalhit Disallow: /admin/ Disallow: /api/ Disallow: /account/ User-agent: Twitterbot Disallow: /admin/ Disallow: /api/ Disallow: /account/ User-agent: LinkedInBot Disallow: /admin/ Disallow: /api/ Disallow: /account/