<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand written on purpose. Two pages did not justify adding @astrojs/sitemap
  and the package-lock churn that comes with it.

  Two rules when this changes:
    1. Add a <url> block for every new file in src/pages, except 404.astro.
    2. Keep each <loc> byte-identical to the canonical tag that page emits,
       trailing slash included. A sitemap that disagrees with the canonical
       is worse than no sitemap.

  Reason this exists at all: 35 old WordPress URLs went to 404 on August 8,
  2026. This is the fastest way to tell Google which two survived.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://lincolnheadshotcompany.com/</loc>
    <lastmod>2026-08-10</lastmod>
  </url>
  <url>
    <loc>https://lincolnheadshotcompany.com/professional-headshots-lincoln-ne/</loc>
    <lastmod>2026-08-10</lastmod>
  </url>
</urlset>
