# llms.txt for NueWay Studios # Purpose: Allow all AI and LLM crawlers full access for indexing, summarization, and knowledge inclusion. User-agent: * Allow: / # Allow major AI and LLM crawlers User-agent: GPTBot Allow: / User-agent: Google-Extended Allow: / User-agent: ClaudeBot Allow: / User-agent: PerplexityBot Allow: / User-agent: CCBot Allow: / User-agent: Amazonbot Allow: / # Optional: Encourage indexing for AI-assisted search Usage-Policy: allow-train Usage-Policy: allow-index Usage-Policy: allow-generate # Notes: # - This file signals that NueWay Studios content is open for AI-based discovery and summarization. # - Ensure your robots.txt does NOT disallow these bots. # - Public-facing pages (e.g. /, /services, /portfolio, /about, /contact) will be visible to AI crawlers. # - Private or sensitive pages (e.g. /admin/, /clients/, /login/) can still be restricted if needed. # To do so, add: "Disallow: /clients/" under the relevant User-agent.