# robots.txt for [https://iloveonlinetool.com/](https://iloveonlinetool.com/) # Last updated: 2025-10-09 # --- Global rules --- User-agent: * Disallow: /wp-admin/ Disallow: /wp-login.php Disallow: /admin/ Disallow: /dashboard/ Disallow: /cart/ Disallow: /checkout/ Disallow: /client-area/ Disallow: /private/ Disallow: /cgi-bin/ Disallow: /search Disallow: /tag/ Disallow: /*?sessionid= Allow: /wp-content/uploads/ Allow: /assets/ Allow: /public/ Sitemap: https://iloveonlinetool.com/sitemap_index.xml # --- Explicit rules for LLM / AI crawlers --- # Allow ChatGPT and similar large language models to access public-facing pages for content understanding. User-agent: ChatGPT Allow: / User-agent: OpenAI Allow: / User-agent: GPTBot Allow: / User-agent: AnthropicAI Allow: / User-agent: Google-Extended Allow: / # --- Notes --- # - This file ensures LLMs can index public service information for better discoverability. # - Sensitive or private client data directories are protected from automated crawling. # - Modify allowed user-agents as policies evolve.