<?xml version="1.0" encoding="UTF-8"?>
<!--
    sitemap.xml — Search Engine Page Index
    Deployed to the root of the S3 frontend bucket.

    GUIDELINES:
    - Only list PUBLIC pages that should appear in search results
    - Admin/module pages are excluded (they carry noindex + robots.txt block)
    - Update <lastmod> when page content changes (W3C / ISO 8601)
    - The canonical root URL (/) is listed — CloudFront's UriRewriteFunction
      rewrites it to /html/h0-homepage.html at the edge
    - <image:image> declares the social/preview image so Google has a known
      brand asset for the search result card
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

    <!-- Homepage (canonical root URL) -->
    <url>
        <loc>https://lyandcolin.com/</loc>
        <lastmod>2026-05-26</lastmod>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
        <image:image>
            <image:loc>https://lyandcolin.com/ancillary/images/og-preview.png</image:loc>
            <image:title>Ly &amp; Colin</image:title>
            <image:caption>Ly &amp; Colin — getting married in Ho Chi Minh City on December 27, 2026</image:caption>
        </image:image>

    </url>

</urlset>
