# robots.txt # Permitir a todos los bots (Google, Bing, etc.) User-agent: * # Páginas públicas que SÍ deben ser indexadas Allow: /$ Allow: /contact$ Allow: /faq$ Allow: /terms$ Allow: /privacy$ Allow: /risk-disclaimer$ Allow: /refund-policy$ Allow: /whitebook$ Allow: /blog$ Allow: /blog/ # Archivos estáticos importantes (CSS, JS) para que Google pueda renderizar la página Allow: /static/ # Bloquear explícitamente las áreas privadas o de usuario Allow: /trading/ Disallow: /trading$ Disallow: /tutorial Disallow: /theme-selection Disallow: /login Disallow: /register Disallow: /api/ # Indica la ubicación de tu sitemap Sitemap: https://gptrader.app/sitemap.xml Sitemap: https://gptrader.app/sitemap-trading.xml Sitemap: https://gptrader.app/blog.xml