# ============================================= # llms.txt for Nipron Co., Ltd. # Purpose: Control access for AI crawlers (Gemini, OpenAI, Anthropic, Meta) # ============================================= # ------------------------------------------------------------- # Basic rule: Allow AI crawlers to index and reference public pages. # Except: Do NOT allow access to the shopping cart URL. # ------------------------------------------------------------- # ===== Google (Gemini / Google AI) ===== User-Agent: Google-Extended Allow: / User-Agent: GoogleOther Allow: / # ===== OpenAI GPT ===== User-Agent: GPTBot Allow: / # ===== OpenAI GPT-Image (for image-related data collection) ===== User-Agent: GPT-ImageCrawler Allow: / # ===== Anthropic Claude ===== User-Agent: ClaudeBot Allow: / User-Agent: Claude-Web Allow: / # ===== Meta LLaMA ===== User-Agent: Meta-ExternalAgent Allow: / # ===== Amazon AGI / Rufus ===== User-Agent: Amazonbot Allow: / # ===== Perplexity AI ===== User-Agent: PerplexityBot Allow: / # ===== Common AI crawlers ===== User-Agent: CCBot Allow: / User-Agent: Applebot-Extended Allow: / User-Agent: * Allow: / # ============================================= # End of llms.txt # =============================================