<?xml version="1.0" encoding="UTF-8"?>
<!--
  The site routes on a query parameter rather than a path, so the ?page= URLs
  below are the real, distinct pages. Kept in sync with SEO_PAGES in src/seo.js;
  src/__tests__/seo.test.js fails if the two drift apart.

  No <lastmod> is declared: Google only honours it when it is consistently
  accurate, and this file is maintained by hand. An inaccurate lastmod is worse
  than none at all.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.deepsensecorp.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.deepsensecorp.com/?page=solutions</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.deepsensecorp.com/?page=careers</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.deepsensecorp.com/?page=about</loc>
    <priority>0.6</priority>
  </url>
</urlset>
