# Robots.txt for FlixApp - IPTV Streaming Platform # Production Environment - Optimized for SEO & AI Search Engines # ===== GENERAL CRAWLERS ===== User-agent: * Allow: / # Important pages for indexing Allow: /home Allow: /mylist Allow: /news Allow: /news/* Allow: /instructions Allow: /instructions/* Allow: /codes Allow: /codes/* Allow: /faq Allow: /contact Allow: /activation Allow: /terms&conditions Allow: /privacy-policy # Block admin and API endpoints Disallow: /admin/ Disallow: /api/ Disallow: /reseller/ Disallow: /auth/ Disallow: /debug/ # Allow specific API endpoints for SEO Allow: /api/sitemap* # Block internal files and technical endpoints Disallow: /*.js$ Disallow: /*.css$ Disallow: /static/ Disallow: /ip Disallow: /checkMacValid Disallow: /saveActivation Disallow: /savePlaylists # ===== OPENAI / CHATGPT ===== # Allow ChatGPT to index and cite our content User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: OAI-SearchBot Allow: / # ===== ANTHROPIC / CLAUDE ===== # Allow Claude AI to access and cite our content User-agent: anthropic-ai Allow: / User-agent: ClaudeBot Allow: / User-agent: claude-web Allow: / # ===== GOOGLE GEMINI ===== # Allow Google's AI to use our content User-agent: Google-Extended Allow: / # ===== PERPLEXITY AI ===== # Allow Perplexity AI search to index our content User-agent: PerplexityBot Allow: / # ===== META AI ===== # Allow Meta's AI assistants User-agent: Meta-ExternalAgent Allow: / # ===== APPLE INTELLIGENCE ===== # Allow Apple's AI features User-agent: Applebot-Extended Allow: / # ===== OTHER AI SEARCH ENGINES ===== User-agent: YouBot Allow: / User-agent: DuckAssistBot Allow: / # ===== CRAWL SETTINGS ===== # No crawl delay - allow fast indexing of content # Crawl-delay removed for optimal indexing performance # ===== SITEMAPS ===== # Main sitemap index (automatically includes all content) Sitemap: https://flixapp.net/sitemap.xml