<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — public routes only.
  /blog is included — page now has real editorial identity (not a placeholder).
  /dashboard, /onboarding/*, /start are excluded (authenticated routes, not for indexing).
  Canonical domain: launchito.app (apex, no www) per PM-1 / SEO audit recommendation.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://launchito.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://launchito.app/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://launchito.app/blog</loc>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://launchito.app/contact</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://launchito.app/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://launchito.app/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
