<?xml version="1.0" encoding="UTF-8"?>
<!--
  ════════════════════════════════════════════════════════════
  sitemap.xml — The Sky Lit Up
  ────────────────────────────────────────────────────────────
  Single-page site, so the sitemap is minimal: one canonical
  URL pointing at the homepage.

  WORKFLOW:
    1. Once DNS for theskylitup.com points here, submit
       https://theskylitup.com/sitemap.xml to:
         - Google Search Console  (search.google.com/search-console)
         - Bing Webmaster Tools   (bing.com/webmasters)
    2. Bump <lastmod> whenever the homepage changes meaningfully
       (new release, lineup change, big design update). Google
       uses lastmod to decide how often to re-crawl.
    3. When more pages are added (e.g. /desert-garden/, /press/,
       /lyrics/), add a <url> block for each below.

  Notes:
    - <changefreq> and <priority> are largely ignored by Google
      these days, but retained here for Bing/DDG and convention.
    - The URLs in this file MUST match the live domain. If you
      ever serve this from nivensa.com instead, change <loc>
      accordingly or crawlers will reject the sitemap.
  ════════════════════════════════════════════════════════════
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://theskylitup.com/</loc>
    <lastmod>2026-05-22</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

</urlset>
