<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained. @astrojs/sitemap would generate this, but for two URLs it is a
  dependency, a build step and a version to keep current in exchange for eight
  lines — and the hreflang cluster below is the part that actually matters, which
  the plugin only emits correctly if its own i18n block is kept in step with
  astro.config.mjs anyway.

  Adding a page means adding it here. Every <url> must list every language
  variant INCLUDING itself: an hreflang group that is not reciprocal is ignored
  outright rather than partially honoured.

  No <lastmod>. A date that is not maintained is worse than an absent one — it
  teaches a crawler that this file lies.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://lunarclip.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://lunarclip.com/" />
    <xhtml:link rel="alternate" hreflang="tr" href="https://lunarclip.com/tr/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://lunarclip.com/" />
  </url>
  <url>
    <loc>https://lunarclip.com/tr/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://lunarclip.com/" />
    <xhtml:link rel="alternate" hreflang="tr" href="https://lunarclip.com/tr/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://lunarclip.com/" />
  </url>
</urlset>
