<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml

  Purpose: Helps search engines discover and index all pages on the site
  Update the <lastmod> dates when pages are changed
  Add new <url> entries as new pages are created
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://samuelpollock.com/</loc>
    <lastmod>2026-07-26</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <!-- Add additional pages here as they are created -->
</urlset>
