<?xml version="1.0" encoding="UTF-8"?>
<!--
  ViviDana.ca sitemap
  Notes:
  - Only public, indexable pages are listed.
  - Private/auth/utility endpoints (login, signup, dashboard, verify-email) are intentionally excluded.
  - Asset directories (css/, js/, image-repo/, config/) are never included in sitemaps.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Homepage: highest priority -->
  <url>
    <loc>https://vividana.ca/</loc>
    <priority>1.0</priority>
    <changefreq>weekly</changefreq>
  </url>

  <!-- Core marketing/content pages -->
  <url>
    <loc>https://vividana.ca/services.html</loc>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://vividana.ca/portfolio.html</loc>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://vividana.ca/about.html</loc>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://vividana.ca/contact.html</loc>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <!-- Conversion page -->
  <url>
    <loc>https://vividana.ca/booking.html</loc>
    <priority>0.7</priority>
    <changefreq>monthly</changefreq>
  </url>

  <!-- Low-SEO/Legal pages (kept for completeness) -->
  <url>
    <loc>https://vividana.ca/social-media.html</loc>
    <priority>0.3</priority>
    <changefreq>yearly</changefreq>
  </url>

  <url>
    <loc>https://vividana.ca/privacy.html</loc>
    <priority>0.2</priority>
    <changefreq>yearly</changefreq>
  </url>

  <url>
    <loc>https://vividana.ca/terms.html</loc>
    <priority>0.2</priority>
    <changefreq>yearly</changefreq>
  </url>

  <!-- Exclusions (not listed by design):
       - /login.html, /signup.html, /dashboard.html, /verify-email.html
       Rationale: authentication/admin/verification endpoints should not be indexed. -->
</urlset>