<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  
  <!-- Home Page -->
  <url>
    <loc>https://app.managemylibrary.com/</loc>
    <lastmod>2024-11-26</lastmod> <!-- Last modified date in YYYY-MM-DD format -->
    <changefreq>daily</changefreq> <!-- How often the page is updated -->
    <priority>1.00</priority> <!-- Priority (0.0 to 1.0, where 1.0 is the highest) -->
  </url>
  <!-- Login Page -->
  <url>
    <loc>https://app.managemylibrary.com/auth</loc>
    <lastmod>2024-11-10</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>  
  <!-- About Page -->
  <url>
    <loc>https://app.managemylibrary.com/about-us</loc>
    <lastmod>2024-11-10</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Contact Page -->
  <url>
    <loc>https://app.managemylibrary.com/contact-us</loc>
    <lastmod>2024-11-10</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  

  <!-- Sitemap location (optional, but recommended) -->
  <url>
    <loc>https://app.managemylibrary.com/sitemap.xml</loc>
    <lastmod>2024-11-26</lastmod>
  </url>
</urlset>
