<?xml version="1.0" encoding="UTF-8"?>
<!-- Replace https://www.example.com/johnporker/ with your real public base URL (trailing slash optional but be consistent). -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.example.com/johnporker/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.example.com/johnporker/lore.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.example.com/johnporker/guide.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.85</priority>
  </url>
  <url>
    <loc>https://www.example.com/johnporker/play/horror-memes.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.75</priority>
  </url>
</urlset>
