<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public, indexable pages only.

  Every URL here uses the apex host. www.tempo.optech.software is a second alias
  on the same CloudFront distribution rather than a redirect, so naming it in
  even one entry would split the site across two hosts.

  Deliberately absent: /login, /forgot-password, /verify-email, every /dashboard
  route and everything under it, the owner console, and the API. A sitemap is a
  list of pages worth indexing, and none of those are.

  Kept in sync by tests/seoMetadata.test.js, which asserts this file lists
  exactly the routes marked indexable in src/data/seo.js.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://tempo.optech.software/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://tempo.optech.software/book-demo</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://tempo.optech.software/support</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://tempo.optech.software/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://tempo.optech.software/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
