# Robots.txt for WorkRoot IT Solutions
# https://workroot.in

# Default rules for all bots
User-agent: *
Allow: /

# Disallow admin and build directories
Disallow: /admin/
Disallow: /private/
Disallow: /_astro/

# Allow access to CSS and JS files for proper rendering
Allow: /*.css$
Allow: /*.js$
Allow: /*.webp$
Allow: /*.jpg$
Allow: /*.png$
Allow: /*.svg$

# Crawl-delay for polite crawling
Crawl-delay: 1

# Sitemap location
Sitemap: https://workroot.in/sitemap.xml

# Traditional Search Engines
User-agent: Googlebot
Allow: /

User-agent: Googlebot-Image
Allow: /

User-agent: Bingbot
Allow: /

User-agent: Slurp
Allow: /

User-agent: DuckDuckBot
Allow: /

User-agent: Baiduspider
Allow: /

User-agent: YandexBot
Allow: /

# Google AdSense Bot
User-agent: Mediapartners-Google
Allow: /

# AI Search Engines & LLM Crawlers (GEO Optimization)
# OpenAI/ChatGPT
User-agent: ChatGPT-User
Allow: /

User-agent: GPTBot
Allow: /

# Anthropic/Claude
User-agent: anthropic-ai
Allow: /

User-agent: Claude-Web
Allow: /

# Perplexity AI
User-agent: PerplexityBot
Allow: /

# Google Gemini/Bard
User-agent: Google-Extended
Allow: /

# Common Crawl (used by many AI models)
User-agent: CCBot
Allow: /

# Meta AI
User-agent: FacebookBot
Allow: /
