<?xml version="1.0" encoding="UTF-8"?>
<!-- Sitemap INDEX. Static marketing pages live in sitemap-pages.xml (built
     from frontend/public). The public citator pages (/cases/*) are server-
     rendered by the Node api-server, so their sitemap is generated live at
     /cases/sitemap.xml. Same for the comparison + practice-area pages
     (/compare/*, /legal-research/*) at /sitemap-marketing.xml — an empty
     urlset until MARKETING_PAGES_INDEXABLE is flipped (ship-dark). See
     utils/citatorPages.ts + utils/marketingPages.ts + the host nginx proxy
     blocks. -->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://kaselaw.ai/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://kaselaw.ai/cases/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://kaselaw.ai/sitemap-marketing.xml</loc>
  </sitemap>
</sitemapindex>
