<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

  <!-- Homepage -->
  <url>
    <loc>https://www.mytrijo.com/</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
    <image:image>
      <image:loc>https://www.mytrijo.com/images/home-banner-1.png</image:loc>
      <image:title>MyTrijo - Road Trip Planner</image:title>
    </image:image>
  </url>

  <!-- Blogs Page -->
  <url>
    <loc>https://www.mytrijo.com/blogs</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Available Routes -->
  <url>
    <loc>https://www.mytrijo.com/available-route-list</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Hall of Fame -->
  <url>
    <loc>https://www.mytrijo.com/hall-of-fame</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Sign Up -->
  <url>
    <loc>https://www.mytrijo.com/signUp</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Privacy Policy -->
  <url>
    <loc>https://www.mytrijo.com/privacy-policy</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>

  <!-- Terms and Conditions -->
  <url>
    <loc>https://www.mytrijo.com/terms-condition</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>

  <!-- Contact -->
  <url>
    <loc>https://www.mytrijo.com/contact-form</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

  <!-- About User -->
  <url>
    <loc>https://www.mytrijo.com/about-user</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Dynamic Trip Pages - These should be generated server-side -->
  <!-- Example structure for dynamic routes -->
  <!--
  <url>
    <loc>https://www.mytrijo.com/available-routes?tripId=TRIP_ID</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  -->

</urlset>