<?xml version="1.0" encoding="UTF-8"?>
<!-- The three HTML pages the deploy ships. copy.html and preview.html are dev
     tools and are never copied into dist/, so they cannot appear here.
     test/seo.test.js checks this list against deploy.yml's own cp line, in both
     directions: a page added to one and not the other fails the suite.

     No <lastmod>: it would have to be maintained by hand on a manual deploy, and
     a date that is quietly wrong is worth less to a crawler than no date at all —
     Google ignores a lastmod it has learned not to trust. <changefreq> carries
     the only thing actually true here, which is that the home page changes daily
     and the two legal pages do not. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://nostromots.fr/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://nostromots.fr/sources.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://nostromots.fr/confidentialite.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
