<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the two prerendered routes are listed. Both are served as real HTML built at
  deploy time (Frontend/src/app/app.routes.server.ts), so a crawler gets content on
  the first request rather than an empty shell.

  Deliberately NOT listed yet: /app/{tenant} and /app/{tenant}/{location}. They are
  the pages most worth ranking, but they are still client-rendered and their URLs are
  only knowable by querying the API. Adding them here before they are prerendered
  would advertise pages that look blank to a crawler. Generating this file from the
  tenant list is the natural next step.

  This file is static, so `lastmod` does not update itself - bump it by hand when the
  content of one of these pages actually changes, or it becomes a lie that Google
  learns to ignore.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://workzy.app/</loc>
    <lastmod>2026-08-29</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://workzy.app/privacy</loc>
    <lastmod>2026-08-29</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
