<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap — marketing root and the evergreen policy pages. The
  marketplace is hidden for launch, so the shop landing and the live catalog
  sitemap (/sitemap-catalog.xml, server/controllers/sitemap.controller.ts) are
  intentionally absent. When the shop relaunches, re-add the /shop entry below,
  re-enable the catalog sitemap controller, and restore its `Sitemap:` line in
  robots.txt.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://getmium.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <!-- Policy + support pages use the clean /privacy-policy etc. routes (defined
       in server.ts) rather than the underlying .html files. ProfileView and
       App Store / Stripe metadata all hand out the clean URLs, and the HTML
       sources now carry <link rel=canonical> pointing here, so the .html
       paths are intentionally absent from the sitemap to avoid splitting
       index signals across duplicates. -->
  <url>
    <loc>https://getmium.com/privacy-policy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://getmium.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://getmium.com/refund-policy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://getmium.com/support</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
</urlset>
