<?xml version="1.0" encoding="UTF-8"?>
<!--
  PawLove — the six real public routes, and nothing else.

  Deliberately absent:
    - homepage anchors (#health-records, #trust, #get-paw-love and the rest).
      They are positions within /, not URLs.
    - /trust. The Why Trust PawLove section is part of the homepage; there is
      no standalone page behind that path.
    - Privacy and Terms. Those two footer links still have no destination.
      The Cookie Policy is listed above because /cookies is a real route.
    - <lastmod>. No accurate publication date is available per route, and an
      invented one is worse than none.
    - hreflang alternates. Greek and English share one URL each; the language
      preference lives in localStorage, not the path.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://pawlove.pet/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://pawlove.pet/features</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://pawlove.pet/how-it-works</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://pawlove.pet/articles</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://pawlove.pet/for-partners</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://pawlove.pet/cookies</loc>
    <priority>0.3</priority>
  </url>
</urlset>
