<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hosts are hardcoded because a static file in public/ can't know the deploy
  host — update these if the apex domain changes.

  TRIMMED TO WHAT EXISTS. This listed eight marketing pages; /features, /ai,
  /pricing, /about-us, /contact, /privacy-policy and /terms-and-conditions have
  been deleted pending a rebuild, and those paths now fall through to the tenant
  `/:slug` route, which renders "store not found". Advertising them would be
  submitting known-broken URLs for indexing, so they come out until the new pages
  ship — then add them back here.

  Only the product's own URLs belong in this file. Tenant storefronts live on
  their own subdomains and custom domains, so they need their own per-host
  sitemaps; this file would be wrong for them.

  Note: these pages are client-rendered with no prerendering, so a crawler that
  doesn't execute JavaScript sees an empty root element. Listing them here helps
  discovery but is not a substitute for prerendering if organic search matters.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://nexifylab.net/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
