<?xml version="1.0" encoding="UTF-8"?>
<!--
  Image Sitemap for Garrett's Websites
  Following Google Image Sitemap Protocol
  https://developers.google.com/search/docs/crawling-indexing/sitemaps/image-sitemaps
  
  Note: Only includes images with stable public URLs.
  Badge images in src/assets/ are bundled by Vite and cannot be referenced by URL.
  Portfolio images are stored in Supabase storage and should be added dynamically.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
  
  <!-- Homepage Images -->
  <url>
    <loc>https://www.garrettswebsites.com/</loc>
    <image:image>
      <image:loc>https://www.garrettswebsites.com/garrett-photo.jpg</image:loc>
      <image:title>Garrett Handley - Web Designer</image:title>
      <image:caption>Garrett Handley, owner of Garrett's Websites, professional web designer in New Hampshire</image:caption>
    </image:image>
  </url>
  
  <!-- About Page -->
  <url>
    <loc>https://www.garrettswebsites.com/about</loc>
    <image:image>
      <image:loc>https://www.garrettswebsites.com/garrett-photo.jpg</image:loc>
      <image:title>Garrett Handley - About</image:title>
      <image:caption>Garrett Handley, award-winning web designer based near Concord, New Hampshire</image:caption>
    </image:image>
  </url>

</urlset>
