<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap reconciled 2026-07-08 to list ONLY routes that actually resolve in
  this repository (verified against src/pages.config.js and src/App.jsx).

  The previous sitemap advertised /lp-gamer, /lp-creator, /lp-business,
  /lp-local, /ServiceOverview, /Pricing, and /Support. NONE of those exist as
  routes in this repo, so each resolved to the SPA not-found page (soft-404s).
  They have been removed. If those marketing landing pages are still wanted,
  they likely need to be ported from the Configurator repo before being
  re-listed here.

  Only public, indexable pages are included. The build funnel (Summary,
  ExtrasAndServices, Checkout), account pages (Orders, MyBuilds,
  OrderConfirmation), and admin/utility routes are intentionally excluded
  (they are noindex + Disallow'd in robots.txt). The configurator entry point
  "BuildFlow" is the site's main page and is served at the root "/", so it is
  represented by the "/" entry below rather than a duplicate "/BuildFlow" URL.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.pcbuildmasters.com/configurator/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.pcbuildmasters.com/configurator/Support</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://www.pcbuildmasters.com/configurator/PrivacyPolicy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.pcbuildmasters.com/configurator/TermsOfService</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
