<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap — manually maintained.

  A dynamic app/sitemap.ts would be the idiomatic Next.js approach, but the
  metadata-route loader fails to build when the project path contains an
  apostrophe ("Mom's biz"). Until the project moves to an apostrophe-free
  path, keep this file in sync by hand: add a <url> block whenever a new
  indexable page ships (SEO landing pages, templates, etc.).

  Excluded on purpose: /upgrade/success and /api/* (both Disallowed in
  public/robots.txt).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://roue.io/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://roue.io/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://roue.io/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://roue.io/refund</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://roue.io/restore</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://roue.io/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://roue.io/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
