<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained, not generated: the two entries below are the only routes
  in src/screens/registry.ts's SCREENS array with real, unique, static-enough
  content to be worth a search engine's time (see DEVIATIONS.md). Every other
  route is either a guarded account/app screen, a step in the guest compose
  flow with no content of its own outside the flow, or the recipient's private
  /c?t=... card link, which robots.txt disallows outright rather than listing
  here as a non-indexable url. Add a new <url> only when a new route is
  genuinely public and has something of its own to say: a sitemap padded
  with thin pages is worse than a short honest one.

  Plain ASCII in this comment on purpose, the same reason robots.txt and
  llms.txt are: checked live, and an em dash rendered as mojibake wherever
  this file was served as bare text rather than parsed as XML. A literal "- -"
  (two hyphens run together) is avoided too, for a different reason: it is
  not merely ugly inside an XML comment, it is invalid XML and breaks the
  parse entirely, caught the same way.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://sincerio.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://sincerio.app/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
