# LLMs.txt for Omdena # This file defines how Large Language Models can access and use our content # For more information, visit: https://llmstxt.org Version: 1.0 Contact: contact@omdena.com # Allow general access to public content Allow: / # Disallow access to private/sensitive areas Disallow: /admin/ Disallow: /api/ Disallow: /_next/ Disallow: /private/ Disallow: /members-only/ Disallow: /dashboard/ Disallow: /user/ Disallow: /account/ # Disallow access to internal development files Disallow: /*.json$ Disallow: /*.js$ Disallow: /*.css$ Disallow: /*.scss$ Disallow: /*.ts$ Disallow: /*.tsx$ # Disallow access to specific file types that shouldn't be indexed Disallow: /*.pdf$ Disallow: /*.doc$ Disallow: /*.docx$ Disallow: /*.xls$ Disallow: /*.xlsx$ # Set crawl delay to be respectful of server resources Crawl-delay: 5 # Preferred content areas for AI indexing # These are the main content areas we want AI models to focus on Allow: /blog/ Allow: /ai-insights/ Allow: /projects/ Allow: /solutions/ Allow: /about/ Allow: /contact-us/ Allow: /faqs/ # Note: This file is designed to balance content accessibility for AI models # while protecting sensitive areas and ensuring responsible AI usage. # For questions about AI content usage, please contact: contact@omdena.com