<?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 publisher logo so Google has a known
      brand asset for the search result card / favicon discovery
-->
<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://mccodewadsworth.com/</loc>
        <lastmod>2026-05-05</lastmod>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
        <image:image>
            <image:loc>https://mccodewadsworth.com/ancillary/images/006-publisher-logo.png</image:loc>
            <image:title>McCode-Wadsworth</image:title>
            <image:caption>McCode-Wadsworth publisher logo</image:caption>
        </image:image>

    </url>

</urlset>
