# https://heyvirtual.me/robots.txt # Allow crawlers full access to public marketing pages. # Authenticated routes (/creator, /upload, /viewer, /auth) are gated by the SPA # router so crawlers won't reach the app content — only the auth landing. User-agent: * Allow: / Disallow: /creator/ Disallow: /viewer Disallow: /upload # AI / GEO crawlers — explicit allow so they can ingest the marketing content User-agent: GPTBot Allow: / User-agent: ClaudeBot Allow: / User-agent: PerplexityBot Allow: / User-agent: Google-Extended Allow: / User-agent: CCBot Allow: / User-agent: anthropic-ai Allow: / User-agent: Bingbot Allow: / Sitemap: https://heyvirtual.me/sitemap.xml