<?xml version="1.0" encoding="UTF-8"?>
<!--
  ================================================================
  Zulu Sales Engine — sitemap.xml
  https://zuluengine.run/sitemap.xml
  ================================================================
  Deploy at root path /sitemap.xml
  Content-Type: application/xml

  Update lastmod whenever a page changes.
  Submit to:
    - Google Search Console: https://search.google.com/search-console
    - Bing Webmaster Tools: https://www.bing.com/webmasters

  Add new URLs here when you publish:
    - /example (sample brief page)
    - /how-it-works (if built)
    - Blog posts
    - Case studies
  ================================================================
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
                            http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Homepage — highest priority, updates weekly as product evolves -->
  <url>
    <loc>https://zuluengine.run/</loc>
    <lastmod>2026-04-23</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Pricing — currently served as SPA hash route /#pricing, not indexable as separate URL -->
  <!-- Uncomment when pricing gets its own server-rendered page at /pricing -->
  <!--
  <url>
    <loc>https://zuluengine.run/pricing</loc>
    <lastmod>2026-04-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  -->

  <!-- Legal pages — low priority, rarely change -->
  <url>
    <loc>https://zuluengine.run/terms</loc>
    <lastmod>2026-04-23</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://zuluengine.run/privacy</loc>
    <lastmod>2026-04-23</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <!-- Security page — add when built -->
  <!--
  <url>
    <loc>https://zuluengine.run/security</loc>
    <lastmod>2026-04-23</lastmod>
    <changefreq>quarterly</changefreq>
    <priority>0.5</priority>
  </url>
  -->

  <!-- Sample brief page — HIGH SEO value, add when built -->
  <!--
  <url>
    <loc>https://zuluengine.run/example</loc>
    <lastmod>2026-04-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  -->

  <!-- How it works deep dive — add when built -->
  <!--
  <url>
    <loc>https://zuluengine.run/how-it-works</loc>
    <lastmod>2026-04-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  -->

</urlset>
