# Vibe-Coding Workflow - robots.txt # https://vibeworkflow.app # Google AdSense crawler — must be allowed explicitly for ad serving User-agent: Mediapartners-Google Allow: / # Default crawler permissions User-agent: * Allow: / Content-Signal: search=yes, ai-train=yes, ai-input=yes # Disallow admin/private routes and interactive app builder Disallow: /admindashboard Disallow: /app Disallow: /projects # Legacy builder URLs redirect into app routes Disallow: /research Disallow: /prd Disallow: /tech Disallow: /agent Disallow: /export # Sitemap location Sitemap: https://vibeworkflow.app/sitemap.xml # AI / Agent Crawler Directives — Full access permitted to all public resources # Named AI and answer-engine crawlers may read public pages, but not private routes. User-agent: ChatGPT-User User-agent: OAI-SearchBot User-agent: GPTBot User-agent: ClaudeBot User-agent: anthropic-ai User-agent: Claude-Web User-agent: PerplexityBot User-agent: Google-Extended User-agent: GoogleOther User-agent: DeepSeekBot User-agent: ora-agent User-agent: Meta-ExternalAgent User-agent: Applebot-Extended User-agent: Amazonbot User-agent: Bytespider User-agent: cohere-ai User-agent: CCBot Allow: / Disallow: /admindashboard Disallow: /app Disallow: /projects Disallow: /research Disallow: /prd Disallow: /tech Disallow: /agent Disallow: /export # Named developer resources for Vibe Coding Workflow # Pricing (free, no sign-up): https://vibeworkflow.app/pricing # Developer portal: https://vibeworkflow.app/developers # OpenAPI 3.0.3 spec: https://vibeworkflow.app/openapi.json # MCP server (Streamable HTTP): https://vibeworkflow.app/mcp # MCP manifest: https://vibeworkflow.app/.well-known/mcp.json # Auth & security: https://vibeworkflow.app/auth.md # Additional AI Resources # llms.txt: https://vibeworkflow.app/llms.txt # agent-instructions.md: https://vibeworkflow.app/agent-instructions.md # humans.txt: https://vibeworkflow.app/humans.txt