# Star Wars Name Generator - robots.txt # https://starwarsnamegenerator.com # Allow all crawlers User-agent: * Allow: / # ============================================ # Search Engine Crawlers # ============================================ User-agent: Googlebot Allow: / Crawl-delay: 1 User-agent: Bingbot Allow: / Crawl-delay: 1 User-agent: Slurp Allow: / Crawl-delay: 1 User-agent: DuckDuckBot Allow: / Crawl-delay: 1 User-agent: Yandex Allow: / Crawl-delay: 2 # ============================================ # Social Media Crawlers # ============================================ User-agent: Twitterbot Allow: / User-agent: facebookexternalhit Allow: / User-agent: LinkedInBot Allow: / User-agent: Pinterest Allow: / User-agent: Discordbot Allow: / # ============================================ # AI Crawlers - Allowed for AI training/indexing # ============================================ # OpenAI's GPTBot (ChatGPT, AI search) User-agent: GPTBot Allow: / # OpenAI's ChatGPT plugins User-agent: ChatGPT-User Allow: / # Anthropic's Claude User-agent: ClaudeBot Allow: / User-agent: Claude-Web Allow: / # Perplexity AI User-agent: PerplexityBot Allow: / # Google AI (Bard/Gemini) User-agent: Google-Extended Allow: / # Microsoft Copilot User-agent: Copilot Allow: / # Cohere AI User-agent: cohere-ai Allow: / # Meta AI User-agent: Meta-ExternalAgent Allow: / User-agent: FacebookBot Allow: / # Apple's Applebot (Siri, Spotlight) User-agent: Applebot Allow: / # Amazon Alexa User-agent: Amazonbot Allow: / # Common Crawl (used by many AI systems) User-agent: CCBot Allow: / # ============================================ # Disallow non-content paths # ============================================ User-agent: * Disallow: /api/ Disallow: /admin/ Disallow: /admin Disallow: /_* Disallow: /assets/*.js Disallow: /assets/*.css Disallow: /blog?category=* Disallow: /blog?page=* # Block parameterized homepage variants (deep-links + tracking refs) Disallow: /?species=* Disallow: /?era=* Disallow: /?gender=* Disallow: /?ref=* Disallow: /?utm_* # ============================================ # Sitemap, LLMs.txt & Host # ============================================ Sitemap: https://starwarsnamegenerator.com/sitemap.xml # LLMs.txt - Structured information for AI assistants # See: https://llmstxt.org for specification LLMs-Txt: https://starwarsnamegenerator.com/llms.txt LLMs-Full-Txt: https://starwarsnamegenerator.com/llms-full.txt Host: https://starwarsnamegenerator.com