<?xml version="1.0" encoding="UTF-8"?>
<!--
  Nailterest sitemap. Lists the publicly-crawlable pages of the web app.
  Most app routes (/feed, /profile/*, /post/*, /messages, /settings/*) are
  behind authentication and intentionally excluded — they don't render
  useful content to anonymous crawlers and would generate "soft 404"
  warnings in Search Console.

  When you later make /post/<id> and /profile/<id> publicly readable
  (Pinterest-style), regenerate this sitemap from your post + user IDs.
  See scripts/generate-sitemap.mjs (TBD) for an automated rebuild.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://nailterest.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://nailterest.app/try-on</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://nailterest.app/salons</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

</urlset>
