<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static rather than generated from app/sitemap.js: trailingSlash is on in
  next.config.mjs, which makes Next append a slash to /sitemap.xml and
  /robots.txt and then fail to resolve the route module at export time
  ("Cannot find module for page: /robots.txt/route"). Serving both from
  public/ sidesteps that rewrite entirely.

  Every <loc> carries the trailing slash to match that config — a sitemap
  entry that redirects wastes a crawl and gets flagged in Search Console.

  Add a new route here by hand when one lands. There are four pages; a
  generator is not worth a build-config fight.

  <lastmod> is omitted on purpose. A date that moves on every deploy claims
  the content changed when it did not, and crawlers learn to ignore the field.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.vantrixtech.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.vantrixtech.com/products/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.vantrixtech.com/company/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://www.vantrixtech.com/contact/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
