<?xml version="1.0" encoding="UTF-8"?>
<!--
  CC Studio sitemap.xml
  =====================
  Update this file whenever you publish a new blog post:
  1. Duplicate the <url> block in the Blog section
  2. Set the <loc> to the new post URL
  3. Set <lastmod> to today's date (YYYY-MM-DD)
  4. Upload sitemap.xml to Netlify alongside your new post

  Submit to Google Search Console after first publish:
  https://search.google.com/search-console
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- ── Core pages ── -->
  <url>
    <loc>https://getccstudio.com/</loc>
    <lastmod>2026-04-28</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://getccstudio.com/blog/</loc>
    <lastmod>2026-04-28</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- ── Blog posts ── -->
  <!-- Add a new <url> block here each time you publish a post -->

  <url>
    <loc>https://getccstudio.com/blog/why-b2b-positioning-fails</loc>
    <lastmod>2026-04-28</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.7</priority>
  </url>

  <!--
  TEMPLATE — copy this block and fill in for each new post:

  <url>
    <loc>https://getccstudio.com/blog/YOUR-POST-SLUG-HERE</loc>
    <lastmod>YYYY-MM-DD</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.7</priority>
  </url>
  -->

</urlset>
