<?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"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
                            http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
  
  <!-- Homepage - Highest Priority -->
  <url>
    <loc>https://calenso.thinkpixel.org/</loc>
    <lastmod>2024-12-10</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <image:image>
      <image:loc>https://calenso.thinkpixel.org/og-image.png</image:loc>
      <image:title>Calenso - Smart Scheduling Made Simple</image:title>
      <image:caption>Free online scheduling and appointment booking software</image:caption>
    </image:image>
  </url>
  
  <!-- 
    Note: User profile pages (/{username}) and booking pages (/{username}/{eventId})
    are dynamically generated. For a complete sitemap, you should:
    1. Generate these URLs server-side from your database
    2. Use a sitemap generator script that queries your API
    3. Consider using a dynamic sitemap endpoint
    
    Example dynamic URLs to add:
    <url>
      <loc>https://calenso.thinkpixel.org/johndoe</loc>
      <lastmod>2024-12-10</lastmod>
      <changefreq>daily</changefreq>
      <priority>0.8</priority>
    </url>
  -->
  
</urlset>
