<?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">

  <!-- Home -->
  <url>
    <loc>https://vivreausn.com/</loc>
    <priority>1.0</priority>
    <changefreq>daily</changefreq>
  </url>

  <!-- Hotels -->
  <url>
    <loc>https://vivreausn.com/hotels/{type}</loc>
    <priority>0.9</priority>
    <changefreq>weekly</changefreq>
  </url>
  <url>
    <loc>https://vivreausn.com/hotels/detail/{hotel-slug}</loc>
    <priority>0.9</priority>
    <changefreq>weekly</changefreq>
  </url>

  <!-- Restaurants -->
  <url>
    <loc>https://vivreausn.com/restaurants</loc>
    <priority>0.9</priority>
    <changefreq>weekly</changefreq>
  </url>
  <url>
    <loc>https://vivreausn.com/restaurants/detail/{restaurant-slug}</loc>
    <priority>0.9</priority>
    <changefreq>weekly</changefreq>
  </url>

  <!-- Activities -->
  <url>
    <loc>https://vivreausn.com/activities</loc>
    <priority>0.9</priority>
    <changefreq>weekly</changefreq>
  </url>
  <url>
    <loc>https://vivreausn.com/activities/detail/{activity-slug}</loc>
    <priority>0.9</priority>
    <changefreq>weekly</changefreq>
  </url>

  <!-- Historic Places -->
  <url>
    <loc>https://vivreausn.com/historic-places</loc>
    <priority>0.9</priority>
    <changefreq>weekly</changefreq>
  </url>
  <url>
    <loc>https://vivreausn.com/historic-places/detail/{historic-slug}</loc>
    <priority>0.9</priority>
    <changefreq>weekly</changefreq>
  </url>

  <!-- Blog -->
  <url>
    <loc>https://vivreausn.com/blog</loc>
    <priority>0.8</priority>
    <changefreq>weekly</changefreq>
  </url>
  <url>
    <loc>https://vivreausn.com/blog/detail/{blog-slug}</loc>
    <priority>0.8</priority>
    <changefreq>weekly</changefreq>
  </url>

  <!-- Vlogs -->
  <url>
    <loc>https://vivreausn.com/vlogs</loc>
    <priority>0.8</priority>
    <changefreq>weekly</changefreq>
  </url>
  <url>
    <loc>https://vivreausn.com/vlogs/detail/{vlog-slug}</loc>
    <priority>0.8</priority>
    <changefreq>weekly</changefreq>
  </url>

  <!-- Events -->
  <url>
    <loc>https://vivreausn.com/events</loc>
    <priority>0.8</priority>
    <changefreq>weekly</changefreq>
  </url>
  <url>
    <loc>https://vivreausn.com/events/detail/{event-slug}</loc>
    <priority>0.8</priority>
    <changefreq>weekly</changefreq>
  </url>

  <!-- Contact -->
  <url>
    <loc>https://vivreausn.com/contact</loc>
    <priority>0.6</priority>
    <changefreq>monthly</changefreq>
  </url>

  <!-- Auth / Public forms -->
  <url>
    <loc>https://vivreausn.com/login</loc>
    <priority>0.3</priority>
    <changefreq>yearly</changefreq>
  </url>
  <url>
    <loc>https://vivreausn.com/register</loc>
    <priority>0.3</priority>
    <changefreq>yearly</changefreq>
  </url>
  <url>
    <loc>https://vivreausn.com/forget-password</loc>
    <priority>0.3</priority>
    <changefreq>yearly</changefreq>
  </url>

</urlset>
