<?xml version="1.0" encoding="UTF-8"?>
<!-- Kept in line with src/lib/publicRoute.ts INDEXABLE_ROUTES. Guarded by src/lib/sitemap.test.ts:
     add a public page without listing it here (or vice-versa) and the test suite fails. Priorities /
     changefreq are editorial; the URL SET is what's guarded.

     2026-08-12 COMING_SOON (founder: swap the web for a coming-soon page + email capture): the eight
     marketing URLs (/about, /tracking, /focus-log, /groups, /stories, /research, /blog, /support) were
     REMOVED because those routes now render the coming-soon page - leaving them here would feed Google
     eight URLs that all serve the same capture page (duplicate content), which is worse than delisting
     them. /app is deliberately absent too: the full web app still lives there, unlinked and NOT for the
     index. Flip COMING_SOON to false and restore the eight - sitemap.test.ts will name each one. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://focusmetrics.co/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://focusmetrics.co/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://focusmetrics.co/legal</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
</urlset>
