<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap-index.xml — references all SquareLog sitemaps.

  Marketing pages are always present. Programmatic-family sitemaps
  are generated by `python -m programmatic_seo build` + promote.
  Until a family has promoted pages, its sitemap file will exist
  but contain zero <url> entries (still valid per the Sitemaps protocol).

  To add pages: write YAML in corpus-source/programmatic/{family}/,
  run `build`, review the draft, then `promote {family}/{slug}`.
  The sitemaps below are regenerated automatically on each promote.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Marketing pages: /, /about, /how-it-works, /privacy, /terms, /security, /mobile -->
  <sitemap>
    <loc>https://squarelog.app/sitemap-marketing.xml</loc>
    <lastmod>2026-05-26</lastmod>
  </sitemap>

  <!-- /statute/{section} pages — generated by programmatic_seo -->
  <!-- <sitemap>
    <loc>https://squarelog.app/sitemap-statutes.xml</loc>
    <lastmod>2026-05-26</lastmod>
  </sitemap> -->

  <!-- /case/{slug} pages — generated by programmatic_seo -->
  <!-- <sitemap>
    <loc>https://squarelog.app/sitemap-cases.xml</loc>
    <lastmod>2026-05-26</lastmod>
  </sitemap> -->

  <!-- /glossary/{term} pages — generated by programmatic_seo -->
  <!-- <sitemap>
    <loc>https://squarelog.app/sitemap-glossary.xml</loc>
    <lastmod>2026-05-26</lastmod>
  </sitemap> -->

  <!-- /how-to/{slug} pages — generated by programmatic_seo -->
  <!-- <sitemap>
    <loc>https://squarelog.app/sitemap-how-to.xml</loc>
    <lastmod>2026-05-26</lastmod>
  </sitemap> -->

</sitemapindex>
