<?xml version="1.0" encoding="UTF-8"?>
<!--
  Image sitemap for Bad Boys Zeus / CheckTheStar press assets.
  Lists every publicly-served image with title + caption so Google Images
  can index them with proper context.

  Spec: https://developers.google.com/search/docs/crawling-indexing/sitemaps/image-sitemaps
  Note: gallery photos in src/assets/* are bundled with content hashes by Vite
  and do not have stable URLs — they're surfaced via in-page <img> tags and
  picked up by Googlebot directly. Only stable /public/ assets are listed here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

  <!-- Homepage / EPK — primary press-photo surface -->
  <url>
    <loc>https://checkthestar.com/</loc>

    <image:image>
      <image:loc>https://checkthestar.com/checkthestar-og-image.jpg</image:loc>
      <image:title>Bad Boys Zeus — Official CheckTheStar Docu-Series Key Art</image:title>
      <image:caption>Official key art for Bad Boys Zeus, the upcoming CheckTheStar docu-series premiering on the Bad Boys network.</image:caption>
    </image:image>

    <image:image>
      <image:loc>https://checkthestar.com/videos/hero-poster-1.jpg</image:loc>
      <image:title>CheckTheStar — Hero Poster 1 (Bad Boys Zeus Promo)</image:title>
      <image:caption>Promotional hero still featuring CheckTheStar from the Bad Boys Zeus docu-series teaser.</image:caption>
    </image:image>

    <image:image>
      <image:loc>https://checkthestar.com/videos/hero-poster-2.jpg</image:loc>
      <image:title>CheckTheStar — Hero Poster 2 (Bad Boys Zeus Promo)</image:title>
      <image:caption>Behind-the-scenes hero still of CheckTheStar on set during Bad Boys Zeus production.</image:caption>
    </image:image>

    <image:image>
      <image:loc>https://checkthestar.com/videos/hero-poster-4.jpg</image:loc>
      <image:title>CheckTheStar — Hero Poster 4 (Bad Boys Zeus Promo)</image:title>
      <image:caption>Studio-session hero still of CheckTheStar from the Bad Boys Zeus docu-series.</image:caption>
    </image:image>

    <image:image>
      <image:loc>https://checkthestar.com/videos/hero-poster-5.jpg</image:loc>
      <image:title>CheckTheStar — Hero Poster 5 (Bad Boys Zeus Promo)</image:title>
      <image:caption>Live-performance hero still of CheckTheStar tied to the Bad Boys Zeus premiere campaign.</image:caption>
    </image:image>
  </url>

  <!-- Booking / press inquiry page reuses the OG image as social preview -->
  <url>
    <loc>https://checkthestar.com/booking</loc>
    <image:image>
      <image:loc>https://checkthestar.com/checkthestar-og-image.jpg</image:loc>
      <image:title>Book CheckTheStar — Bad Boys Zeus Press &amp; Booking</image:title>
      <image:caption>Press, booking, and screener-request artwork featuring Bad Boys Zeus key art.</image:caption>
    </image:image>
  </url>

  <!-- Blog index reuses the OG image as social preview -->
  <url>
    <loc>https://checkthestar.com/blog</loc>
    <image:image>
      <image:loc>https://checkthestar.com/checkthestar-og-image.jpg</image:loc>
      <image:title>CheckTheStar Blog — Bad Boys Zeus News &amp; Press</image:title>
      <image:caption>Editorial coverage hub for Bad Boys Zeus and CheckTheStar press updates.</image:caption>
    </image:image>
  </url>

</urlset>
