<?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"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

    <!-- Home Page -->
    <url>
        <loc>https://geminshoppe.com/</loc>
        <lastmod>2025-01-01</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Products Page -->
    <url>
        <loc>https://geminshoppe.com/products</loc>
        <lastmod>2025-01-01</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- 
    NOTE: This is a static sitemap placeholder.
    
    For a dynamic sitemap that includes all products and categories:
    1. Create a server-side script to fetch from Sanity CMS
    2. Generate XML dynamically with product slugs and categories
    3. Update lastmod dates automatically
    4. Consider using a sitemap generator library
    
    Example dynamic URLs to add:
    - https://geminshoppe.com/product/[slug]
    - https://geminshoppe.com/category/[slug]
    -->

</urlset>

