<?xml version="1.0" encoding="UTF-8"?>
<!--
  SITEMAP INDEX for WOXY Health (www.woxy.ca)
  ─────────────────────────────────────────────────────────────────────────────
  This file is a sitemap index that references three child sitemaps:

  1. STATIC SITEMAP
     https://www.woxy.ca/sitemap-static.xml
     -> Covers all static pages (EN + ZH + ZH-CN language variants)
     -> Updated manually on each deployment

  2. DYNAMIC BLOG SITEMAP (primary - recommended for Google Search Console)
     https://www.woxy.ca/sitemap-blog.xml
     -> Includes ALL published blog posts (fetched live from Supabase)
     -> Updated automatically whenever a new blog post is published
     -> Supports EN + ZH (zh-Hant) + ZH-CN (zh-CN) language variants
     -> Cached for 1 hour on Supabase CDN

  GOOGLE SEARCH CONSOLE: Submit the static sitemap URL and the dynamic blog sitemap URL for full coverage.
  ─────────────────────────────────────────────────────────────────────────────
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Static pages (all site pages, EN + ZH + ZH-CN) -->
  <sitemap>
    <loc>https://www.woxy.ca/sitemap-static.xml</loc>
    <lastmod>2026-05-02T19:57:47.610Z</lastmod>
  </sitemap>

  <!-- Dynamic blog sitemap: ALL published blog posts, 3 language variants each -->
  <sitemap>
    <loc>https://www.woxy.ca/sitemap-blog.xml</loc>
    <lastmod>2026-05-02T19:57:47.610Z</lastmod>
  </sitemap>

</sitemapindex>