<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written, because there are only two indexable URLs here.

  Google was already fetching /sitemap.xml ~90 times a week and getting the app
  shell back with a 200, because the assets layer used to answer every unmatched
  path that way (week-two soak review, 2026-08-24). It now 404s unless a real
  file is present — this one.

  /results and /report are app states, not pages: both are meaningless without a
  completed assessment in session, so they are deliberately absent.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://survey.gispeople.com.au/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://survey.gispeople.com.au/survey</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
