<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — Luna-C Aesthetics skin-analysis app
  Lives at public/sitemap.xml -> copied verbatim to /dist root by `vite build`.

  This is a single-page app with NO router, so there is exactly ONE real,
  crawlable URL: the root. Do not invent /pricing or /how-it-works URLs here —
  they would all 200 with identical empty-shell HTML (soft-404 / duplicate trap).

  WHEN YOU ADD REAL ROUTES OR MARKETING PAGES LATER:
  add a new <url> block per real, distinct, server-resolvable URL. Bump <lastmod>
  to the date that page's content actually changed (YYYY-MM-DD is sufficient;
  do NOT auto-stamp today's date on every build — that trains crawlers to ignore
  lastmod). Keep this file < 50,000 URLs / 50 MB; split into a sitemap index if
  you ever exceed that.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.skin-analysis.lunacaesthetics.com/</loc>
    <lastmod>2026-06-03</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
