<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public Sitemap Entry Point

  CANONICAL URL: https://imperfectamentebella.com/sitemap.xml
  IMPLEMENTATION: Redirects (307) to Supabase Edge Function

  When accessed:
  1. /sitemap.xml request arrives
  2. _redirects rule intercepts and transparently redirects (307) to Edge Function
  3. Edge Function returns dynamic XML with all published content

  The dynamic sitemap includes:
  - Static routes (home, blog, podcast, courses, store, about, contact)
  - All published blog posts (/blog/[slug])
  - All published podcast episodes (/podcast/[slug])
  - All published courses (/courses/[slug])
  - All published products (/store/[slug])

  Each entry includes:
  - loc (URL)
  - lastmod (when available)
  - priority (intelligent ranking)
  - changefreq (update frequency)

  robots.txt Sitemap directive points to: https://imperfectamentebella.com/sitemap.xml
  This is the ONLY public sitemap URL. Search engines use this canonical reference.

  Last updated: 2026-04-14
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- This file redirects to the dynamic sitemap endpoint -->
  <url>
    <loc>https://imperfectamentebella.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
