<?xml version="1.0" encoding="UTF-8"?>
<!--
  Deliberately minimal.

  `changefreq` and `priority` are ignored outright by Google, and `lastmod` is
  only honoured while it stays accurate, and a hand-written date on a static file
  rots the moment someone edits the page and forgets it, at which point the
  whole sitemap stops being trusted. A checked-in mtime would be no better: a
  CI clone stamps every file with the checkout time, so `lastmod` would read
  "today" on every deploy and mean nothing. Three honest <loc> entries beat
  four fields of decorative metadata.

  /app is omitted on purpose: it carries a `noindex` meta tag, and submitting a
  noindexed URL is reported by Search Console as an error rather than ignored.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://nudgeactivity.com/</loc></url>
  <url><loc>https://nudgeactivity.com/privacy</loc></url>
  <url><loc>https://nudgeactivity.com/terms</loc></url>
</urlset>
