# LLMs.txt for nowhow.ch # This file specifies which large language models (LLMs) are allowed # to crawl and index content from this website. # --- # Global Rules for all LLMs # --- # Allow all LLMs to access all content on the website by default. User-agent: * Allow: / # These specific directories are blocked for all LLMs to ensure # administrative and security-related content is not indexed. Disallow: /password # --- # Crawl-Delay Directives (Optional) # --- # A low crawl-delay value (e.g., 1) or the absence of this directive # encourages frequent crawling. # Note: Many modern LLM crawlers may not respect this directive. User-agent: * Crawl-delay: 1 # --- # Sitemap Directives (Optional) # --- # Specifying your sitemap helps LLMs discover your content more efficiently. # Replace with the actual path to your sitemap. Sitemap: https://nowhow.ch/sitemap.xml