<?xml version="1.0" encoding="UTF-8"?>
<!-- Static sitemap of public, indexable pages. Only the home page is listed:
     this is a client-rendered SPA serving a single index.html whose canonical
     is hardcoded to https://trapotech.io/, so every route declares the home
     page as its canonical. Listing /terms-and-conditions, /privacy-policy, or
     /refund-policy here would send Google conflicting signals (sitemap says
     "index this URL", canonical says "I am really /") and it would collapse
     them into the home page. Re-add per-route URLs once prerendering / react-
     helmet gives each route its own canonical. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://trapotech.io/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
