<?xml version="1.0" encoding="UTF-8"?>
<!--
  NOTE: nycmuralarts.com is a hash-routed SPA (URLs are /#/medicine, /#/liv, etc).
  Google ignores everything after "#", so only the homepage is a distinct
  indexable URL. Listing clean paths like /medicine would render the homepage
  (duplicate content), so this sitemap intentionally lists the homepage only.
  To get each section indexed separately, switch the app from hash routing to
  history (clean-path) routing — that's the single biggest SEO lever here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://nycmuralarts.com/</loc>
    <lastmod>2026-06-22</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
