# ============================================================ # ZEEVEND # https://zeevend.com # Robots.txt # Last Updated: July 2026 # ============================================================ # Default Rules User-agent: * Allow: / # Protect sensitive directories Disallow: /admin/ Disallow: /private/ Disallow: /api/internal/ Disallow: /.env Disallow: /.git/ Disallow: /.svn/ Disallow: /.htaccess Disallow: /config/ Disallow: /includes/ Disallow: /vendor/ Disallow: /storage/ Disallow: /tmp/ Disallow: /logs/ Disallow: /backup/ Disallow: /backups/ Disallow: /cache/ # ============================================================ # Google # ============================================================ User-agent: Googlebot Allow: / User-agent: Googlebot-Image Allow: / User-agent: Googlebot-News Allow: / User-agent: Googlebot-Video Allow: / User-agent: AdsBot-Google Allow: / User-agent: Google-Extended Allow: / # ============================================================ # Microsoft # ============================================================ User-agent: Bingbot Allow: / User-agent: AdIdxBot Allow: / # ============================================================ # Yahoo # ============================================================ User-agent: Slurp Allow: / # ============================================================ # DuckDuckGo # ============================================================ User-agent: DuckDuckBot Allow: / # ============================================================ # Yandex # ============================================================ User-agent: Yandex Allow: / # ============================================================ # Baidu # ============================================================ User-agent: Baiduspider Allow: / # ============================================================ # Apple # ============================================================ User-agent: Applebot Allow: / # ============================================================ # OpenAI # ============================================================ User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / # ============================================================ # Anthropic # ============================================================ User-agent: ClaudeBot Allow: / User-agent: anthropic-ai Allow: / # ============================================================ # Perplexity # ============================================================ User-agent: PerplexityBot Allow: / # ============================================================ # Cohere # ============================================================ User-agent: cohere-ai Allow: / # ============================================================ # Common AI Crawlers # ============================================================ User-agent: CCBot Allow: / User-agent: OAI-SearchBot Allow: / User-agent: Bytespider Allow: / User-agent: Meta-ExternalAgent Allow: / User-agent: Meta-ExternalFetcher Allow: / User-agent: Amazonbot Allow: / # ============================================================ # Crawl Delay # Google ignores this directive. # Bing may honor it. # ============================================================ User-agent: Bingbot Crawl-delay: 1 # ============================================================ # Sitemap # ============================================================ Sitemap: https://zeevend.com/sitemap.xml Sitemap: https://zeevend.com/video-sitemap.xml # End of File