<?xml version="1.0" encoding="UTF-8"?>
<!--
  L15-03: "sitemap.xml returns HTTP 404." Lists the genuinely public,
  content-bearing pages worth a search engine finding — the marketing
  landing page and the two legal pages. Deliberately excludes /login,
  /register, /signup and similar functional/auth pages: those aren't
  content anyone should be landing on from a search result, and every
  authenticated app route (/dashboard, /clients, etc.) requires a real
  session and has no business being indexed at all.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://plansync.io/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://plansync.io/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://plansync.io/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
