<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap. This is a client-rendered SPA (@tanstack/react-router) whose
  vercel.ts rewrites every no-file path to /index.html, so there is no build-time
  route enumeration. List the public, indexable routes by hand and keep in sync
  with src/router.tsx. Excluded on purpose: /v/$id (per-video studio pages).
  The /guides/* surface is a separate CF Pages origin with its own content and
  sitemap — only the hub root is listed here. Files in public/ are served before
  the SPA fallback rewrite.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://viframes.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://viframes.com/videos</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://viframes.com/guides</loc>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
