<?xml version="1.0" encoding="UTF-8"?>
<!--
  The pages a stranger can read without signing in. Nothing else belongs here:
  a sitemap is a claim that a URL is worth indexing, and every other route in
  this app answers with the sign-in screen.

  Hand-written on purpose. Three URLs do not justify a generator, and a
  generator reading the SPA route table would have to be taught which routes
  are public — which is the same list, kept in a second place.

  `lastmod` is the date the page's text last changed, not the date of the
  build. For the two documents that is `EFFECTIVE_DATE` in
  frontend/src/content/legal.ts; move this when you move that.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://spandaka.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <!-- Server-rendered by the workflow service, not a file in this directory.
         It is built from the plan catalogue an operator edits, so `lastmod` is
         deliberately absent: the page changes when a plan does, on no schedule
         this file could state truthfully. -->
    <loc>https://spandaka.com/pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://spandaka.com/privacy</loc>
    <lastmod>2026-08-25</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://spandaka.com/terms</loc>
    <lastmod>2026-08-25</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
