<?xml version="1.0" encoding="UTF-8"?>
<!--
  Single-entry sitemap for https://duckly.studio.

  The site is a single-page React/Vite SPA with one canonical URL. The
  Arabic and English variants currently share that URL (language is
  switched client-side by i18next + localStorage), so we do not yet emit
  per-language URLs here. Bilingual signaling lives in <meta og:locale>
  in index.html.

  When path-based language routing (e.g. / for AR, /en for EN) ships in
  a future sprint, add a second <url> entry here and wire xhtml:link
  hreflang alternates between them.

  The Hamour game (https://hamour.duckly.games/) is a separate subdomain
  with its own sitemap and is intentionally not included here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://duckly.studio/</loc>
    <lastmod>2026-04-28</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
