<?xml version="1.0" encoding="UTF-8"?>
<!-- Les Ciels — plan du site. Les trois langues sont déclarées entre elles par
     xhtml:link, ce qui évite à un moteur de traiter /, /en/ et /zh/ comme trois
     pages concurrentes. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://astro.conceptstore.dev/</loc>
    <xhtml:link rel="alternate" hreflang="fr" href="https://astro.conceptstore.dev/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://astro.conceptstore.dev/en/"/>
    <xhtml:link rel="alternate" hreflang="zh-Hans" href="https://astro.conceptstore.dev/zh/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://astro.conceptstore.dev/"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://astro.conceptstore.dev/en/</loc>
    <xhtml:link rel="alternate" hreflang="fr" href="https://astro.conceptstore.dev/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://astro.conceptstore.dev/en/"/>
    <xhtml:link rel="alternate" hreflang="zh-Hans" href="https://astro.conceptstore.dev/zh/"/>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://astro.conceptstore.dev/zh/</loc>
    <xhtml:link rel="alternate" hreflang="fr" href="https://astro.conceptstore.dev/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://astro.conceptstore.dev/en/"/>
    <xhtml:link rel="alternate" hreflang="zh-Hans" href="https://astro.conceptstore.dev/zh/"/>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Pages légales : utiles aux visiteurs, sans intérêt pour le référencement.
       Elles restent déclarées pour que les moteurs les trouvent sans les
       mettre en avant. -->
  <url><loc>https://astro.conceptstore.dev/mentions-legales.html</loc><priority>0.2</priority></url>
  <url><loc>https://astro.conceptstore.dev/cgv.html</loc><priority>0.3</priority></url>
  <url><loc>https://astro.conceptstore.dev/confidentialite.html</loc><priority>0.2</priority></url>
  <url><loc>https://astro.conceptstore.dev/contact.html</loc><priority>0.3</priority></url>
</urlset>
