# Tenseal robots.txt
# https://www.robotstxt.org/robotstxt.html

User-agent: *
Allow: /

# Keep crawlers out of user-authenticated portals and internal plumbing
Disallow: /dashboard
Disallow: /admin
Disallow: /api/
Disallow: /__stub/
Disallow: /login
Disallow: /register
Disallow: /password/
Disallow: /email/verify
Disallow: /storage/
Disallow: /tenant/
Disallow: /escrow/
Disallow: /inventory/dashboard

# Block noisy query-string variants so they don't split rank signals
Disallow: /*?ref=
Disallow: /*?utm_

# Let image and media crawlers through the asset pipeline
User-agent: Googlebot-Image
Allow: /assets/
Allow: /storage/

User-agent: Googlebot-News
Allow: /

# AI crawler hints (optional — adjust if you want to opt out)
User-agent: GPTBot
Allow: /

User-agent: Google-Extended
Allow: /

User-agent: CCBot
Allow: /

User-agent: ClaudeBot
Allow: /

User-agent: PerplexityBot
Allow: /

# Crawl delay (seconds) — polite but not restrictive
Crawl-delay: 1

Sitemap: https://tenseal.co/sitemap.xml
