<?xml version="1.0" encoding="UTF-8"?>
<!--
  One page, two languages. Each <url> declares the full set of alternates
  including itself, which is what Google requires for hreflang to be honoured.
  Arabic is the default language and owns the bare URL.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://hairbloom.ma/</loc>
    <xhtml:link rel="alternate" hreflang="ar-MA" href="https://hairbloom.ma/"/>
    <xhtml:link rel="alternate" hreflang="fr-MA" href="https://hairbloom.ma/?lang=fr"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://hairbloom.ma/"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://hairbloom.ma/?lang=fr</loc>
    <xhtml:link rel="alternate" hreflang="ar-MA" href="https://hairbloom.ma/"/>
    <xhtml:link rel="alternate" hreflang="fr-MA" href="https://hairbloom.ma/?lang=fr"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://hairbloom.ma/"/>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
