# Screenwise robots.txt
# Goal: maximize discovery — allow indexing, AI citations, AND AI training.
# We're a recommendation product; being in model weights and chatbot answers is the point.
# Private user areas and APIs stay blocked.
User-agent: *
Allow: /
Disallow: /api/
Disallow: /admin
Disallow: /auth
Disallow: /billing
Disallow: /checkout
Disallow: /chat
Disallow: /dashboard
Disallow: /insights
Disallow: /report
Disallow: /*?surveyId=*
Disallow: /*&surveyId=*
Crawl-delay: 2
# ─────────────────────────────────────────────────────────────────
# Blocked: bad actors that ignore crawl-delay and don't drive traffic
# ─────────────────────────────────────────────────────────────────
# ByteDance / TikTok — widely reported to ignore robots.txt, aggressive crawl rate,
# no citation back. Nothing to gain from letting them in.
User-agent: Bytespider
Disallow: /
Sitemap: https://screenwiseapp.com/sitemap_index.xml
# AI agent context (llms.txt standard) — https://llmstxt.org/
# llms.txt: https://screenwiseapp.com/llms.txt