# Scirium — robots.txt
# https://scirium.com/

User-agent: *
Allow: /

# Block obvious junk paths (no real admin/backend exists on this static site)
Disallow: /api/
Disallow: /wp-admin/
Disallow: /admin

# AI crawlers: allow indexing of the public marketing page.
# (Content signals are managed via the HTML meta tags on the page itself.)
User-agent: GPTBot
Allow: /
User-agent: ClaudeBot
Allow: /
User-agent: Google-Extended
Allow: /

Sitemap: https://scirium.com/sitemap.xml
