# robots.txt for Dice Lounge
# Allow search engines to index the site while blocking internal endpoints

User-agent: *
# Block API and socket endpoints
Disallow: /api/
Disallow: /socket.io/
# Block test and admin utility paths
Disallow: /e2e
Disallow: /admin

# Everything else is allowed
Allow: /

# Optional: add your sitemap if available
# Sitemap: https://dicelounge.app/sitemap.xml
