# robots.txt — Talantys # https://www.talantys.com # ─── Public site (talantys.com) ─────────────────────────────────────────────── User-agent: * Allow: / Allow: /offers Allow: /offer/ Allow: /about Allow: /contact Allow: /privacy Allow: /spontanee Allow: /company/ # Block API endpoints, internal routes, and file-serving paths Disallow: /api/ Disallow: /uploads/ Disallow: /private/ Disallow: /health # ─── Admin panel (admin.talantys.com) — block all crawlers ─────────────────── # These rules apply when crawlers visit admin.talantys.com # Most crawlers respect per-subdomain robots.txt # For the main bot that indexes admin.*, disallow everything: User-agent: * Disallow: /settings Disallow: /users Disallow: /companies Disallow: /plans Disallow: /drafts Disallow: /candidates Disallow: /invites/ # ─── Sitemap ────────────────────────────────────────────────────────────────── Sitemap: https://www.talantys.com/sitemap.xml