<?xml version="1.0" encoding="UTF-8"?>
<!--
  Riva — sitemap.xml
  Two URLs today (homepage + privacy placeholder). Add a <url> block for
  every new page as the site grows past one page. lastmod uses ISO 8601
  date format (YYYY-MM-DD) — update it when a page's content meaningfully
  changes, not on every deploy.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://rivaops.com/</loc>
    <lastmod>2026-06-29</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://rivaops.com/privacy.html</loc>
    <lastmod>2026-06-29</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.1</priority>
  </url>
</urlset>
