<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the three surfaces that mean anything to a signed-out visitor. Country
  and year pages are per-account and render client-side, so listing them would
  advertise empty shells.

  NOTE: the app is a client-rendered SPA — a crawler fetching / sees one word of
  text. This file makes the site addressable; it does not make it indexable.
  That needs pre-rendered content, which is a separate piece of work.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://viatrove.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://viatrove.com/legal/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://viatrove.com/legal/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
