<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only URLs that actually serve indexable HTML belong here.

  Right now that is exactly one: `/`, which vercel.json rewrites to
  api/landing.ts — a real server-rendered page with title, description,
  canonical, Open Graph and semantic headings.

  Every other URL is served one shared app shell (web.output "single") that
  renders as an empty JS frame and carries <meta name="robots" content=
  "noindex,follow">, so listing any of them here would submit a blank page to
  Google. Add routes as they gain real content — see the notes at the top of
  scripts/seo-postbuild.js for what has to change first.

  Note: /_sitemap is expo-router's internal dev route, not this file. The
  post-build script deletes it, so that URL falls through to the app shell and
  returns HTML. Never submit it to Search Console.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://routimeapp.com/</loc>
    <lastmod>2026-09-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
