<?xml version="1.0" encoding="UTF-8"?>
<!--
  Arbor Lane — sitemap.xml
  Marketing Truth Pass + SEO Crawl Hygiene arc, 2026-06-03. Closes #31.

  Static V1. Dynamic generator deferred until #58 ships variable URLs
  (per Decision G + spec §6 P1 follow-up).

  Indexable URLs today:
    /                   — marketing landing (canonical)
    /legal/privacy      — coming-soon page (will become real on legal review)
    /legal/terms        — coming-soon page (will become real on legal review)

  Excluded (per robots.txt Disallow + per-route noindex):
    /login, /signup, /ask, /sign/$token, /invite/$token, /forms/$slug,
    /onboarding, /no-access, and all /_authed/* admin routes.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://arborlane.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://arborlane.app/legal/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://arborlane.app/legal/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
