<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public SPA pages that the bucket answers with HTTP 200.

  Every URL here MUST also appear in the ROUTES list in
  scripts/static-route-shells.sh, which is what creates the bucket object that
  makes the page return 200 instead of the site-wide 404. That script fails the
  build if the two lists disagree, in either direction: a route with no entry
  here is crawlable but undiscoverable, and an entry here with no route answers
  404, which is worse.

  pt-BR only. These pages have no /en or /es variants, so there are no hreflang
  alternates. The institutional pages that do have them live in
  sitemap-institucional.xml, served by the nomos-web Worker.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Demo request. The only conversion path on the public site. -->
  <url>
    <loc>https://nomos.pro/contato</loc>
    <lastmod>2026-08-09</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Legal. Rarely change, and not pages we compete for. -->
  <url>
    <loc>https://nomos.pro/politica-de-privacidade</loc>
    <lastmod>2026-08-09</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://nomos.pro/termos-e-condicoes</loc>
    <lastmod>2026-08-09</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
