<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two URLs, because there are two indexable pages. /app is deliberately absent:
  it is noindexed in app.html and disallowed in robots.txt, and listing a URL
  here that robots.txt blocks is a contradiction Search Console reports as an
  error. Extensionless forms only — /manual.html resolves too, but the canonical
  tags point at these.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://trac.aditco.in/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://trac.aditco.in/manual</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
