<?xml version="1.0" encoding="UTF-8"?>
<!--
  Southern Asset Solutions, LLC — sitemap.

  LIVE as of 2026-09-08. robots.txt now allows crawling and the noindex tags are
  off the four public pages, so this file is doing real work rather than waiting.
  It is advertised by the Sitemap: line in robots.txt, which is how most crawlers
  find it; submitting it in Google Search Console as well is what speeds up the
  first crawl.

  WHAT IS LISTED, AND WHAT DELIBERATELY IS NOT:

  * The four site pages, plus one <url> per ACTIVE property. A property page
    needs its slug — /listing?p=westbrook-farms — because listing.html rewrites
    its own canonical to that address at render time, which makes each property a
    distinct page worth its own entry.

  * NOT the bare /listing. With no ?p= it renders "That property is not
    available", which is an error page. It sat here as a template placeholder and
    submitting it would have asked Google to index a dead end.

  * NOT the 20 sold properties — the owner's decision, 2026-09-08. They remain
    live, public and linked from Past Transactions, so Google can still find and
    index them on its own; they are simply not pushed as a priority. Each carries
    roughly forty words and no photograph, so leading the crawl with them would
    give the firm a thin first impression. Add them here if and when they carry
    photographs and sale details.

  * NOT filter variants such as /listings?sold=1 or /listings?tx=sale. Their
    canonical is /listings whatever the query string, so listing them would ask
    Google to index addresses the pages themselves declare duplicates.

  <lastmod> is the date the page last changed. Update it when a page changes; a
  stale lastmod is worse than none because it teaches crawlers to ignore the
  field. The property entries carry each record's own lastUpdated from data.js.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://sasllcga.com/</loc>
    <lastmod>2026-09-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://sasllcga.com/listings</loc>
    <lastmod>2026-09-08</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- The two ACTIVE properties. Each earns its own entry because listing.html
       rewrites its canonical to /listing?p=<slug> at render time, so these are
       genuinely two distinct pages rather than one page under two addresses.
       The 20 sold properties are deliberately absent — see the note above. -->
  <url>
    <loc>https://sasllcga.com/listing?p=westbrook-farms</loc>
    <lastmod>2026-09-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://sasllcga.com/listing?p=billys-hunting-tract</loc>
    <lastmod>2026-09-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://sasllcga.com/contact</loc>
    <lastmod>2026-09-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

</urlset>
