<?xml version="1.0" encoding="UTF-8"?>
<!--
  JAKKALS VIBES™ — sitemap.xml
  ────────────────────────────────────────────────────────────────────────────
  CRITICAL FIXES applied vs previous version:
  - All inner page URLs corrected from root-level (e.g. /biography.html)
    to actual /pages/ paths (e.g. /pages/biography.html). Previous sitemap
    had every inner page pointing to a 404 — Googlebot received no crawl
    guidance to real page URLs.
  - store.html included conditionally — only include if page serves content.
    If store.html is a placeholder, set <priority>0.0</priority> and
    changefreq to "yearly" until the page is production-ready, or remove it.
  - who-is-jakkals-vibes.html added — this is a brand defence / entity
    clarity page and should be indexed.
  - lastmod dates updated to reflect actual modification dates.
    Update these manually or via a build script on each deployment.
  ────────────────────────────────────────────────────────────────────────────
  FUTURE:
  - When individual song pages are built at /pages/songs/{slug}.html,
    add each to this sitemap or create a separate /sitemap-songs.xml and
    reference it in robots.txt.
  - When event pages are built at /pages/events/{slug}.html,
    add them to a /sitemap-events.xml.
  - Reference all sitemap files from robots.txt.
  ────────────────────────────────────────────────────────────────────────────
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

  <!-- Homepage -->
  <url>
    <loc>https://www.jakkalsvibes.com/</loc>
    <lastmod>2025-05-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Who Is Jakkals Vibes — brand defence / entity clarity page -->
  <url>
    <loc>https://www.jakkalsvibes.com/who-is-jakkals-vibes.html</loc>
    <lastmod>2025-05-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Discography — high-frequency content, update when new music drops -->
  <url>
    <loc>https://www.jakkalsvibes.com/pages/discography.html</loc>
    <lastmod>2025-05-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Biography -->
  <url>
    <loc>https://www.jakkalsvibes.com/pages/biography.html</loc>
    <lastmod>2025-05-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Services / Bookings — commercial page, high priority -->
  <url>
    <loc>https://www.jakkalsvibes.com/pages/services.html</loc>
    <lastmod>2025-05-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Contact -->
  <url>
    <loc>https://www.jakkalsvibes.com/pages/contact.html</loc>
    <lastmod>2025-05-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!--
    Store — CONDITIONAL:
    Only include this URL when /pages/store.html serves real content.
    If it is a placeholder or coming-soon page, either remove this entry
    or add <meta name="robots" content="noindex"> to the page itself
    and keep it out of the sitemap.
    TODO: Verify store.html status before re-enabling.
  -->
  <!--
  <url>
    <loc>https://www.jakkalsvibes.com/pages/store.html</loc>
    <lastmod>2025-05-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  -->

  <!-- Legal — low priority, yearly change -->
  <url>
    <loc>https://www.jakkalsvibes.com/pages/terms-conditions.html</loc>
    <lastmod>2025-05-02</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>

  <url>
    <loc>https://www.jakkalsvibes.com/pages/privacy-policy.html</loc>
    <lastmod>2025-05-02</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>

</urlset>
