<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every indexable page on stavely.app. There are exactly four.

  Not listed, on purpose:
    - /s/<id> and /c/<id> — share landings, rendered per link by _worker.js and
      marked noindex. They are private links people send each other, not pages.
    - assets (css, js, icons, og-image, app-ads.txt, the AASA file).

  The Vietnamese and English copy live at the SAME url (`index.html` carries
  both inside `data-lang` blocks and swaps them client-side), so there are no
  alternate language urls and no `hreflang` pairs to declare. If the site ever
  splits into /vi and /en, this file and the `<html lang>` attribute both have
  to change together.

  `lastmod` values are the last commit date of each file — keep them honest,
  a sitemap that claims fresher dates than the content is a ranking liability
  rather than a help.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://stavely.app/</loc>
    <lastmod>2026-08-12</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://stavely.app/privacy</loc>
    <lastmod>2026-08-11</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://stavely.app/terms</loc>
    <lastmod>2026-08-03</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://stavely.app/delete-account</loc>
    <lastmod>2026-08-03</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
