<?xml version="1.0" encoding="UTF-8"?>
<!--
  MintCollect sitemap.xml

  Scope: only the crawlable pages exist today. Every URL here is a real
  HTTP 200 GET (verified via `curl -I` in the MC-SEO review doc §5 smoke).

  Adding URLs later:
    * The public web profile family (/@<display_name>) becomes crawlable
      when MC-370 (public-browse) ships. At that point, either extend this
      file manually OR generate it nightly from social.user_profiles.
    * Any /help/... or /blog/... surface added should be listed here so
      crawlers pick it up on the next fetch (default cadence ~7 days).

  changefreq is a hint; Google ignores it in practice per their public
  documentation but Bing + Yandex still use it. priority is a fraction from
  0.0 to 1.0, RELATIVE within the site, not absolute across the web. The
  landing page is the top of the funnel so it gets 1.0.

  Note on comments: XML strictly disallows two consecutive ASCII hyphens
  anywhere inside a comment body (unlike HTML, which tolerates it). Do
  not add ASCII separator lines of hyphens here — they break XML parsers
  with a "double hyphen within comment" error.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://mintcollect.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://mintcollect.app/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://mintcollect.app/termsofservice</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://mintcollect.app/refund-policy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://mintcollect.app/delete-account</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
