<?xml version="1.0" encoding="UTF-8"?>
<!--
  The complete public surface of momentcast.ai. It is four URLs, and that is not an
  omission: every workspace screen is a hash route behind the sign-in gate, so it has
  no crawlable URL of its own and nothing tenant-owned can be indexed.

  /product is the public product overview, and it is the "application home page" given
  to Google's OAuth brand verification — which rejected "/" for being a login page
  that did not explain the app. It has to stay public and crawlable.

  lastmod on the legal pages is the real "Last updated" date rendered on them
  (LegalPage.UPDATED). It is not invented, and it must be changed when that is.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://momentcast.ai/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://momentcast.ai/product</loc>
    <lastmod>2026-08-03</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://momentcast.ai/privacy</loc>
    <lastmod>2026-08-03</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://momentcast.ai/terms</loc>
    <lastmod>2026-08-03</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
