<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap for https://dotwingo.com — copied verbatim to the dist root by
  Vite (public/). Two URL shapes (see frontend/src/__tests__/seo/seoAssets.test.ts,
  which derives its expected set from the same sources so this file tracks them):

  1. Marketing routes live under the /:lang prefix and are offered in every
     ACTIVE locale (en, es — D3 delist). Each carries xhtml:link alternates
     (en, es, x-default → en) mirroring HreflangTags.tsx. Routes: index (home),
     price, features, about (see App.tsx).

  2. Legal / compliance routes are canonical, LOCALE-FREE URLs (compliance pack
     Annex B slug freeze, COMPLIANCE_PAGES in content/legal/registry.ts). One
     url entry each, NO alternates. rdap-tos is INCLUDED: although it is a low-SEO
     machine contract (linked from RDAP responses) rather than a marketing page,
     it is a published, indexable URL — listing the whole frozen registry keeps
     this file and its test in lockstep with the slug freeze with no special-casing.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <!-- ——— Marketing routes (per-locale, with hreflang alternates) ——— -->
  <url>
    <loc>https://dotwingo.com/en/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://dotwingo.com/en/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://dotwingo.com/es/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://dotwingo.com/en/" />
  </url>
  <url>
    <loc>https://dotwingo.com/es/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://dotwingo.com/en/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://dotwingo.com/es/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://dotwingo.com/en/" />
  </url>
  <url>
    <loc>https://dotwingo.com/en/price</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://dotwingo.com/en/price" />
    <xhtml:link rel="alternate" hreflang="es" href="https://dotwingo.com/es/price" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://dotwingo.com/en/price" />
  </url>
  <url>
    <loc>https://dotwingo.com/es/price</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://dotwingo.com/en/price" />
    <xhtml:link rel="alternate" hreflang="es" href="https://dotwingo.com/es/price" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://dotwingo.com/en/price" />
  </url>
  <url>
    <loc>https://dotwingo.com/en/features</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://dotwingo.com/en/features" />
    <xhtml:link rel="alternate" hreflang="es" href="https://dotwingo.com/es/features" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://dotwingo.com/en/features" />
  </url>
  <url>
    <loc>https://dotwingo.com/es/features</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://dotwingo.com/en/features" />
    <xhtml:link rel="alternate" hreflang="es" href="https://dotwingo.com/es/features" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://dotwingo.com/en/features" />
  </url>
  <url>
    <loc>https://dotwingo.com/en/about</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://dotwingo.com/en/about" />
    <xhtml:link rel="alternate" hreflang="es" href="https://dotwingo.com/es/about" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://dotwingo.com/en/about" />
  </url>
  <url>
    <loc>https://dotwingo.com/es/about</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://dotwingo.com/en/about" />
    <xhtml:link rel="alternate" hreflang="es" href="https://dotwingo.com/es/about" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://dotwingo.com/en/about" />
  </url>

  <!-- ——— Legal / compliance routes (locale-free canonical, no alternates) ——— -->
  <url>
    <loc>https://dotwingo.com/pricing</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/legal/registration-agreement</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/legal/privacy-policy</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/legal/data-processing-addendum</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/legal/anti-abuse-policy</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/legal/transfer-policy</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/legal/errp</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/legal/acceptable-use-policy</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/legal/registrant-rights</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/legal/terms-of-use</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/legal/cookies</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/legal/registrants-benefits-responsibilities</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/whois</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/legal/change-of-registrant</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/legal/udrp-urs</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/abuse</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/legal/resellers</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/about/registrar-information</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/legal/reserved-names</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/legal/tmch-sunrise-claims</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/legal/data-retention-escrow</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/legal/btappa</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/support/complaints</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/legal/privacy-proxy</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/legal/registry-policies</loc>
  </url>
  <url>
    <loc>https://dotwingo.com/legal/rdap-tos</loc>
  </url>
</urlset>
