<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Homepage -->
  <url>
    <loc>https://fitbooking.sk/</loc>
    <lastmod>2024-10-22</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Static pages -->
  <url>
    <loc>https://fitbooking.sk/faq</loc>
    <lastmod>2024-10-22</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://fitbooking.sk/contact</loc>
    <lastmod>2024-10-22</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://fitbooking.sk/privacy</loc>
    <lastmod>2024-10-22</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>

  <!--
    NOTE: Trainer URLs should be dynamically generated

    To generate trainer URLs automatically:
    1. Create a script that queries your Supabase database
    2. Get all approved trainers with their slugs
    3. Generate URLs like: https://fitbooking.sk/trainer/[slug]

    Example script location: scripts/generate-sitemap.js

    For now, add trainer URLs manually as they are created:

    <url>
      <loc>https://fitbooking.sk/trainer/peter-horvath</loc>
      <lastmod>2024-10-22</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.8</priority>
    </url>
  -->

</urlset>
