<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only publicly indexable routes belong here. Everything else in
  web/src/app/app.routes.ts is either behind authGuard or carries a credential in
  the URL (/invite/:token, /meeting-request/:token) — listing those would publish
  the tokens. See web/public/robots.txt.

  Hand-maintained because there are two pages. If public routes start
  multiplying, generate this at build time instead of editing it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://daybook-web.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://daybook-web.com/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
