# robots.txt for https://getinlytics.com # See https://www.robotstxt.org/robotstxt.html # ── Main site rules ──────────────────────────────────────────────────────── User-agent: * Allow: / # Block API routes - not intended for search indexing Disallow: /api/ Disallow: /admin/ Disallow: /private/ # Block raw JSON and print-only URLs Disallow: /*.json$ Disallow: /*?*print= # Sitemap Sitemap: https://getinlytics.com/sitemap.xml # ── IMPORTANT: Subdomain crawl rules ────────────────────────────────────── # The following subdomains serve application dashboards, CDN assets, and # API proxies. Each requires its OWN robots.txt file served at that subdomain. # # This file (getinlytics.com/robots.txt) does NOT control those subdomains. # Required robots.txt files are documented below for the relevant services. # # app.getinlytics.com/robots.txt - see tagsense-dashboard Cloud Run service # cdn.getinlytics.com/robots.txt - see tagsense-cdn Cloud Run service # proxy.getinlytics.com/robots.txt - see tagsense-proxy Cloud Run service