<?xml version="1.0" encoding="UTF-8"?>
<!--
  travelerryo.com is a single-page app: every language renders the SAME
  HTML and only the client-side i18n module swaps strings at runtime.
  Including ?lang=xx URLs as hreflang alternates caused Google Search
  Console to flag them as "Alternate page (with proper canonical)" —
  duplicates of /, which is correct but noisy. Keep the sitemap to
  one URL per actual document and let the on-page canonical tag do
  the deduping.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://travelerryo.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://travelerryo.com/fans-guide.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://travelerryo.com/vote.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
