<?xml version="1.0" encoding="UTF-8"?>
<!--
  SITEMAP INDEX
  
  This is a sitemap index that organizes URLs into separate sitemap files for better SEO performance.
  
  The sitemaps are dynamically generated from the database and include:
  - Static Pages: 12 main website pages (homepage, about, contact, etc.)
  - Products: 57+ product pages (live and overstock items)
  - Manufacturers: 8+ manufacturer brand pages
  - Blog Posts: 37+ published blog articles
  
  Total URLs: 114+ (automatically updated as content changes)
  
  Each sub-sitemap is generated dynamically using Supabase Edge Functions:
  - Static: https://ahrzueynqmqctcimgvyo.supabase.co/functions/v1/generate-sitemap?type=static
  - Products: https://ahrzueynqmqctcimgvyo.supabase.co/functions/v1/generate-sitemap?type=products
  - Manufacturers: https://ahrzueynqmqctcimgvyo.supabase.co/functions/v1/generate-sitemap?type=manufacturers
  - Blog: https://ahrzueynqmqctcimgvyo.supabase.co/functions/v1/generate-sitemap?type=blog
  
  Benefits:
  - Better organization and maintainability
  - Improved crawl efficiency for search engines
  - Automatic updates when content changes
  - Cached for 1 hour for optimal performance
  - Accurate lastmod dates from database
  
  For SEO purposes, submit this sitemap index URL to Google Search Console:
  https://www.diabeticbuyback.com/sitemap.xml
  
  Or use the dynamic sitemap index endpoint:
  https://ahrzueynqmqctcimgvyo.supabase.co/functions/v1/generate-sitemap
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  
  <!-- Static Website Pages (9 URLs) -->
  <sitemap>
    <loc>https://ahrzueynqmqctcimgvyo.supabase.co/functions/v1/generate-sitemap?type=static</loc>
    <lastmod>2026-01-06</lastmod>
  </sitemap>
  
  <!-- Product Pages (57+ URLs) -->
  <sitemap>
    <loc>https://ahrzueynqmqctcimgvyo.supabase.co/functions/v1/generate-sitemap?type=products</loc>
    <lastmod>2026-01-06</lastmod>
  </sitemap>
  
  <!-- Manufacturer Pages (8+ URLs) -->
  <sitemap>
    <loc>https://ahrzueynqmqctcimgvyo.supabase.co/functions/v1/generate-sitemap?type=manufacturers</loc>
    <lastmod>2026-01-06</lastmod>
  </sitemap>
  
  <!-- Blog Post Pages (37+ URLs) -->
  <sitemap>
    <loc>https://ahrzueynqmqctcimgvyo.supabase.co/functions/v1/generate-sitemap?type=blog</loc>
    <lastmod>2026-01-06</lastmod>
  </sitemap>
  
</sitemapindex>
