<?xml version="1.0" encoding="UTF-8"?>
<!--
  Adivia Homes sitemap.

  Urls are written WITHOUT the .html extension because vercel.json sets
  cleanUrls:true, which makes /projects and /projects.html serve the same page.
  These must match the <link rel="canonical"> in each page's <head> exactly; a
  sitemap that lists one form while the page declares the other tells a crawler
  the two disagree about which url is real.

  Four pages are deliberately absent:
    thank-you            noindex, and a confirmation page nobody searches for
    partners             a redirect shell that forwards to /services
    apartment-slug-test  a test scaffold, no longer deployed
    project-detail       renders a different building per ?slug=, so the bare url
                         has no content of its own. Once the individual projects
                         have real urls they belong here, one <url> each.

  lastmod is the date this file was written, not a per-page edit date. Keep it
  honest: bumping it on every deploy without the page having changed trains
  crawlers to ignore it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://adiviahomes.com/</loc>
    <lastmod>2026-08-11</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://adiviahomes.com/projects</loc>
    <lastmod>2026-08-11</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://adiviahomes.com/services</loc>
    <lastmod>2026-08-11</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://adiviahomes.com/about</loc>
    <lastmod>2026-08-11</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://adiviahomes.com/contacts</loc>
    <lastmod>2026-08-11</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
