<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the four genuinely public marketing pages. The app itself (/app), the
  subcontractor portal, the viewers and every /api route are intentionally absent:
  they need an account, and vercel.json already serves X-Robots-Tag: noindex on
  those routes.

  robots.txt advertised this file before it existed, so every crawler that
  honoured the Sitemap directive got a 404.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.struxxer.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.struxxer.com/demo</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.struxxer.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.struxxer.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
