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

  hreflang: the previous revision annotated `tr`, `en` and `x-default` as
  three alternates that ALL pointed at https://mevy.health/ — one URL
  cannot be three language versions of itself, so the annotation was a
  no-op. Turkish now has a real URL (/tr, a Firebase Hosting rewrite onto
  the same index.html; see public/index.html <head>), and each entry below
  carries the FULL reciprocal set — self-reference included — which is what
  makes the cluster valid.

  Only en + tr appear: they are the entire dictionary in public/js/i18n.js.
  The app ships DE and ES UI, but no German or Spanish marketing copy has
  been written yet. Listing them would advertise pages that do not exist.

  /privacy and /terms are deliberately NOT listed. Both carry
  <meta name="robots" content="noindex"> because they are pre-publication
  drafts still holding [LEGAL_ENTITY_*] placeholders (audit item E.1, on
  cnr's desk). A sitemap entry for a noindex URL is a self-contradicting
  signal. They return here when the legal-entity data lands and the noindex
  comes off; they stay crawlable and footer-linked in the meantime.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://mevy.health/</loc>
    <lastmod>2026-07-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://mevy.health/"/>
    <xhtml:link rel="alternate" hreflang="tr" href="https://mevy.health/tr"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://mevy.health/"/>
  </url>
  <url>
    <loc>https://mevy.health/tr</loc>
    <lastmod>2026-07-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://mevy.health/"/>
    <xhtml:link rel="alternate" hreflang="tr" href="https://mevy.health/tr"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://mevy.health/"/>
  </url>
  <!-- One bilingual document (EN sections, then TR sections) at one URL —
       not a language pair, so it takes no hreflang annotation. -->
  <url>
    <loc>https://mevy.health/help</loc>
    <lastmod>2026-07-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
