<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- The following URL entry represents the homepage -->
  <url>
    <loc>https://divedesk.com/</loc> 
    <!-- The full URL of the page -->
    <lastmod>2025-04-18</lastmod> 
    <!-- The last modification date of the page -->
    <changefreq>weekly</changefreq> 
    <!-- How often the page is expected to change. This is set to weekly -->
    <priority>1.0</priority> 
    <!-- The priority of the page relative to other pages on the site. The homepage usually gets the highest priority -->
  </url>

  <!-- URL entry for the "Features" page -->
  <url>
    <loc>https://divedesk.com/features</loc> 
    <lastmod>2025-04-15</lastmod> 
    <changefreq>monthly</changefreq> 
    <priority>0.8</priority>
  </url>

  <!-- URL entry for the "Pricing" page -->
  <url>
    <loc>https://divedesk.com/pricing</loc> 
    <lastmod>2025-04-10</lastmod> 
    <changefreq>monthly</changefreq> 
    <priority>0.8</priority>
  </url>

  <!-- URL entry for the "About" page -->
  <url>
    <loc>https://divedesk.com/about</loc> 
    <lastmod>2025-03-25</lastmod> 
    <changefreq>monthly</changefreq> 
    <priority>0.7</priority>
  </url>

  <!-- URL entry for the "Contact" page -->
  <url>
    <loc>https://divedesk.com/contact</loc> 
    <lastmod>2025-03-20</lastmod> 
    <changefreq>monthly</changefreq> 
    <priority>0.6</priority>
  </url>
</urlset>
