<?xml version="1.0" encoding="UTF-8"?>
<!--
  Kabja Concepts image sitemap — TEMPLATE.
  Phase 4: populate one <image:image> per REAL on-page image after the WebP +
  descriptive-filename pass lands (see SEO-IMPLEMENTATION.md PART 2 image/alt notes).
  Generate programmatically: walk the live HTML, extract each <img> src + alt, emit
  <image:loc> (absolute) + <image:caption>. Repeat one <url> block per page that
  carries real images (branding, photo-video, graphic-design, web-apps, social,
  culinary, dental, realty, enterprise, fitness, fitness-portfolio, culinary-site-examples).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
  <url>
    <loc>https://kabjaconcepts.com/branding</loc>
    <image:image>
      <image:loc>https://kabjaconcepts.com/images/kabja-brand-book-spread.webp</image:loc>
      <image:caption>Brand book spread designed by Kabja Concepts, New York</image:caption>
    </image:image>
    <!-- one image:image per real image on the page -->
  </url>
  <!-- repeat per page that has real images -->
</urlset>
