<?xml version="1.0" encoding="UTF-8"?>
<!--
  The three routes src/lib/router.tsx renders, which is the whole site.
  Keep this in step with ROUTE_META in worker/seo.ts — tests/seo.test.ts fails
  if a route is added to one and not the other.

  <lastmod> is the date that page's copy last changed, not the date of any
  deploy. Update it when you edit the page; a lastmod Google learns to distrust
  is worse than no lastmod at all. changefreq and priority are omitted on
  purpose — Google ignores both.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://inboxbid.lol/</loc>
    <lastmod>2026-08-22</lastmod>
  </url>
  <url>
    <loc>https://inboxbid.lol/rules</loc>
    <lastmod>2026-08-22</lastmod>
  </url>
  <url>
    <loc>https://inboxbid.lol/about</loc>
    <lastmod>2026-08-22</lastmod>
  </url>
</urlset>
