<?xml version="1.0" encoding="UTF-8"?>
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
  xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
>

  <!--
    ============================================================
    LaunchAudit — sitemap.xml
    Site type : Single-Page App (React / Vite)
    Real routes: / | /login | /history
    Sections   : /#how-it-works /#features /#pricing /#faq
                 (hash anchors — NOT separate URLs for Google)
    Last updated: 2026-04-14

    NOTE: Hash fragments (#) are never included in sitemaps.
    Google ignores everything after # when crawling.
    All on-page sections are already indexed as part of /
    ============================================================
  -->


  <!-- ============================================================
       HOMEPAGE  —  priority 1.0
       Covers all hash-anchor sections:
         /#how-it-works  /#features  /#pricing  /#faq  etc.
       Google indexes these as content within this single URL.
  ============================================================ -->
  <url>
    <loc>https://launchauditai.com/</loc>
    <lastmod>2026-04-14</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://launchauditai.com/" />
    <image:image>
      <image:loc>https://launchauditai.com/og-image.png</image:loc>
      <image:title>LaunchAudit — AI SaaS Launch Readiness Audit</image:title>
      <image:caption>Paste your URL. AI audits your SaaS for launch readiness in 60 seconds.</image:caption>
    </image:image>
  </url>


  <!-- ============================================================
       /history  —  authenticated audit history page
       Lower priority — gated/logged-in page, limited SEO value.
       Keep in sitemap so Google knows the route exists and
       does not treat it as a soft 404.
  ============================================================ -->
  <url>
    <loc>https://launchauditai.com/history</loc>
    <lastmod>2026-04-14</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://launchauditai.com/history" />
  </url>


  <!-- ============================================================
       /login  —  auth page
       Included so Google understands site structure.
       Priority kept low — login pages carry no ranking value.
       If /login redirects logged-in users, Google handles that fine.
  ============================================================ -->
  <url>
    <loc>https://launchauditai.com/login</loc>
    <lastmod>2026-04-14</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://launchauditai.com/login" />
  </url>


</urlset>