# Robots.txt for MediApp - AI Medical Platform # Keeps marketing pages crawlable while protecting application areas User-agent: * Allow: / Allow: /about Allow: /contact Allow: /developers Allow: /blog Allow: /blog/* Allow: /plans Allow: /privacy Allow: /terms Allow: /disclaimer Allow: /hipaa Allow: /preguntas-frecuentes Allow: /comparison Allow: /*.txt Allow: /*.md # Block admin, authenticated and build routes Disallow: /api/ Disallow: /admin/ Disallow: /dashboard Disallow: /_next/ Disallow: /node_modules/ # Allow AI search engines for citation User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: PerplexityBot Allow: / User-agent: Claude-Web Allow: / User-agent: Google-Extended Allow: / User-agent: anthropic-ai Allow: / User-agent: Bytespider Allow: / # Allow important static assets Allow: /favicon.ico Allow: /logo.png Allow: /og-image.png Allow: /*.css Allow: /*.js Allow: /*.png Allow: /*.jpg # Crawl-delay for respectful crawling Crawl-delay: 1 # Sitemap and LLM directives Sitemap: https://mediapp.ai/sitemap.xml # See https://mediapp.ai/llm.txt for AI crawler guidance User-agent: Googlebot Allow: / Crawl-delay: 1 User-agent: Bingbot Allow: / Crawl-delay: 1