<?xml version="1.0" encoding="UTF-8"?>
<!--
  Arbor Lane — sitemap.xml

  Originally shipped: Marketing Truth Pass + SEO Crawl Hygiene arc, 2026-06-03.
  Extended: Legal + Compliance arc, 2026-06-04 — adds the 5 specific legal
  pages now that real content has landed (replaces the /legal/$slug
  coming-soon coverage).
  Extended: Content Foundation arc, 2026-06-04 — adds the 14 marketing
  content pages (#33 /vs/* + #58 /for/*, /features/*, /blog*, /resources/*).

  Static V1. Dynamic generator deferred until the content calendar ships
  a variable URL surface (per Decision G + spec §6 P1 follow-up).

  Indexable URLs today:
    /                       — marketing landing (canonical)
    /legal/privacy          — Privacy Policy
    /legal/terms            — Terms of Service
    /legal/security         — Security posture
    /legal/dpa              — Data processing addendum
    /legal/subprocessors    — Sub-processor list
    /legal/do-not-sell      — CCPA "Do Not Sell" confirmation card
    /vs/buildium            — Arbor Lane vs Buildium (comparison)
    /vs/appfolio            — Arbor Lane vs AppFolio (comparison)
    /vs/payhoa              — Arbor Lane vs PayHOA (comparison)
    /for/hoa-boards         — HOA boards segment landing
    /for/self-managed-hoas  — Self-managed HOAs segment landing
    /for/property-managers  — Property managers segment landing
    /features/online-payments     — Online payments feature
    /features/maintenance-tickets — Maintenance tickets feature
    /features/e-signatures        — Signing requests feature
    /blog                   — Blog hub index
    /blog/the-volunteer-tax — Blog post (cornerstone)
    /blog/per-door-vs-per-seat — Blog post
    /blog/which-tier-of-property-software — Blog post (market map)
    /resources/hoa-board-onboarding-checklist — Lead-magnet lander
    /resources/per-door-cost-worksheet        — Lead-magnet lander

  Excluded (per robots.txt Disallow + per-route noindex):
    /login, /signup, /ask, /sign/$token, /invite/$token, /forms/$slug,
    /onboarding, /no-access, /account/delete, /account/pending-deletion,
    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.5</priority>
  </url>
  <url>
    <loc>https://arborlane.app/legal/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://arborlane.app/legal/security</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://arborlane.app/legal/dpa</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://arborlane.app/legal/subprocessors</loc>
    <changefreq>weekly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://arborlane.app/legal/do-not-sell</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://arborlane.app/vs/buildium</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://arborlane.app/vs/appfolio</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://arborlane.app/vs/payhoa</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://arborlane.app/for/hoa-boards</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://arborlane.app/for/self-managed-hoas</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://arborlane.app/for/property-managers</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://arborlane.app/features/online-payments</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://arborlane.app/features/maintenance-tickets</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://arborlane.app/features/e-signatures</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://arborlane.app/blog</loc>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://arborlane.app/blog/the-volunteer-tax</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://arborlane.app/blog/per-door-vs-per-seat</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://arborlane.app/blog/which-tier-of-property-software</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://arborlane.app/resources/hoa-board-onboarding-checklist</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://arborlane.app/resources/per-door-cost-worksheet</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
