<?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.

  privacy-policy and terms-of-use each hold all three languages in one document and
  swap which is displayed, exactly like every other page on this site — so they are
  one url each here, not three, and they carry no hreflang for the same reason the
  rest of the site does not.

  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>

  <!--
    The two legal documents. Listed rather than hidden: they carry the company's
    identification details, which Bulgarian e-commerce law requires to be directly
    and permanently accessible, and a document a visitor is told they can rely on
    should be findable rather than reachable only through a footer link.

    Low priority and yearly changefreq because that is the truth about them — the
    figure is a hint about how they compare to the pages above, not a ranking
    lever. lastmod is the date the documents were written; it must move only when
    the text of a document actually changes, which is also the date shown in each
    page's own version block. The two must never disagree.
  -->
  <url>
    <loc>https://adiviahomes.com/privacy-policy</loc>
    <lastmod>2026-08-28</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://adiviahomes.com/terms-of-use</loc>
    <lastmod>2026-08-28</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
