<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml
  Purpose:
  - Declare all PUBLIC, indexable routes
  - Help search engines discover content efficiently
  - Matches actual routes defined in App.tsx
  Domain: https://www.safeguardreealty.org
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://www.safeguardreealty.org/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Alias of home; lower priority -->
  <url>
    <loc>https://www.safeguardreealty.org/home</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://www.safeguardreealty.org/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://www.safeguardreealty.org/stories</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://www.safeguardreealty.org/contact</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>

  <url>
    <loc>https://www.safeguardreealty.org/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://www.safeguardreealty.org/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://www.safeguardreealty.org/case-study</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

</urlset>
