# =========================================== # llms.txt – Policy for AI & LLM Crawlers # Site: https://gratispel.se/ # Last updated: 2025-11-17 # =========================================== # PURPOSE # This file defines how Large Language Models (LLMs), # AI crawlers and Retrieval-Augmented Generation (RAG) # systems may access and use public content from Gratispel.se. # # This file does NOT replace robots.txt. Robots.txt controls # crawling. llms.txt describes content usage policy. # =========================================== # =========================================== # 1. Allowed AI Crawlers # =========================================== User-Agent: GPTBot User-Agent: Google-Extended User-Agent: ClaudeBot User-Agent: CCBot User-Agent: PerplexityBot User-Agent: AppleBot-Extended User-Agent: meta-externalagent Allow: / # =========================================== # 2. SITE OWNER & CONTACT # =========================================== Site: https://gratispel.se/ Owner: Gratispel.se Contact: https://gratispel.se/kontakta-oss # =========================================== # 3. GENERAL AI / LLM POLICY # =========================================== # ALLOWED USES (under fair and respectful use): # - Indexing content for search, answer snippets and RAG # - Quoting short excerpts with clear source attribution # - Generating summaries that link back to original URLs # # NOT ALLOWED without explicit written permission: # - Using content to train or fine-tune commercial LLMs # - Building or selling datasets based on our content # - Systematic mirroring / cloning of our game library # - Reproducing full articles, rules or guides verbatim # - Copying UI, game flows, or design as a competing service # # REQUIREMENTS: # - Always credit "Gratispel.se" as the source # - Always include a clickable URL to the original page # - Do not present our content as your own original work # - Do not expose private, internal or non-public URLs # =========================================== # =========================================== # 4. PUBLIC CONTENT INCLUDED FOR RAG / INDEXING # =========================================== # These sections of the site may be used for: # - Retrieval-augmented generation (RAG) # - Answering user questions with attribution # - Short excerpts and summaries # =========================================== # --- CORE PAGES --- ALLOW: / ALLOW: /spel ALLOW: /om-oss ALLOW: /kontakta-oss # Legal & policy pages ALLOW: /integritetspolicy ALLOW: /ansvarsfriskrivning ALLOW: /upphovsrattspolicy ALLOW: /anvandarvillkor # --- GAME CATEGORY PAGES --- ALLOW: /kortspel ALLOW: /patiens ALLOW: /harpan # --- GAME PAGES --- ALLOW: /kungen-patiens ALLOW: /spindelharpan ALLOW: /patiens-pyramiden ALLOW: /idioten-patiens ALLOW: /hjarter ALLOW: /gin-rummy ALLOW: /spades ALLOW: /bridge-spel # --- BLOG INDEX & CATEGORIES --- ALLOW: /blogg ALLOW: /kategori/kortspel ALLOW: /kategori/regler ALLOW: /kategori/poker # --- BLOG POSTS (EXISTING & KEY ARTICLES) --- ALLOW: /blogg/kortspel-for-en-spelare-online ALLOW: /blogg/kortspel-for-tre ALLOW: /blogg/kortspel-for-tva ALLOW: /blogg/gin-rummy-regler ALLOW: /blogg/chicago-kortspel ALLOW: /blogg/chicago-regler # --- AUTHOR PAGES --- ALLOW: /auktor/lisa-kesson ALLOW: /auktor/tobias-berglund ALLOW: /auktor/maryam-bayar # =========================================== # 5. EXCLUDED / NON-PUBLIC CONTENT # =========================================== # These areas are NOT permitted for: # - Training data # - RAG # - Any AI/LLM reuse # Even if accessible, they must be treated as off-limits. # (Crawling is controlled by robots.txt; this is usage policy.) # =========================================== DISALLOW: /app/games/ # =========================================== # 6. ATTRIBUTION & QUOTATION RULES # =========================================== # When using content from Gratispel.se: # # 1) Clearly cite: "Källa: Gratispel.se" # 2) Link directly to the original URL # 3) Limit verbatim excerpts to short passages # (e.g. individual paragraphs or rule segments) # 4) Do not reconstruct full pages from fragments # 5) Do not offer our guides or rules as your own product # =========================================== # =========================================== # 7. DATASET & MODEL TRAINING RESTRICTION # =========================================== # Unless you have a written license from the site owner: # # - You MAY NOT: # * Use Gratispel.se content as part of a commercial training dataset # * Aggregate our rules/guides into paid or shared datasets # * Fine-tune proprietary models on our full text # # - You MAY: # * Use small snippets for indexing, QA, or RAG-style answers # as long as attribution and linking are provided. # =========================================== # =========================================== # 8. LICENSE & NEGOTIATION # =========================================== # For organizations wishing to: # - Train models on Gratispel.se content # - Use our content in commercial AI products # - Bundle our data into datasets or APIs # # Please contact us for a written license: # https://gratispel.se/kontakta-oss # =========================================== # END OF llms.txt