<?xml version="1.0" encoding="UTF-8"?>
<!-- Hand-written: scripts/update_indices.py hardcodes SITE_URL to the articles
     host, so the generated sitemap.xml can never list a lawq.app URL. Three
     URLs that change a few times a year do not need a generator; no <lastmod>
     either, since a hand-maintained one only ever goes stale.
     tests/test_landing_meta.py keeps this list equal to the indexable pages. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://lawq.app/</loc></url>
  <url><loc>https://lawq.app/about/</loc></url>
  <url><loc>https://lawq.app/features/</loc></url>
  <url><loc>https://lawq.app/support/</loc></url>
</urlset>
