<?xml version="1.0" encoding="UTF-8"?>
<!--
  ============================================================
  sitemap.xml — Kaatchi Media
  kaatchimedia.com

  Tells Google which pages exist on this site and when
  they were last updated. Submit this URL directly in
  Google Search Console → Sitemaps section.

  priority : 1.0 = most important page on the site.
             only the homepage gets 1.0. use 0.8 for
             key sections, 0.6 for secondary pages.
  changefreq: how often Google should re-crawl.
             "monthly" is correct for a portfolio site
             that updates content occasionally.
  lastmod   : update this date every time you make
             significant content or SEO changes.
             Google uses this to decide crawl priority.

  Note: gallery pages (#professionals, #bts, #favorites)
  are SPA hash routes — they are not indexable as
  separate URLs. Only the homepage is listed here.
  To make gallery pages indexable in the future,
  convert them to separate HTML files with real URLs.
  ============================================================
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://kaatchimedia.com/</loc>
    <lastmod>2026-07-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>