<?xml version="1.0" encoding="UTF-8"?>
<!--
  Four URLs. The map, the roof detail and the rest of the app are views inside
  a single-page app reached by hash, and a crawler collapses everything after
  the # onto the same document, so they are one URL here however many tabs the
  interface has.

  The architecture, solution-assessment and decision pages are the exception.
  They are real HTML files at real paths and explain what was built, whether the
  use case merits investment, and why its most consequential design was chosen.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://energy.soufien.lu/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://energy.soufien.lu/architecture.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://energy.soufien.lu/solution-assessment.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://energy.soufien.lu/decisions-flagship.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
