# https://www.robotstxt.org/robotstxt.html
User-agent: *
Allow: /

# Sitemap (update with your domain when deploying)
# Sitemap: https://your-domain.com/sitemap.xml

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

# Allow all major search engines
User-agent: Googlebot
Allow: /

User-agent: Bingbot
Allow: /

User-agent: Slurp
Allow: /

User-agent: DuckDuckBot
Allow: /

# Block access to sensitive areas (if any)
# Disallow: /admin/
# Disallow: /api/
# Disallow: /private/

# Allow access to static assets
Allow: /static/
Allow: /images/
Allow: /css/
Allow: /js/
