<?xml version="1.0" encoding="UTF-8"?>
<!--
  Maki — XML sitemap
  ──────────────────
  Public, indexable pages only. Sensitive routes (login, register,
  maintenance) carry `<meta name="robots" content="noindex">` and
  are deliberately omitted here.

  Each URL declares an `xhtml:link` alternate so Google can pair
  language variants together. Update `lastmod` when the page's
  content (not assets) materially changes.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Landing -->
  <url>
    <loc>https://maki.wf/home</loc>
    <lastmod>2026-05-22</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en"        href="https://maki.wf/home"/>
    <xhtml:link rel="alternate" hreflang="tr"        href="https://maki.wf/home?lang=tr"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://maki.wf/home"/>
  </url>

  <!-- Terms of Service -->
  <url>
    <loc>https://maki.wf/terms</loc>
    <lastmod>2026-05-22</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="en"        href="https://maki.wf/terms"/>
    <xhtml:link rel="alternate" hreflang="tr"        href="https://maki.wf/terms?lang=tr"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://maki.wf/terms"/>
  </url>

  <!-- Privacy Policy -->
  <url>
    <loc>https://maki.wf/privacy</loc>
    <lastmod>2026-05-22</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="en"        href="https://maki.wf/privacy"/>
    <xhtml:link rel="alternate" hreflang="tr"        href="https://maki.wf/privacy?lang=tr"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://maki.wf/privacy"/>
  </url>

</urlset>
