<?xml version="1.0" encoding="UTF-8"?>
<!--
  One page, so this is written by hand rather than pulling in a sitemap
  integration to generate four lines.

  This lives here and not in the app. The app used to serve a sitemap whose
  only entry was app.myvenuehq.com/landing, a duplicate of this page under a
  different brand name, which is the worst possible thing to hand a crawler:
  two URLs competing for the same terms with the off-brand one submitted. The
  duplicate is gone and the apex owns search.

  Add a <url> here when a real page is added. Do not list app routes: they are
  per-session and behind auth.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://myvenuehq.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
