<?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
    - The canonical root URL (/) is listed — CloudFront's UriRewriteFunction
      rewrites it to /html/homepage.html at the edge
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

    <!-- Homepage (canonical root URL) -->
    <url>
        <loc>https://lyandcolin.com/</loc>
        <lastmod>2026-03-29</lastmod>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
    </url>

</urlset>
