<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap for PetLinker.
  Dynamic public pages (/s/:token, /rehome/:token) are NOT listed here
  because their tokens are generated at runtime. For full coverage,
  consider a server-side sitemap endpoint at petlinkerapi.helloseb.site/sitemap.xml
  that queries all active public pet tokens from the database.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Home / Landing -->
  <url>
    <loc>https://petlinkerph.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Auth -->
  <url>
    <loc>https://petlinkerph.com/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://petlinkerph.com/register</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

</urlset>
