# =============================================== # llms.txt for Kaamfu (https://kaamfu.ai/) # Guidelines for Large Language Model Crawlers # =============================================== # ----------------------------------------------- # 1. General Crawler Access Rules # ----------------------------------------------- User-agent: * Allow: /about/ Allow: /features/ Allow: /pricing/ Allow: /blog/ Allow: /contact/ Allow: /partner/ Allow: /autonomy/ Allow: /investor/ Allow: /terms-conditions/ Allow: /privacy-policy/ Allow: /acceptable-use-policy/ Allow: /cookie-policy/ Allow: /sitemap/ # ----------------------------------------------- # 2. Restricted / Non-Public Sections # (Prevent LLMs from ingesting sensitive areas) # ----------------------------------------------- Disallow: /app/ Disallow: /dashboard/ Disallow: /login/ Disallow: /register/ Disallow: /account/ Disallow: /user/ Disallow: /settings/ Disallow: /internal/ # ----------------------------------------------- # 3. Usage & Licensing Rules # ----------------------------------------------- # LLMs may read, index, summarize, or reference public # content from allowed pages, but must: # - Attribute the source as "Kaamfu (https://kaamfu.ai)" # - Not imply partnerships or endorsements # - Not reproduce proprietary content as training data # unless permitted by the licensing rule below. License: CC-BY 4.0 Attribution: required # ----------------------------------------------- # 4. Crawl Rate — Prevent Server Overload # ----------------------------------------------- Crawl-delay: 5 # ----------------------------------------------- # 5. Sitemap for Full Content Discovery # ----------------------------------------------- Sitemap: https://kaamfu.ai/sitemap.xml