<?xml version="1.0" encoding="UTF-8"?>
<!--
  AUDITED SHRINK 2026-08-23 (Opie): 4 urls -> 1. This is a deliberate, evidence-backed reduction,
  not an accidental one, so it is recorded here rather than done silently.

  REMOVED, each measured 404 on the domain this sitemap names:
    /about/     404
    /services/  404
    /contact/   404
  None of them exists. The docroot holds index.php and asset directories only - there is no
  about/, services/ or contact/ directory and no about.php/contact.php. This is a SINGLE-PAGE
  site whose homepage publishes zero internal links.

  Those three URLs previously did not even 404 cleanly: an .htaccess rule pair appended .php to
  extensionless paths and then 301'd .php back off again, so every one of them - and every other
  nonexistent path on the site - entered an INFINITE REDIRECT LOOP (measured: 301, hops=50).
  That was fixed in .htaccess the same day; nonexistent paths now return 404 hops<=2.

  lastmod is the real mtime of the file that produces the page, not a stamp of today. A blanket
  "today" forfeits the freshness signal the sitemap exists to carry.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://redbowart.com/</loc><lastmod>2026-08-22</lastmod><priority>1.0</priority></url>
</urlset>
