mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-05-09 11:01:45 +00:00
chore: adiciona robots.txt bloqueando rotas privadas do app
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 <noreply@anthropic.com>
This commit is contained in:
20
public/robots.txt
Normal file
20
public/robots.txt
Normal file
@@ -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/
|
||||||
Reference in New Issue
Block a user