<?xml version="1.0" encoding="UTF-8"?>
<!--
  The prerendered marketing pages only — app routes are excluded on purpose
  (see public/robots.txt). Kept in sync with `marketingRoutes` in src/router.js
  by src/lib/sitemap.spec.js, which fails the suite if a route is added here
  and not there, or vice versa.

  No <lastmod>: a hand-maintained date goes stale and a wrong one is worse than
  none, since that's the field crawlers actually weigh. <changefreq>/<priority>
  are omitted for the same reason — Google ignores both.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://roamtally.com/</loc>
  </url>
  <url>
    <loc>https://roamtally.com/pricing</loc>
  </url>
  <url>
    <loc>https://roamtally.com/faq</loc>
  </url>
  <url>
    <loc>https://roamtally.com/contact</loc>
  </url>
  <url>
    <loc>https://roamtally.com/privacy</loc>
  </url>
  <url>
    <loc>https://roamtally.com/terms</loc>
  </url>
</urlset>
