# robots.txt for https://actionlytic.com User-agent: * # Don’t crawl any of our API endpoints (they’re POST-only and not useful for indexing) Disallow: /api/ # Don’t crawl the application interface Disallow: /app/ # Everything else is fine to index Allow: / # Tell search engines where your sitemap lives Sitemap: https://actionlytic.com/sitemap.xml