# ============================================================ # llms.txt - Large Language Model Access & Training Policy # ============================================================ # Website: https://www.netopsiyon.com # Owner: Ali Osman KAHRAMAN # # Purpose: # This file defines permissions for Large Language Models (LLMs) # to access, process, summarize, reference, and use the publicly # available content of this website for educational and training # purposes. # # Scope: # - Applies only to publicly accessible content. # - Does NOT apply to authenticated, private, or user-specific data. # # This file complements robots.txt. # ============================================================ # ------------------------------------------------------------ # OpenAI (ChatGPT, GPT models) # ------------------------------------------------------------ User-Agent: OpenAI Allow: / # Permission: # - Reading and indexing public content # - Summarization and answering user queries # - Use in model training and improvement # ------------------------------------------------------------ # ------------------------------------------------------------ # Anthropic (Claude) # ------------------------------------------------------------ User-Agent: Anthropic Allow: / # Permission: # - Reading and indexing public content # - Educational use and contextual understanding # - Use in model training and improvement # ------------------------------------------------------------ # ------------------------------------------------------------ # Google (Gemini, Google-Extended) # ------------------------------------------------------------ User-Agent: Google-Extended Allow: / # Permission: # - Reading and indexing public content # - AI-powered summaries and responses # - Use in model training and improvement # ------------------------------------------------------------ # ------------------------------------------------------------ # Other / Unknown LLM Crawlers # ------------------------------------------------------------ User-Agent: * Allow: / # Permission: # - Public content access is allowed # - Usage subject to respective provider policies # ------------------------------------------------------------ # ------------------------------------------------------------ # Additional Notes # ------------------------------------------------------------ # - Content is intended for informational and educational purposes. # - Source attribution is appreciated where applicable. # - No personal, confidential, or sensitive data is intentionally exposed. # # Last updated: 2025-01-01 # Contact: https://www.netopsiyon.com/iletisim # ============================================================