<?xml version="1.0" encoding="UTF-8"?>
<!-- Uwaga: /payment i /dashboard są chronione; rozważ usunięcie ich z sitemapy,
     żeby nie marnować budżetu crawl i nie mylić botów. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Landing -->
  <url>
    <loc>https://employ-ed.vercel.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Webinars -->
  <url>
    <loc>https://employ-ed.vercel.app/webinars</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Catalog -->
  <url>
    <loc>https://employ-ed.vercel.app/categories</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://employ-ed.vercel.app/courses</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Auth (zwykle niska wartość dla SEO) -->
  <url>
    <loc>https://employ-ed.vercel.app/register</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://employ-ed.vercel.app/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
