<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

   <!-- Homepage with last modification date, high priority, and frequent updates -->
   <url>
      <loc>https://beewaytravels.com/</loc>
      <lastmod>2024-07-01</lastmod>
      <changefreq>monthly</changefreq>
      <priority>1.0</priority>
   </url>

   <!-- About page with last modification date, medium priority, and monthly updates -->
   <url>
      <loc>https://beewaytravels.com/about</loc>
      <lastmod>2024-07-01</lastmod>
      <changefreq>quarterly</changefreq>
      <priority>0.8</priority>
   </url>

   <!-- Products page with last modification date, medium priority, and weekly updates -->
   <url>
      <loc>https://beewaytravels.com/products</loc>
      <lastmod>2024-07-01</lastmod>
      <changefreq>quarterly</changefreq>
      <priority>0.8</priority>
   </url>

   <!-- Contact page with last modification date, low priority, and infrequent updates -->
   <url>
      <loc>https://beewaytravels.com/contact-us</loc>
      <lastmod>2024-07-01</lastmod>
      <changefreq>yearly</changefreq>
      <priority>0.5</priority>
   </url>

   <!-- Blog posts with various last modification dates and priorities -->
   <url>
      <loc>https://beewaytravels.com/blog/post1</loc>
      <lastmod>2024-07-01</lastmod>
      <changefreq>quarterly</changefreq>
      <priority>0.7</priority>
   </url>
   <url>
      <loc>https://beewaytravels.com/blog/post2</loc>
      <lastmod>2024-07-01</lastmod>
      <changefreq>quarterly</changefreq>
      <priority>0.7</priority>
   </url>

</urlset>
