<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/sitemap.xsl"?>
<!--
  WooCommerce Cart – Blog Sitemap
  Add new blog post URLs here as you publish content.
  Submit to Google Search Console: https://woocommercecart.com/sitemap-blog.xml
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">

  <!--
    HOW TO ADD BLOG POSTS:
    Copy the <url> block below and fill in:
    - <loc>  = full URL of the blog post
    - <lastmod> = date last modified (YYYY-MM-DD)
    - <changefreq> = how often content changes
    - <priority> = 0.0 to 1.0 (0.7 recommended for blog posts)
  -->

  <!-- Example entries – replace with your actual blog posts -->
  <url>
    <loc>https://woocommercecart.com/blog/woocommerce-speed-optimization-guide</loc>
    <lastmod>2026-03-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://woocommercecart.com/blog/wordpress-maintenance-checklist</loc>
    <lastmod>2026-02-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://woocommercecart.com/blog/woocommerce-cart-abandonment-fixes</loc>
    <lastmod>2026-02-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://woocommercecart.com/blog/core-web-vitals-woocommerce</loc>
    <lastmod>2026-01-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://woocommercecart.com/blog/custom-woocommerce-plugin-development</loc>
    <lastmod>2026-01-10</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

</urlset>
