<?xml version="1.0" encoding="UTF-8"?>
<!-- Two entries, not three. /thanks is deliberately absent: it carries
     noindex, so listing it would ask Google to crawl a page it is then told
     not to index. /privacy is here because it is indexable and was missing,
     which meant the sitemap declared one of the two pages worth finding. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://leebrooker.co.uk/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://leebrooker.co.uk/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
