# robots.txt — TradePulse Labs # https://tradepulselabs.com # ── Allow all major crawlers ────────────────────────────────────── User-agent: * Allow: / # Internal API routes — not indexable content Disallow: /api/ # User-specific pages — no SEO value Disallow: /watchlist Disallow: /alerts # ── Googlebot explicit allow ────────────────────────────────────── User-agent: Googlebot Allow: / Disallow: /api/ # ── Bingbot explicit allow ──────────────────────────────────────── User-agent: Bingbot Allow: / Disallow: /api/ # ── Sitemap ─────────────────────────────────────────────────────── Sitemap: https://tradepulselabs.com/sitemap.xml