<?xml version="1.0" encoding="UTF-8"?>
<!-- The umbrella's own pages: the front door, contact, and each product's landing page.

     These five were in no sitemap at all. The index points at product sitemaps, and
     the products that have one (trademark) cover their own pages — but nothing covered
     the pages this repository itself serves, so their only route into an index was a
     human clicking "Request indexing". That is not a discovery strategy.

     When wealth, mandate or executive ship their own sitemap, add it to sitemap.xml and
     move that product's landing page OUT of this file. A URL in two sitemaps is not an
     error, but it does make "who owns this page" ambiguous, which is the thing the
     index was split up to avoid.

     No <lastmod>. A hand-maintained date on a hand-maintained file becomes wrong the
     first time someone edits a page and forgets, and a lastmod that cannot be trusted
     is worse than none — engines discount the signal for the whole file. Omit it until
     something generates it from the actual commit that changed the page. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://antevo.ch/</loc>
    <priority>1.0</priority>
  </url>
  <!-- /trademark/ is deliberately absent: it lives in /trademark/sitemap.xml, which
       that repository owns and regenerates. Listing it here too would be the exact
       ambiguity described above. -->
  <url>
    <loc>https://antevo.ch/wealth</loc>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://antevo.ch/mandate</loc>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://antevo.ch/executive</loc>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://antevo.ch/contact</loc>
    <priority>0.5</priority>
  </url>
  <!-- /mcp belongs here for the same reason the product landings do: this
       repository serves it, so no product sitemap covers it. It is also the page
       an engine should reach for "antevo mcp", "wealth mcp server" or "trademark
       mcp" — queries that exist and that nothing on this origin currently answers.

       0.8 rather than 0.9: it is a cross-product hub, not a product's own front
       door, and it should not outrank the pages that sell. -->
  <url>
    <loc>https://antevo.ch/mcp</loc>
    <priority>0.8</priority>
  </url>
</urlset>
