<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static entries: the marketing page plus Terms/Privacy. Public booking pages
  (/:workspaceSlug/:eventSlug) are user-generated at runtime and can't be
  enumerated in a build-time static file — if you want those indexed too,
  add a server route (e.g. GET /sitemap-bookings.xml) that lists active,
  public event types from the database and reference it here or in
  robots.txt as an additional Sitemap: line.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://scheduler.aeonsynergies.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://scheduler.aeonsynergies.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://scheduler.aeonsynergies.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
