<?xml version="1.0" encoding="UTF-8"?>
<!--
  Yatflow public pages.

  Only genuinely public, indexable URLs belong here. Deliberately NOT listed:
    - the authenticated app routes (/transactions, /settings, …) — they render
      the sign-in wall to anyone without a session;
    - /register and /reset-password — single-use, session-specific links;
    - /demo — only mounted when VITE_DEMO_ENABLED is set at build time, so it
      is not reliably present in production;
    - /login — a redirect to /, and a sitemap should list destinations.

  NOT THE FILE THAT SHIPS. scripts/build-guides.mjs copies this to dist/ with
  the live /guides URLs appended, one per article in content/guides/. Guides
  are absent here on purpose — they enter the sitemap by existing as content,
  and /guides itself only joins once it has at least one article. Edit this
  file for the non-guide URLs; never paste guide URLs in by hand.

  lastmod is deliberately omitted rather than guessed: a fabricated date tells
  crawlers a page changed when it did not. Add real dates when the copy is
  next edited.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://yatflow.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://yatflow.com/signin</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://yatflow.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://yatflow.com/deck/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
</urlset>
