<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained. The @astrojs/sitemap integration still crashes on this
  Astro version (see the note in astro.config.mjs), so routes are listed here
  explicitly. Add an entry whenever you add a page under src/pages/.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://billwordy.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://billwordy.com/content-marketing-with-ai</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
