<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every indexable URL on huddlepops.com.

  Only three, because everything else is either behind a query parameter on the homepage
  (/?legal=terms, /?studio=1) or a transactional page reached by emailed link, which carries
  noindex. Converting the legal documents into real /legal/* URLs is a separate piece of work.

  Kept honest by tests/seo.test.mjs, which enumerates app/**/page.tsx and fails the build if a
  route is neither listed here nor explicitly excluded. Add a page, list it here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://huddlepops.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://huddlepops.com/research</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://huddlepops.com/getting-started</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
