<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the static, publicly-crawlable top-level pages are listed here.
  /plants/:id and /products/:id are dynamic, server-data-driven pages —
  this is a pure client-rendered SPA (no SSR/SSG), so there is no
  server-side process that can enumerate every plant/product id into this
  file. If per-item SEO indexing is wanted later, that needs a small
  backend endpoint that generates this file (or a JSON feed) from the
  live Plants/NurseryProducts tables at build or request time.

  Domain: shajarty.com (production).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://shajarty.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://shajarty.com/plants</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://shajarty.com/products</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://shajarty.com/ask</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://shajarty.com/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
