# robots.txt for LGTM (Looks Good To Meow) # Served from every subdomain (apex / app / docs) because the SPA bundle # is identical. The canonical URL in each page's tells crawlers # which subdomain is the source of truth for that route, so duplicate # content across subdomains doesn't hurt us. User-agent: * Allow: / # Private surfaces — authenticated product, OAuth flow, consent gate. # We don't want search engines indexing any of these. Disallow: /dashboard Disallow: /dashboard/ Disallow: /auth/ Disallow: /consent Disallow: /login # Public review reports are reachable via permalink but are meant for # the original author to share, not for SERP discovery. Disallow: /review/ # Apex sitemap covers the canonical marketing + legal URLs plus the # docs subdomain entry point. Sitemap: https://looksgoodtomeow.in/sitemap.xml