<?xml version="1.0" encoding="UTF-8"?>
<!--
  Image sitemap for getmooncake.com.

  Why a separate file: @astrojs/sitemap doesn't emit image entries, but
  Google supports a dedicated image sitemap referenced from robots.txt.
  This makes the homepage product screenshots (and the OG card) explicitly
  indexable for Google Images, where queries like "personal CRM app
  screenshot" or "journal app interface" can land traffic.

  These locs must match the images actually rendered on the page at <loc>.
  The homepage now shows the three App Store slides (store-1..3.png); the
  old screenshot jpegs were retired, so they're removed here too.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
  <url>
    <loc>https://getmooncake.com/</loc>
    <image:image>
      <image:loc>https://getmooncake.com/screenshots/store-1.png</image:loc>
      <image:title>Mooncake — think out loud about the people in your life</image:title>
      <image:caption>A calm chat journal that quietly remembers the people you mention.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://getmooncake.com/screenshots/store-2.png</image:loc>
      <image:title>Mooncake — your people, remembered</image:title>
      <image:caption>Everyone you've talked about, and how close they are to you.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://getmooncake.com/screenshots/store-3.png</image:loc>
      <image:title>Mooncake — what you share becomes memory</image:title>
      <image:caption>Each detail kept with a pointer back to your own words.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://getmooncake.com/og.png</image:loc>
      <image:title>Mooncake — an app that remembers the people in your life</image:title>
      <image:caption>The Open Graph card for getmooncake.com.</image:caption>
    </image:image>
  </url>
</urlset>
