# Robots.txt for TradeTally # https://www.robotstxt.org/robotstxt.html User-agent: * Allow: / # Sitemap location Sitemap: https://tradetally.io/sitemap.xml # Block access to API endpoints Disallow: /api/ # Block access to authenticated pages Disallow: /dashboard Disallow: /trades/ Disallow: /settings Disallow: /import Disallow: /metrics Disallow: /diary Disallow: /calendar Disallow: /broker-sync Disallow: /billing Disallow: /profile Disallow: /admin/ # Allow crawling of public pages Allow: /$ Allow: /login Allow: /register Allow: /public Allow: /privacy # Crawl delay (in seconds) Crawl-delay: 1