<?xml version="1.0" encoding="UTF-8"?>
<!--
  Yalnız kamuya açık, indekslenebilir sayfalar listelenir. Uygulama içi rotalar
  (dashboard, coach, profile, …) kimlik doğrulaması ardındadır ve tarayıcıya boş
  SPA kabuğu döndüğünden sitemap'e ALINMAZ.

  hreflang: aynı içeriğin TR ve EN varyantları x-default ile birlikte bildirilir;
  `?lang=en` artık çalışma zamanında da okunur (src/stores/localeStore), yani bu
  URL gerçekten İngilizce içerik döndürür.

  NOT: expo-router `_sitemap.html` üretir — o GELİŞTİRİCİ rota listesidir, arama
  motoru sitemap'i değildir; ikisi karıştırılmamalıdır.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://quit-app-production-3dfe.up.railway.app/</loc>
    <xhtml:link rel="alternate" hreflang="tr" href="https://quit-app-production-3dfe.up.railway.app/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://quit-app-production-3dfe.up.railway.app/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://quit-app-production-3dfe.up.railway.app/"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://quit-app-production-3dfe.up.railway.app/privacy</loc>
    <xhtml:link rel="alternate" hreflang="tr" href="https://quit-app-production-3dfe.up.railway.app/privacy"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://quit-app-production-3dfe.up.railway.app/privacy?lang=en"/>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://quit-app-production-3dfe.up.railway.app/terms</loc>
    <xhtml:link rel="alternate" hreflang="tr" href="https://quit-app-production-3dfe.up.railway.app/terms"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://quit-app-production-3dfe.up.railway.app/terms?lang=en"/>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://quit-app-production-3dfe.up.railway.app/ai-consent</loc>
    <xhtml:link rel="alternate" hreflang="tr" href="https://quit-app-production-3dfe.up.railway.app/ai-consent"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://quit-app-production-3dfe.up.railway.app/ai-consent?lang=en"/>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
