<?xml version="1.0" encoding="UTF-8"?>
<!--
    Hand-maintained: the indexable surface is six URLs, so a generator would be more moving parts
    than the thing it generates. Add an entry when a public page is added. Kept as a static file
    rather than a route because the nginx config serves *.xml directly from public/ without
    try_files, so a route would 404. See SEO.md.

    /forgot-password is deliberately absent (thin, and reachable from /login), and
    /reset-password/{token} is not public at all.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://tablecall.com/</loc>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://tablecall.com/how-it-works</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://tablecall.com/register</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://tablecall.com/contact-us</loc>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    <url>
        <loc>https://tablecall.com/login</loc>
        <changefreq>monthly</changefreq>
        <priority>0.4</priority>
    </url>
    <url>
        <loc>https://tablecall.com/privacy</loc>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
</urlset>
