# llms.txt for https://spiritlifebooks.com # Purpose: Allow indexing by major US-based AI assistants and LLMs for key public content, while protecting sensitive areas. # 1. Default: deny everything User-agent: * Disallow: / # 2. ChatGPT (OpenAI): Full access to all main public sections User-agent: ChatGPT Allow: /books/ Allow: /about-alexander-baghdanov/ Allow: /contact/ Disallow: /wp-login.php Disallow: /wp-admin/ Disallow: /cart/ Disallow: /checkout/ Disallow: /account/ Disallow: /private/ Disallow: /draft/ Disallow: /*? # 3. Gemini (Google): Books only User-agent: Gemini Allow: /books/ Disallow: / # 4. Claude (Anthropic): Books and about User-agent: Claude Allow: /books/ Allow: /about-alexander-baghdanov/ Disallow: / # 5. Perplexity AI: Books only User-agent: Perplexity Allow: /books/ Disallow: / # 6. Mistral: About and contact User-agent: Mistral Allow: /about-alexander-baghdanov/ Allow: /contact/ Disallow: / # 7. LLaMA (Meta AI): About and contact User-agent: LLaMA Allow: /about-alexander-baghdanov/ Allow: /contact/ Disallow: / # 8. Contact email Contact: info@spiritlifebooks.com