<?xml version="1.0" encoding="UTF-8"?>
<!--
  LGTM sitemap. Canonical URLs only — each route is owned by the
  subdomain in its <link rel="canonical"> tag, so we list legal /
  marketing pages under the apex and docs under docs.looksgoodtomeow.in.
  When new public routes ship (e.g. a /pricing page on apex), add an
  entry here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- ── Marketing apex ───────────────────────────────────────── -->
  <url>
    <loc>https://looksgoodtomeow.in/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- ── Docs (own subdomain) ─────────────────────────────────── -->
  <url>
    <loc>https://docs.looksgoodtomeow.in/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://docs.looksgoodtomeow.in/docs</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- ── Changelog (apex canonical) ───────────────────────────── -->
  <url>
    <loc>https://looksgoodtomeow.in/changelog</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- ── Legal pages (apex canonical) ─────────────────────────── -->
  <url>
    <loc>https://looksgoodtomeow.in/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://looksgoodtomeow.in/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://looksgoodtomeow.in/security</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

</urlset>
