<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the homepage is listed.

  /privacy, /terms and /delete-account are served by the SPA fallback, which returns the
  same index.html for every path — so each of them carries the homepage's canonical,
  title and description. Listing them told Google to crawl three URLs that then declare
  themselves duplicates of "/", which is worse than not listing them at all.

  Put them back once the build emits real per-route HTML with its own canonical.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://somedaylist.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
