<?xml version="1.0" encoding="UTF-8"?>
<!--
  PickupBistro's sitemap.

  There was none, and the absence was not neutral: the marketplace distribution has no /sitemap.xml behaviour,
  so the SPA fallback answered the path with index.html. A crawler asking for a sitemap received a page of
  HTML with a 200 on it — the same failure EngineerPrep's sitemap comment warns about, still live on this
  domain. A static file in the shared public folder is served straight from S3 and needs no CloudFront change.
  (EngineerPrep is unaffected: its distribution routes /sitemap.xml to the API, which builds one from the
  published curriculum.)

  Apex URLs, because app.ts redirects www.pickupbistro.com to pickupbistro.com so that sessionStorage and
  OAuth tokens stay on one origin. Listing the www form would advertise the host that redirects away.

  Static, and only the pages that exist for everyone. Vendor storefronts, menus and community feeds are the
  dynamic half of the catalog and belong in a generated sitemap when the marketplace wants one — listing a
  guessed handful here would be a sitemap that goes stale the first time a vendor signs up. What is here is
  true today and cheap to keep true.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://pickupbistro.com/</loc></url>
  <url><loc>https://pickupbistro.com/vendors</loc></url>
  <url><loc>https://pickupbistro.com/communities</loc></url>
  <url><loc>https://pickupbistro.com/contact</loc></url>
  <url><loc>https://pickupbistro.com/terms</loc></url>
  <url><loc>https://pickupbistro.com/privacy</loc></url>
</urlset>
