<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Landing Page -->
  <url>
    <loc>https://solaceadhd.com/</loc> <!-- Update this URL to your landing page -->
    <lastmod>2025-01-20</lastmod> <!-- Adjust date based on your content update -->
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Login Page -->
  <url>
    <loc>https://solaceadhd.com/login.html</loc> <!-- Update this URL to your login page -->
    <lastmod>2025-01-20</lastmod> <!-- Adjust date -->
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Register Page -->
  <url>
    <loc>https://solaceadhd.com/register.html</loc> <!-- Update this URL to your register page -->
    <lastmod>2025-01-20</lastmod> <!-- Adjust date -->
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Main Functionality Page -->
  <url>
    <loc>https://solaceadhd.com/community-exploration.html</loc> <!-- Update this URL to your main functionality page -->
    <lastmod>2025-01-20</lastmod> <!-- Adjust date -->
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>