<?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"
>
  <!-- Canonical landing page for guests -->
  <url>
    <loc>https://thelovejoywedding.com/welcome</loc>
    <priority>1.0</priority>
    <changefreq>monthly</changefreq>
  </url>

  <!-- Root route (redirects to /welcome for non-logged in visitors) -->
  <url>
    <loc>https://thelovejoywedding.com/</loc>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <!-- Login page -->
  <url>
    <loc>https://thelovejoywedding.com/login</loc>
    <priority>0.3</priority>
    <changefreq>yearly</changefreq>
  </url>

  <!-- Auth verify page -->
  <url>
    <loc>https://thelovejoywedding.com/auth/verify</loc>
    <priority>0.2</priority>
    <changefreq>yearly</changefreq>
  </url>

  <!--
    OPTIONAL: if you have specific named sections guests can visit directly,
    like /home, /info, /rsvp, /faq, /registry, etc, add them here.

    Example:
    <url>
      <loc>https://thelovejoywedding.com/home</loc>
      <priority>0.9</priority>
      <changefreq>monthly</changefreq>
    </url>
  -->
</urlset>
