# Aikount — robots.txt # Default: allow everything indexable. Private app routes are SPA-only and # carry no crawlable content, but we list them as a courtesy. # # Note on /p/ (public customer invoice links): we intentionally do NOT Disallow # them here. They carry a `noindex` directive (X-Robots-Tag on the nginx HTML + # API responses, plus a on the page). For `noindex` to be honoured # — and for Google to DROP links it already discovered — the URL must stay # crawlable; a Disallow would hide the noindex and leave stale links in the index. User-agent: * Allow: / Disallow: /dashboard Disallow: /invoices Disallow: /purchases Disallow: /banking Disallow: /clientes Disallow: /categories Disallow: /subscriptions Disallow: /taxes Disallow: /reconciliation Disallow: /rules Disallow: /ledger Disallow: /activity Disallow: /settings Disallow: /onboarding Disallow: /admin Disallow: /afiliados/panel # --- AI / answer-engine crawlers: explicitly allowed so we can be cited --- User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: OAI-SearchBot Allow: / User-agent: PerplexityBot Allow: / User-agent: ClaudeBot Allow: / User-agent: anthropic-ai Allow: / User-agent: Claude-Web Allow: / User-agent: Google-Extended Allow: / User-agent: Applebot-Extended Allow: / Sitemap: https://aikount.com/sitemap.xml Sitemap: https://aikount.com/sitemap-ejemplos.xml