<?xml version="1.0" encoding="UTF-8"?>
<!--
  GENERATED FROM `PUBLIC_PAGES` in src/lib/seo.ts, minus `SITEMAP_EXCLUDED`.
  `tests/unit/seoRegistry.test.ts` fails if this file and that map disagree, so edit the map and
  regenerate rather than editing here.

  Only <loc> is present, and that is deliberate:
    - Google: "Google ignores <priority> and <changefreq> values."
    - Google uses <lastmod> only "if it's consistently and verifiably accurate". A hardcoded date
      stops being accurate the first time a page changes, and an unreliable lastmod trains crawlers
      to disregard the field. No date beats a wrong one.
  https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap

  Signed-in screens, the owner portal and the token-gated share links (/s/, /trail/) are absent
  here AND disallowed in robots.txt. For this app an indexed account page is a safety failure, not
  an SEO one.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://www.opnightlight.com/</loc></url>
  <url><loc>https://www.opnightlight.com/learn-more</loc></url>
  <url><loc>https://www.opnightlight.com/sponsors</loc></url>
  <url><loc>https://www.opnightlight.com/signup</loc></url>
  <url><loc>https://www.opnightlight.com/privacy</loc></url>
  <url><loc>https://www.opnightlight.com/terms</loc></url>
  <url><loc>https://www.opnightlight.com/messaging-policy</loc></url>
</urlset>
