From 229b6c5bc0db9533ee35b92be8a6990fc0668e34 Mon Sep 17 00:00:00 2001 From: Felipe Coutinho Date: Wed, 1 Apr 2026 14:29:39 +0000 Subject: [PATCH] chore: adiciona robots.txt bloqueando rotas privadas do app MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Permite indexação apenas da landing page e do llms.txt. Bloqueia todas as rotas autenticadas (dashboard, transações, contas, cartões, etc.) e a API. Co-Authored-By: Claude Sonnet 4.6 --- public/robots.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 public/robots.txt diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..45507f1 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,20 @@ +User-agent: * +Allow: /$ +Allow: /llms.txt +Disallow: /dashboard +Disallow: /transactions +Disallow: /accounts +Disallow: /cards +Disallow: /categories +Disallow: /budgets +Disallow: /payers +Disallow: /notes +Disallow: /insights +Disallow: /calendar +Disallow: /inbox +Disallow: /attachments +Disallow: /reports +Disallow: /settings +Disallow: /login +Disallow: /signup +Disallow: /api/