<?xml version="1.0" encoding="UTF-8"?>
<!--
  MicroByz — minimal static sitemap for PUBLIC marketing URLs only.

  ⚠️ PLACEHOLDER DOMAIN: every <loc> below uses https://microbyz.example
     Replace ALL occurrences with your real canonical host (e.g. https://microbyz.com)
     before you submit this to Google Search Console / Bing Webmaster Tools.

  Only list public, indexable, canonical URLs here. Do NOT list authenticated
  routes (/dashboard, /superadmin, /login, /register) — those are disallowed in
  robots.txt. Update <lastmod> when the corresponding page's content changes.
-->
<urlset xmlns="http://www.sitemap.org/schemas/sitemap/0.9">
  <url>
    <loc>https://microbyz.example/</loc>
    <lastmod>2026-07-07</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://microbyz.example/get-started</loc>
    <lastmod>2026-07-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
