<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage -->
  <url>
    <loc>https://stellr-company.com</loc>
    <lastmod>2025-08-09</lastmod> <!-- Update to reflect latest modification -->
    <changefreq>monthly</changefreq> <!-- Assuming static landing page -->
    <priority>1.0</priority>
  </url>

  <!-- Axiom Main Page -->
  <url>
    <loc>https://stellr-company.com/orrin</loc>
    <lastmod>2025-12-09</lastmod> <!-- Update to latest modification -->
    <changefreq>monthly</changefreq>
    <priority>0.9</priority> <!-- Slightly lower than homepage -->
  </url>

  <!-- Axiom About Page -->
  <url>
    <loc>https://stellr-company.com/orrin/about</loc>
    <lastmod>2025-12-09</lastmod> <!-- Update to latest modification -->
    <changefreq>monthly</changefreq>
    <priority>0.7</priority> <!-- Lower priority for informational page -->
  </url>

  <!-- Axiom Changelog Page -->
  <url>
    <loc>https://stellr-company.com/orrin/changelog</loc>
    <lastmod>2025-12-09</lastmod> <!-- Update to latest changelog entry -->
    <changefreq>weekly</changefreq> <!-- Frequent updates expected -->
    <priority>0.7</priority>
  </url>
  
  <!-- Add additional blog articles here, e.g.:
  <url>
    <loc>https://stellr-company.com/axiom/blog?articleID=[another-id]</loc>
    <lastmod>[date]</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  -->

  <!-- Konekt Page -->
  <url>
    <loc>https://stellr-company.com/konekt</loc>
    <lastmod>2025-08-09</lastmod> <!-- Update to latest modification -->
    <changefreq>monthly</changefreq> <!-- Pre-launch; update to weekly post-launch -->
    <priority>0.8</priority>
  </url>

  <!-- Yabble Page -->
  <url>
    <loc>https://stellr-company.com/yabble</loc>
    <lastmod>2025-08-09</lastmod> <!-- Update to latest modification -->
    <changefreq>monthly</changefreq> <!-- Pre-launch; update to weekly post-launch -->
    <priority>0.8</priority>
  </url>

  <!-- Inspi Page -->
  <url>
    <loc>https://stellr-company.com/inspi</loc>
    <lastmod>2025-08-09</lastmod> <!-- Update to latest modification -->
    <changefreq>monthly</changefreq> <!-- Pre-launch; update to weekly post-launch -->
    <priority>0.8</priority>
  </url>

  <!-- Additional Pages -->
  <url>
    <loc>https://stellr-company.com/privacy_policy</loc>
    <lastmod>2025-08-09</lastmod> <!-- Update to latest modification -->
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://stellr-company.com/terms_and_conditions</loc>
    <lastmod>2025-08-09</lastmod> <!-- Update to latest modification -->
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>