<?xml version="1.0" encoding="UTF-8"?>
<!--
  SITEMAP MAINTENANCE GUIDE
  ─────────────────────────
  This is a single-page site. Currently only the homepage is indexed.

  When to add a new <url> entry:
  • A new route is added in src/App.tsx (e.g. /services, /blog, /privacy)
  • A new standalone page is deployed with its own distinct URL

  Do NOT add hash fragments (e.g. /#contact) — Google treats them as the
  same page as / and ignores them in sitemaps.

  Template for a new entry:
    <url>
      <loc>https://loonoperations.com/new-page</loc>
      <lastmod>YYYY-MM-DD</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.8</priority>
    </url>

  Priority guidance:
    1.0  Homepage
    0.8  Main service/landing pages
    0.6  Blog posts, case studies
    0.4  Legal/utility pages (privacy, terms)

  After updating this file, also submit the sitemap URL in Google Search Console:
    https://search.google.com/search-console → Sitemaps → Add
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://loonoperations.com/</loc>
    <lastmod>2026-08-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
