<?xml version="1.0" encoding="UTF-8"?>
<!-- NOTE: <loc> must be ABSOLUTE URLs (https://your-domain/...) for Google to
     use this sitemap. Replace the relative paths once the production domain is
     known, and add self-referencing canonical tags per route. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="/" />
    <xhtml:link rel="alternate" hreflang="dz" href="/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="/" />
  </url>
  <url>
    <loc>/text</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>/conversation</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>/document</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
