<?xml version="1.0" encoding="UTF-8"?>
<!--
  Four pages, because there are four pages: the two English ones and, since
  14 Sep 2026, their Spanish twins under /es/. Nothing else on petrihub.com is
  a page a person would land on: 404.html says noindex, and every lab and the
  demo say noindex in their own head (web/src/app/layout.tsx), so none of them
  belongs in a list of what to index.

  The addresses are the canonical ones the pages already declare. /pricing, not
  /pricing.html, because that is what <link rel="canonical"> says on that page
  and a sitemap that disagrees with a canonical is a sitemap arguing with the
  page it points at.

  lastmod is each file's real last content change out of git, not the day this
  file was written. A lastmod that says "today" on every line is how a site
  teaches Google to stop reading its lastmod. Update the date when the page's
  words change; leave it alone for a build tweak.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://petrihub.com/</loc>
    <lastmod>2026-09-14</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://petrihub.com/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://petrihub.com/es/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://petrihub.com/" />
  </url>
  <url>
    <loc>https://petrihub.com/es/</loc>
    <lastmod>2026-09-14</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://petrihub.com/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://petrihub.com/es/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://petrihub.com/" />
  </url>
  <url>
    <loc>https://petrihub.com/pricing</loc>
    <lastmod>2026-09-14</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://petrihub.com/pricing" />
    <xhtml:link rel="alternate" hreflang="es" href="https://petrihub.com/es/precios" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://petrihub.com/pricing" />
  </url>
  <url>
    <loc>https://petrihub.com/es/precios</loc>
    <lastmod>2026-09-14</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://petrihub.com/pricing" />
    <xhtml:link rel="alternate" hreflang="es" href="https://petrihub.com/es/precios" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://petrihub.com/pricing" />
  </url>
</urlset>
