<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, deliberately.

  The SPA answers 200 with the same shell for every path, so listing app
  routes here would ask Google to index a set of URLs that are all in fact
  this one page — which is the duplicate-content problem the canonical tag in
  index.html already exists to prevent. The landing page's sections are
  anchors (#how, #console, #controls), not separate documents.

  The console itself sits behind a login and has nothing to index.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://tektonix.io/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
