<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public marketing pages only. Deliberately excluded:
    - everything under Disallow in robots.txt (funnels, proposals, booking)
    - /classic, /classic-pricing, /classic-book-call and /features: the retired
      pre-rebrand pages, kept reachable for reference but not something to
      compete with the current site for the same queries. /features sits in the
      same "preserved for review" route block, and NotFound.tsx calls it out by
      name as a classic page. /privacy and /terms share that block but are
      genuinely current, so they stay.
    - /admin: internal HQ, sign-in gated
    - /testimonials: TEMPORARY. The route exists but App.tsx renders
      <Navigate to="/">, so there is no page here yet, and since the routes
      are prerendered it serves the bare shell rather than the homepage.
      Submitting it offered Google an empty document that canonicalised
      away. Put it back the moment there is a real testimonials page with
      enough attributed quotes to carry it.
  /pricing is the CURRENT pricing page and belongs here. It is not the same
  thing as /classic-pricing above, which is the retired one. It was missing
  from this file while being linked from six pages including the main nav,
  so the most commercially important page after the homepage was never
  submitted for indexing.
  URLs use www, which is the host that answers 200. The apex redirects to it,
  so listing apex URLs here would submit a sitemap of redirects.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://www.assistabyte.com/</loc></url>
  <url><loc>https://www.assistabyte.com/pricing</loc></url>
  <url><loc>https://www.assistabyte.com/our-work</loc></url>
  <url><loc>https://www.assistabyte.com/our-process</loc></url>
  <url><loc>https://www.assistabyte.com/trades</loc></url>
  <url><loc>https://www.assistabyte.com/contact</loc></url>
  <url><loc>https://www.assistabyte.com/privacy</loc></url>
  <url><loc>https://www.assistabyte.com/terms</loc></url>
</urlset>
