<?xml version="1.0" encoding="UTF-8"?>
<!--
  Four pages. URLs are the extensionless form because this hosting target has
  cleanUrls enabled and `.html` 301s to it — declaring the .html would advertise
  the redirect source rather than the destination.

  index carries the lead form and is the page nearly every visitor lands on
  (traffic arrives from short-form video with no link in bio, so people type the
  domain), hence priority 1.0. run is second because it is the page that answers
  the question people actually search.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://multiplicationbee.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://multiplicationbee.com/run</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://multiplicationbee.com/divisions</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://multiplicationbee.com/bring-the-bee</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
