<?xml version="1.0" encoding="UTF-8"?>
<!--
  ============================================================================
  Zuli sitemap + Google image sitemap
  ============================================================================
  The <image:image> entries are what tell Google Images which files to crawl on
  a page. Without them the crawler still finds images via <img> tags, but a
  sitemap gets them discovered faster and covers images it might otherwise miss.

  NOTE ON DEPRECATED TAGS: Google dropped support for <image:caption>,
  <image:title>, <image:geo_location> and <image:license> in 2022 — only
  <image:loc> is read now. The human-readable descriptions live on the page
  itself (alt text + <figcaption>) and in its JSON-LD, which is where Google
  actually reads them from.

  MAINTENANCE: adding a screenshot means adding it here AND in
  app-screenshots.html (figure block + JSON-LD ImageObject). Also bump
  <lastmod> on the page whose content changed.
  ============================================================================
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

  <!-- Landing page -->
  <url>
    <loc>https://zuli-ai-calorie.netlify.app/</loc>
    <lastmod>2026-08-04</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <image:image>
      <image:loc>https://zuli-ai-calorie.netlify.app/logo_512.png</image:loc>
    </image:image>
    <image:image>
      <image:loc>https://zuli-ai-calorie.netlify.app/Screenshot_20260321_121022_AI%20Calorie%20Dev.jpg</image:loc>
    </image:image>
  </url>

  <!-- App screenshot gallery — the page that exists to get these into Google Images -->
  <url>
    <loc>https://zuli-ai-calorie.netlify.app/app-screenshots</loc>
    <lastmod>2026-08-04</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
    <image:image>
      <image:loc>https://zuli-ai-calorie.netlify.app/screenshots/zuli-ai-calorie-tracker-daily-dashboard.png</image:loc>
    </image:image>
    <image:image>
      <image:loc>https://zuli-ai-calorie.netlify.app/screenshots/zuli-edit-food-entry-macros-portion-size.png</image:loc>
    </image:image>
    <image:image>
      <image:loc>https://zuli-ai-calorie.netlify.app/screenshots/zuli-weekly-protein-insights-chart.png</image:loc>
    </image:image>
    <image:image>
      <image:loc>https://zuli-ai-calorie.netlify.app/screenshots/zuli-macro-breakdown-monthly-calendar-heatmap.png</image:loc>
    </image:image>
    <image:image>
      <image:loc>https://zuli-ai-calorie.netlify.app/screenshots/zuli-settings-daily-calorie-and-macro-goals.png</image:loc>
    </image:image>
    <image:image>
      <image:loc>https://zuli-ai-calorie.netlify.app/screenshots/zuli-settings-dark-mode-export-data-privacy.png</image:loc>
    </image:image>
    <image:image>
      <image:loc>https://zuli-ai-calorie.netlify.app/screenshots/zuli-ai-calorie-tracker-dashboard-dark-mode.png</image:loc>
    </image:image>
    <image:image>
      <image:loc>https://zuli-ai-calorie.netlify.app/screenshots/zuli-calories-left-macro-goal-progress.png</image:loc>
    </image:image>
    <image:image>
      <image:loc>https://zuli-ai-calorie.netlify.app/screenshots/zuli-weekly-calorie-insights-line-chart.png</image:loc>
    </image:image>
    <image:image>
      <image:loc>https://zuli-ai-calorie.netlify.app/screenshots/zuli-onboarding-personal-details-step-1.png</image:loc>
    </image:image>
  </url>

  <!-- Legal / account pages -->
  <url>
    <loc>https://zuli-ai-calorie.netlify.app/privacy</loc>
    <lastmod>2026-08-04</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://zuli-ai-calorie.netlify.app/terms</loc>
    <lastmod>2026-08-04</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://zuli-ai-calorie.netlify.app/delete-account</loc>
    <lastmod>2026-08-04</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
