<?xml version="1.0" encoding="UTF-8"?>
<!--
    Seules les pages qui répondent 200 sont listées. `/french` et `/arabic` n'en
    sont pas : elles posent la locale en session et redirigent sur « / ». Elles
    apparaissent donc en `hreflang` de l'accueil, exactement comme dans le
    `<head>` d'`auth/base.html.twig` — une seule vérité pour les deux endroits.

    Absentes volontairement : `/signup` et `/reset-password` ( refusées par
    robots.txt ), `/go/{slug}` ( une redirection vers une boutique ) et
    `/register` ( l'inscription demande un code, l'indexer n'apporte rien ).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <url>
        <loc>https://oultem.com/</loc>
        <xhtml:link rel="alternate" hreflang="x-default" href="https://oultem.com/" />
        <xhtml:link rel="alternate" hreflang="en" href="https://oultem.com/" />
        <xhtml:link rel="alternate" hreflang="fr" href="https://oultem.com/french" />
        <xhtml:link rel="alternate" hreflang="ar" href="https://oultem.com/arabic" />
        <lastmod>2026-09-01</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://oultem.com/login</loc>
        <xhtml:link rel="alternate" hreflang="x-default" href="https://oultem.com/login" />
        <lastmod>2026-09-01</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://oultem.com/faq</loc>
        <xhtml:link rel="alternate" hreflang="x-default" href="https://oultem.com/faq" />
        <lastmod>2026-09-07</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    <url>
        <loc>https://oultem.com/terms</loc>
        <xhtml:link rel="alternate" hreflang="x-default" href="https://oultem.com/terms" />
        <lastmod>2026-08-31</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
    <url>
        <loc>https://oultem.com/privacy</loc>
        <xhtml:link rel="alternate" hreflang="x-default" href="https://oultem.com/privacy" />
        <lastmod>2026-08-31</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
    <url>
        <loc>https://oultem.com/cookies</loc>
        <xhtml:link rel="alternate" hreflang="x-default" href="https://oultem.com/cookies" />
        <lastmod>2026-08-31</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.2</priority>
    </url>
</urlset>
