<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- 
    dacotta Static Sitemap
    =====================================
    This sitemap includes only public routes.
    Authenticated routes are excluded per dacotta privacy rules.
    
    TODO: Enhance with dynamic sitemap generation via edge function
    to include public portfolio pages from database.
  -->
  
  <!-- Homepage -->
  <url>
    <loc>https://dacotta.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Authentication Pages (public entry points) -->
  <url>
    <loc>https://dacotta.com/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  
  <url>
    <loc>https://dacotta.com/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  
  <!-- Public Marketing Pages -->
  <url>
    <loc>https://dacotta.com/pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <url>
    <loc>https://dacotta.com/features</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <url>
    <loc>https://dacotta.com/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  
  <url>
    <loc>https://dacotta.com/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  
  <!-- Support Center (public) -->
  <url>
    <loc>https://dacotta.com/support</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
