<?xml version="1.0" encoding="UTF-8"?>
<!--
  Veriq AI — veriqai.co.in

  Four public pages. The practice console is not listed: it lives on
  console.veriqai.co.in behind Cloudflare Access, and a URL that answers a
  crawler with a sign-in screen is worth less than no URL at all.

  /pricing is a separate page from the homepage's #pricing section on purpose.
  An assistant asked what Veriq costs needs a URL whose entire subject is that
  question; a section anchor inside a 5,000-word page does not retrieve as one.

  Extensionless paths are canonical. Cloudflare Pages redirects /terms.html to
  /terms, so listing the .html spelling would put a redirect in the sitemap.

  Update lastmod when the page content actually changes. A file that claims
  today's date on every deploy teaches a crawler to ignore the field.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://veriqai.co.in/</loc>
    <lastmod>2026-08-31</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://veriqai.co.in/pricing</loc>
    <lastmod>2026-08-31</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://veriqai.co.in/terms</loc>
    <lastmod>2026-08-25</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://veriqai.co.in/privacy</loc>
    <lastmod>2026-08-25</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
