# llms.txt for https://spiritlifeblog.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: / Allow: /about-me/ Allow: /free-books/ Allow: /spirit-life-academy/ Allow: /videos/ Allow: /blog/ Disallow: /wp-login.php Disallow: /wp-admin/ Disallow: /cart/ Disallow: /checkout/ Disallow: /account/ Disallow: /private/ Disallow: /draft/ Disallow: /*? # 3. Gemini (Google): Blog and videos User-agent: Gemini Allow: /blog/ Allow: /videos/ Disallow: / # 4. Claude (Anthropic): Blog only User-agent: Claude Allow: /blog/ Disallow: / # 5. Perplexity AI: Free books only User-agent: Perplexity Allow: /free-books/ Disallow: / # 6. Mistral: Blog and academy User-agent: Mistral Allow: /blog/ Allow: /spirit-life-academy/ Disallow: / # 7. LLaMA (Meta AI): About and contact (if applicable) User-agent: LLaMA Allow: /about-me/ Allow: /contact/ Disallow: / # 8. Contact email Contact: info@spiritlifeblog.com