<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written on purpose. This site has three indexable routes and adding
  @astrojs/sitemap would pull a build dependency to generate nine lines. If a
  fourth public page ever appears, add it here — or swap in the integration at
  that point, whichever is less work then.

  The trilingual switcher is client-side over one document, so there is exactly
  one URL per page; hreflang alternates would point at themselves.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://zmany.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://zmany.app/privacy/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://zmany.app/terms/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
