<?xml version="1.0" encoding="UTF-8"?>
<!--
  FORMIX is a single-file site with hash-based sections (#/products,
  #/product/:id, #/order, #/privacy, #/terms, #/shipping). Search engines
  index the one real URL below; the hash views are reached by clicking
  through from it, which is enough for launch. If you later want each
  product to be individually indexable by Google, that calls for real
  separate HTML pages per product instead of hash routes -- worth
  revisiting once there are real product photos and it's worth the
  extra build.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://formix.fi/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
