<?xml version="1.0" encoding="UTF-8"?>
<!--
  The eight public PAGES (MAI-133; /transfer joined with MAI-147, /news with MAI-170).
  Kept in step with src/seo.json by src/seo.test.ts — a route added to the catalog without
  a line here, or a line here for a `noindex` route, fails the unit suite. No lastmod or
  priority: neither is honest without a real publish date, and both are hints Google
  ignores. Per-visitor surfaces (M3's /t/{code}) and app chrome never belong here.

  Renamed from sitemap.xml by MAI-253, which made /sitemap.xml a sitemap INDEX over this
  file and /sitemap-news.xml. `/news` is still one line here — the section's own page —
  while the posts under it are listed per request by the newsPage function, which is the
  half a hand-written file could never do: posts publish without a deploy, so a per-post
  line in a checked-in file could only ever describe yesterday's news.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://maintano.app/</loc></url>
  <url><loc>https://maintano.app/pricing</loc></url>
  <url><loc>https://maintano.app/transfer</loc></url>
  <url><loc>https://maintano.app/news</loc></url>
  <url><loc>https://maintano.app/privacy</loc></url>
  <url><loc>https://maintano.app/terms</loc></url>
  <url><loc>https://maintano.app/delete-account</loc></url>
  <url><loc>https://maintano.app/contact-us</loc></url>
</urlset>
