<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public, indexable routes only. Deliberately excluded:
    /library /calendar /stats /lists /profile — require sign-in, nothing to index.
    /share/:userId — per-user public libraries; personal content that should not
                     be pulled into search results.
  `lastmod` is intentionally omitted: a hardcoded date nobody remembers to bump
  is worse than none, and Google ignores lastmod values it doesn't trust.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://filmtrack.pp.ua/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://filmtrack.pp.ua/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://filmtrack.pp.ua/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
