<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written rather than generated by @astrojs/sitemap.

  The site is small enough (21 real routes across 3 locales, as of the
  2026-08-19 page-split task — was 9) that a build-time sitemap integration
  would add a dependency and a build-output diffing problem for no real
  gain over just listing the routes directly — see src/i18n/locales.ts
  (pathFor) and src/i18n/index.ts (alternatesFor), which are the actual
  source of truth these URLs and hreflang pairs were read from, not
  invented separately.

  2026-08-19: added /about, /pricing, /faq, /what-is-included (x3 locales)
  — pricing, FAQ, and "what's included" moved off the homepage's in-page
  anchor sections onto their own real URLs, and a new anonymous About page
  shipped alongside them. Same reasoning as the file's own header always
  said: keep this correct as routes are added, even before noindex lifts.

  2026-08-21: added /services (x3 locales) — this page shipped on
  2026-08-06/07 (Services nav + page work) but was never added here; found
  during the "Google shows us as a law firm" investigation as the one real
  sitemap gap. noindex was also removed from the site today (Nick's call,
  see src/layouts/Base.astro and robots.txt) — this file is no longer
  launch-day prep, it is the live sitemap.

  Excludes /lab (dev-only, stripped from production per its own containment
  note) and the three /404 pages (never belong in a sitemap — a 404 is a
  response, not a page to submit for indexing).

  No lastmod: this file is not wired to track real per-page edit dates, and
  a stale/incorrect lastmod is worse than none (same "don't assert a number
  you can't source" discipline as everywhere else in this codebase).
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://kingsgatefirm.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/terms</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/terms" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt/terms" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es/terms" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/terms" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/privacy</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/privacy" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt/privacy" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es/privacy" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/privacy" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/about</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/about" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt/about" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es/about" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/about" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/services</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/services" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt/services" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es/services" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/services" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/pricing</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/pricing" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt/pricing" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es/pricing" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/pricing" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/faq</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/faq" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt/faq" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es/faq" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/faq" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/what-is-included</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/what-is-included" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt/what-is-included" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es/what-is-included" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/what-is-included" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/pt</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/pt/terms</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/terms" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt/terms" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es/terms" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/terms" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/pt/privacy</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/privacy" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt/privacy" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es/privacy" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/privacy" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/pt/about</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/about" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt/about" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es/about" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/about" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/pt/services</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/services" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt/services" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es/services" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/services" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/pt/pricing</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/pricing" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt/pricing" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es/pricing" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/pricing" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/pt/faq</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/faq" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt/faq" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es/faq" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/faq" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/pt/what-is-included</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/what-is-included" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt/what-is-included" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es/what-is-included" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/what-is-included" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/es</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/es/terms</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/terms" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt/terms" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es/terms" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/terms" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/es/privacy</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/privacy" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt/privacy" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es/privacy" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/privacy" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/es/about</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/about" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt/about" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es/about" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/about" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/es/services</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/services" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt/services" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es/services" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/services" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/es/pricing</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/pricing" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt/pricing" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es/pricing" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/pricing" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/es/faq</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/faq" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt/faq" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es/faq" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/faq" />
  </url>
  <url>
    <loc>https://kingsgatefirm.com/es/what-is-included</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kingsgatefirm.com/what-is-included" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://kingsgatefirm.com/pt/what-is-included" />
    <xhtml:link rel="alternate" hreflang="es" href="https://kingsgatefirm.com/es/what-is-included" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kingsgatefirm.com/what-is-included" />
  </url>

</urlset>
