<?xml version="1.0" encoding="UTF-8"?>
<!--
  ASTROVE — astrove.in

  The site is a single page. `/` is the only genuinely indexable production URL
  that exists today, so it is the only entry here.

  Deliberately absent:
  - the three education routes declared in server.js
    (/what-is-freeze-dried-fruit, /freeze-dried-vs-dehydrated-fruit,
    /healthy-snack-guide). They currently serve the homepage with
    X-Robots-Tag: noindex — placeholders, not pages.
  - /collections/* and /products/* — no such routes exist.
  - the parked Journey section and every #anchor. Anchors are not URLs.

  /trade.html is here because it is a real page: its own document, its own
  content, indexable, and reachable from the footer. The route is .html rather
  than a directory because server.js serves files and has no directory-index
  step -- see the comment in trade.html. The five Service Archive documents use
  the same .html routes for the same reason.

  A sitemap listing 404s or noindex placeholders is worse than a short one.
  Add an entry only when the route ships as a real, indexable page.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://astrove.in/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://astrove.in/trade.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://astrove.in/shipping.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://astrove.in/returns.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://astrove.in/privacy.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://astrove.in/terms.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://astrove.in/contact.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
</urlset>
