<?xml version="1.0" encoding="UTF-8"?>
<!--
  Three real pages, and that is the whole site: the tracker is one client-rendered
  page, and the two legal pages are static HTML.

  Deliberately no <lastmod> and no <priority>. A hardcoded date rots the moment
  anything ships and Google ignores a lastmod it has learned not to trust, while
  priority has not influenced crawling for years. An honest three-line sitemap
  beats a padded one that lies.

  The addresses are the PRETTY ones. /privacy.html 308-redirects to /privacy, so
  listing the .html form would point Google at a redirect instead of the page.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://focushours.app/</loc>
  </url>
  <url>
    <loc>https://focushours.app/privacy</loc>
  </url>
  <url>
    <loc>https://focushours.app/terms</loc>
  </url>
</urlset>
