# ========================================== # llms.txt — AI access rules for Sulu CMS # ========================================== # Allow all AI crawlers unless specified otherwise User-Agent: * Allow: / # Block access to Sulu admin interface Disallow: /admin Disallow: /admin/login # Block Symfony and Sulu debug toolbars Disallow: /_wdt Disallow: /_profiler # Block Sulu API endpoints (not intended for AI usage) Disallow: /admin/api Disallow: /api Disallow: /json Disallow: /graphql # Media files ARE allowed # (No disallow rule here — AI may access /media) # Block internal or personal user areas (optional, but recommended) Disallow: /account Disallow: /profile Disallow: /intranet # ========================================== # End of llms.txt # ==========================================