<?xml version="1.0" encoding="UTF-8"?>
<!--
  Four URLs, and there will never be many more.

  FOUR has no public content to index: the feed needs an account, and the two routes that
  are public — a shared day and an invite link — are deliberately noindex (see robots.txt).
  What remains is the page describing the app and the three documents someone is entitled
  to read before deciding whether to trust it.

  A sitemap this small is still worth having: it is what tells Search Console the legal
  pages exist as pages, which is the thing Google's OAuth review could not find.

  No <lastmod>: a hand-maintained date is a date that goes stale and quietly lies. These
  change when the deploy changes, and Google recrawls them on its own schedule regardless.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://sayfour.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://sayfour.com/about</loc>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://sayfour.com/rules</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://sayfour.com/privacy</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://sayfour.com/terms</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://sayfour.com/guidelines</loc>
    <priority>0.5</priority>
  </url>
</urlset>
