<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
                            http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Homepage - highest priority, updated frequently during setup phase -->
  <url>
    <loc>https://dialogyx.com/</loc>
    <lastmod>2025-09-27</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- How It Works - key educational page for prospects -->
  <url>
    <loc>https://dialogyx.com/how-it-works.html</loc>
    <lastmod>2025-09-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Solutions - product/service information page -->
  <url>
    <loc>https://dialogyx.com/solutions.html</loc>
    <lastmod>2025-09-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- About - company information -->
  <url>
    <loc>https://dialogyx.com/about.html</loc>
    <lastmod>2025-09-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- FAQ - frequently asked questions -->
  <url>
    <loc>https://dialogyx.com/faq.html</loc>
    <lastmod>2025-09-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>

<!-- Privacy Policy - detailed privacy and data handling policy -->
  <url>
  <loc>https://dialogyx.com/privacy.html</loc>
  <lastmod>2025-09-27</lastmod>
  <changefreq>yearly</changefreq>
  <priority>0.3</priority>
</url>

  <!-- Custom 404 page - include for completeness, low priority -->
  <url>
    <loc>https://dialogyx.com/404.html</loc>
    <lastmod>2025-09-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.1</priority>
  </url>

</urlset>