<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two real routes only. The 404 is deliberately absent: it is a catch-all
  handler, not a page, and listing it would invite indexing of arbitrary paths.
  The domain here is checked against VITE_SITE_URL at build time (see the
  sitemap-domain-check plugin in vite.config.ts) so it cannot silently drift.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://tremetusa.com/</loc>
    <lastmod>2026-08-29</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://tremetusa.com/privacy</loc>
    <lastmod>2026-08-29</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
