<?xml version="1.0" encoding="UTF-8"?>
<!--
  MyReeler — sitemap.xml
  =====================================================================
  Single-page Vite SPA. The only publicly-indexable URLs are the
  landing page and the public app entry (which still renders the
  hero + paste-link CTA before auth is required). Authenticated
  surfaces (/editor, /admin, etc.) are blocked in robots.txt and
  intentionally NOT listed here.

  Hebrew is the canonical locale (xhtml:link hreflang) per the
  hreflang tags in index.html. Update <lastmod> when the meta tags
  or JSON-LD on the landing page change.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://myreeler.com/</loc>
    <lastmod>2026-05-18</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="he-IL" href="https://myreeler.com/" />
    <xhtml:link rel="alternate" hreflang="he"    href="https://myreeler.com/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://myreeler.com/" />
  </url>

  <url>
    <loc>https://myreeler.com/app</loc>
    <lastmod>2026-05-18</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="he-IL" href="https://myreeler.com/app" />
    <xhtml:link rel="alternate" hreflang="he"    href="https://myreeler.com/app" />
  </url>

  <url>
    <loc>https://myreeler.com/llms.txt</loc>
    <lastmod>2026-05-18</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

</urlset>
