<?xml version="1.0" encoding="UTF-8"?>
<!-- Only real URLs belong here. The club site is a single-page app with hash routing,
     so its inner views ("#/join", "#/team") are not separate pages — everything after
     "#" is stripped before the request is even sent. /about is a standalone HTML page,
     which is why it can be listed and they cannot. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
  <url>
    <loc>https://loudspeakers.club/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <image:image>
      <image:loc>https://loudspeakers.club/og-image.png</image:loc>
      <image:title>Loudspeakers Toastmasters Club — Zouk Mikael, Lebanon</image:title>
    </image:image>
  </url>
  <url>
    <loc>https://loudspeakers.club/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
