<?xml version="1.0" encoding="UTF-8"?>
<!--
  Youtab AI (youtab.io) — sitemap.
  Public / indexable pages only. Auth pages, transactional flows (OAuth,
  verify, reset, welcome), and the internal admin surfaces are
  deliberately excluded so Google doesn't waste crawl budget on
  short-lived or gated URLs. Update this file whenever a new public
  route is added.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Root landing / marketing home -->
  <url>
    <loc>https://youtab.io/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- PC (desktop) sign-in / product entry -->
  <url>
    <loc>https://youtab.io/pc/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Mobile sign-in / product entry -->
  <url>
    <loc>https://youtab.io/mobile/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Legal (GDPR / consent gates link here from every product surface) -->
  <url>
    <loc>https://youtab.io/privacy/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://youtab.io/terms/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
