<?xml version="1.0" encoding="UTF-8"?>
<!--
  The marketing site is a single page; its sections are anchors on that page
  rather than routes, so listing them here would submit URLs that resolve to the
  same document and dilute it.

  Restaurant booking pages live on their own subdomains. A sitemap may only list
  URLs on the host that serves it, so those cannot appear here — each tenant
  needs its own sitemap at its own origin, which is a follow-up once there are
  restaurants to list.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://dineration.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <!-- The SMS opt-in page is a real route rather than an anchor, and carrier
       reviewers are sent to it during toll-free verification. It is also what a
       guest finds if they search the number that texted them. -->
  <url>
    <loc>https://dineration.com/sms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://dineration.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://dineration.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
