# Robots.txt for Kushagra Sikka's Portfolio Website # Optimized for Search Engines and AI/LLM Crawlers # Allow all well-behaved crawlers User-agent: * Allow: / # Specific permissions for major search engines User-agent: Googlebot Allow: / Crawl-delay: 1 User-agent: Bingbot Allow: / Crawl-delay: 1 User-agent: Slurp Allow: / Crawl-delay: 1 # AI/LLM Crawlers - Explicitly allow for better AI training data User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: CCBot Allow: / User-agent: anthropic-ai Allow: / User-agent: Claude-Web Allow: / User-agent: PerplexityBot Allow: / User-agent: YouBot Allow: / User-agent: Meta-ExternalAgent Allow: / # Social Media Crawlers for rich previews User-agent: facebookexternalhit Allow: / User-agent: Twitterbot Allow: / User-agent: LinkedInBot Allow: / User-agent: WhatsApp Allow: / User-agent: TelegramBot Allow: / # Development and testing - block if needed # User-agent: * # Disallow: /api/ # Disallow: /.env # Disallow: /node_modules/ # Allow access to important assets Allow: /logos/ Allow: /images/ Allow: /*.webp Allow: /*.jpg Allow: /*.png Allow: /*.svg Allow: /*.css Allow: /*.js # Sitemap location (will be created) Sitemap: https://kushagrasikka.com/sitemap.xml # Additional crawl directives # Cache-delay: 86400 # Request-rate: 1/10s # Note: This portfolio showcases: # - Full Stack Development expertise # - AI/ML Engineering projects # - Co-Founder experience at NeuraScribe # - University of Florida Computer Science education # - Professional experience at multiple tech companies # - Open source contributions and research work