<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every canonical, indexable URL on cinamour.app. Three of them, so this is a hand-
  maintained file rather than a generator: a build step to emit three static lines
  would be more code than the file it produces. When a /blog or /journal is added,
  swap this for a generated sitemap (see docs/seo.md).

  No <priority> and no <changefreq>: Google ignores both.

  <lastmod> maintenance rule. It is only worth anything while it stays true, so it is
  edited by hand, per URL, and never generated from a build or deploy timestamp.

  BUMP a page's lastmod for:
    - significant primary content changes
    - meaningful FAQ or copy changes
    - important structured-data changes
    - important link or content-architecture changes

  DO NOT bump it for:
    - colours, spacing, minor visual polish, insignificant CSS
    - build or deploy timestamps
    - accessibility attribute fixes that do not change what the page says
    - a change to some other page (bump only the URL that actually changed)

  Bump only the affected <url> block, never all three at once. If a date can no
  longer be trusted, delete the element rather than leaving a stale or invented one.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://cinamour.app/</loc>
    <lastmod>2026-08-14</lastmod>
  </url>
  <url>
    <loc>https://cinamour.app/terms</loc>
    <lastmod>2026-08-14</lastmod>
  </url>
  <url>
    <loc>https://cinamour.app/privacy</loc>
    <lastmod>2026-08-14</lastmod>
  </url>
</urlset>
