<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
  
  <!-- Home Page -->
  <url>
    <loc>https://voraclothing.in/</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Shop Page -->
  <url>
    <loc>https://voraclothing.in/shop</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- About Page -->
  <url>
    <loc>https://voraclothing.in/about</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Contact Page -->
  <url>
    <loc>https://voraclothing.in/contact</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Track Order Page -->
  <url>
    <loc>https://voraclothing.in/track</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Policy Pages -->
  <url>
    <loc>https://voraclothing.in/policy/contact</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <url>
    <loc>https://voraclothing.in/policy/shipping</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <url>
    <loc>https://voraclothing.in/policy/terms</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <url>
    <loc>https://voraclothing.in/policy/cancellation</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <url>
    <loc>https://voraclothing.in/policy/privacy</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Auth Page -->
  <url>
    <loc>https://voraclothing.in/auth</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

  <!-- Note: Product pages should be dynamically generated
       To update this sitemap with actual product URLs:
       1. Run a script to fetch all products from Firestore
       2. Generate URLs like: https://voraclothing.in/shop/{product-slug}
       3. Set changefreq to "weekly" and priority to 0.8 for product pages
       
       Example product URL structure:
       <url>
         <loc>https://voraclothing.in/shop/product-name</loc>
         <lastmod>2024-01-15</lastmod>
         <changefreq>weekly</changefreq>
         <priority>0.8</priority>
         <image:image>
           <image:loc>https://firebasestorage.googleapis.com/.../product-image.jpg</image:loc>
           <image:caption>Product Name</image:caption>
         </image:image>
       </url>
  -->

</urlset>

