<?xml version="1.0" encoding="UTF-8"?>
<!--
  Deliberately minimal for now. Individual venue pages, collections, and
  What's Hot items don't currently have their own distinct URLs - they're
  all client-side React state at the same root address (App.tsx's tab/
  selectedVenueSlug/openCollectionId state, not real URL paths). Only
  shared plans have a real, distinct URL (via the ?plan= query param).

  Worth expanding this once individual venues/collections get real URLs
  of their own - that would also fix the Open Graph limitation noted in
  index.html, where every shared link currently shows the same homepage
  preview regardless of what's actually being shared.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://foryourplans.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
