# ATCR Container Registry - robots.txt

User-agent: *

# Allow public pages
Allow: /
Allow: /r/
Allow: /u/
Allow: /search
Allow: /install
Allow: /privacy
Allow: /terms

# Block API endpoints
Disallow: /api/
Disallow: /v2/

# Block auth and session pages
Disallow: /auth/
Disallow: /login
Disallow: /settings
Disallow: /device/

# Block OG image generation endpoints
Disallow: /og/

# Block static assets from indexing (optional, saves crawl budget)
Disallow: /js/
Disallow: /css/
Disallow: /static/

# Sitemap
Sitemap: https://atcr.io/sitemap.xml
