<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained: the site has four routes, so a build-time sitemap
  integration would be more machinery than the problem needs. Add a <url>
  entry whenever a page is added under src/pages.

  /pricing is deliberately absent: it is a redirect to /solutions#pricing,
  emitted noindex, and listing a noindex URL here contradicts the sitemap.

  No <lastmod>: an accurate date needs a real build timestamp, and a
  wrong one is worse than none.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://vibecodingdenver.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://vibecodingdenver.com/solutions/</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://vibecodingdenver.com/get-found/</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://vibecodingdenver.com/privacy/</loc>
    <priority>0.1</priority>
  </url>
</urlset>
