<?xml version="1.0" encoding="UTF-8"?>
<!--
  The pages worth indexing (F-250). Answered 200 with the app shell until
  2026-08-11, which is a hard error for anything that parses it as XML.

  Three URLs, not every public route. /login and /signup are public but they
  are function rather than content, and listing them invites a crawler to index
  a form. Everything else in the app is behind a session.

  No <lastmod>: it is optional, and a hardcoded date in a static file is a
  claim that decays silently — exactly the kind this repo keeps having to
  correct. Nothing here generates it, so nothing here asserts it.

  scripts/origin-contract.test.mjs checks every URL below against robots.txt
  and against the real route table, because a sitemap that advertises a
  disallowed or nonexistent URL is worse than no sitemap at all.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://itrippy.net/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://itrippy.net/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://itrippy.net/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
