<?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"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">

  <!-- Homepage - Highest priority -->
  <url>
    <loc>https://itscakeparty.com/</loc>
    <lastmod>2024-01-01T00:00:00+00:00</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <image:image>
      <image:loc>https://itscakeparty.com/logo.png</image:loc>
      <image:title>Its Cake Party - Homemade Bakery Logo</image:title>
      <image:caption>Its Cake Party is a family-owned bakery dedicated to creating delicious homemade treats</image:caption>
    </image:image>
  </url>

  <!-- Products Page - High priority -->
  <url>
    <loc>https://itscakeparty.com/products</loc>
    <lastmod>2024-01-01T00:00:00+00:00</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Contact Page - Medium-high priority -->
  <url>
    <loc>https://itscakeparty.com/contact</loc>
    <lastmod>2024-01-01T00:00:00+00:00</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Cart Page - Medium priority -->
  <url>
    <loc>https://itscakeparty.com/cart</loc>
    <lastmod>2024-01-01T00:00:00+00:00</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Individual Product Categories - if applicable -->
  <url>
    <loc>https://itscakeparty.com/products?category=cakes</loc>
    <lastmod>2024-01-01T00:00:00+00:00</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://itscakeparty.com/products?category=pastries</loc>
    <lastmod>2024-01-01T00:00:00+00:00</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://itscakeparty.com/products?category=cookies</loc>
    <lastmod>2024-01-01T00:00:00+00:00</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://itscakeparty.com/products?category=cupcakes</loc>
    <lastmod>2024-01-01T00:00:00+00:00</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://itscakeparty.com/products?category=brownies</loc>
    <lastmod>2024-01-01T00:00:00+00:00</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://itscakeparty.com/products?category=desserts</loc>
    <lastmod>2024-01-01T00:00:00+00:00</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://itscakeparty.com/products?category=muffins</loc>
    <lastmod>2024-01-01T00:00:00+00:00</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Static Resources -->
  <url>
    <loc>https://itscakeparty.com/manifest.json</loc>
    <lastmod>2024-01-01T00:00:00+00:00</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://itscakeparty.com/robots.txt</loc>
    <lastmod>2024-01-01T00:00:00+00:00</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.1</priority>
  </url>

</urlset>