<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only pages that are real, public HTML on callboard.nz belong here.

  Use the address the site itself links to. /privacy.html and /terms.html were
  listed until 2026-09-03 and both 307 to /privacy and /terms, which is what the
  landing page's own nav has always pointed at, so the two entries named
  addresses nothing else in the codebase used and Google indexed the targets
  instead.

  Do NOT add an SPA route. /pricing, /login and the rest return the app shell:
  the same 9.9KB of empty HTML under a generic title, whatever the path. Listing
  them asks Google to index one page several times over.

  Society sites are not here either. Their sitemap is generated per society by
  site-render.js and served at /c/<slug>/sitemap.xml, because the show list is
  live data and each society is a separate site.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://callboard.nz/</loc>
  </url>
  <url>
    <loc>https://callboard.nz/privacy</loc>
  </url>
  <url>
    <loc>https://callboard.nz/terms</loc>
  </url>
  <url>
    <loc>https://callboard.nz/changelog/</loc>
  </url>
</urlset>
