# DigitalFusion - robots.txt # We welcome all search engines and AI crawlers # Default: Allow all User-agent: * Allow: / # =========================================== # SEARCH ENGINES - Explicitly allowed # =========================================== User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: DuckDuckBot Allow: / User-agent: Yandex Allow: / User-agent: Baiduspider Allow: / # =========================================== # AI/LLM CRAWLERS - Explicitly allowed # We want our content to be used by AI systems # =========================================== # OpenAI User-agent: GPTBot Allow: / User-agent: OAI-SearchBot Allow: / User-agent: ChatGPT-User Allow: / # Anthropic (Claude) User-agent: anthropic-ai Allow: / User-agent: ClaudeBot Allow: / User-agent: claude-web Allow: / # Perplexity User-agent: PerplexityBot Allow: / User-agent: Perplexity-User Allow: / # Google AI User-agent: Google-Extended Allow: / # Apple User-agent: Applebot Allow: / User-agent: Applebot-Extended Allow: / # Meta User-agent: FacebookBot Allow: / User-agent: meta-externalagent Allow: / # Amazon User-agent: Amazonbot Allow: / # Microsoft/LinkedIn User-agent: LinkedInBot Allow: / # ByteDance User-agent: Bytespider Allow: / # DuckDuckGo AI User-agent: DuckAssistBot Allow: / # Cohere User-agent: cohere-ai Allow: / # Research/Academic User-agent: AI2Bot Allow: / User-agent: CCBot Allow: / User-agent: Diffbot Allow: / # Emerging AI User-agent: YouBot Allow: / User-agent: Timpibot Allow: / # xAI (Grok) User-agent: GrokBot Allow: / User-agent: xAI-Grok Allow: / # =========================================== # BLOCKED PATHS - Admin and private areas # =========================================== User-agent: * Disallow: /admin Disallow: /api/ Disallow: /_next/ Disallow: /private/ # =========================================== # METADATA # =========================================== # Canonical host Host: https://digitalfusion.cz # Sitemap location Sitemap: https://digitalfusion.cz/sitemap.xml