<?xml version="1.0" encoding="UTF-8"?>
<!--
  Six URLs: three pages in two languages, each language at a path of its own
  (src/pages.js). Every <loc> and every alternate here is asserted against that
  module by src/test/sitemap.test.js, so this file cannot quietly fall behind
  the site.

  The gated lead-magnet pages (/uscis.html, /es/uscis.html) are deliberately
  absent. They are unlinked and carry `noindex`; submitting them here would be
  the one thing that tells a crawler they exist. `noindex` is used rather than a
  robots.txt Disallow, which would stop a crawler ever reading the noindex.

  Each language gets its own <loc> rather than appearing only as somebody
  else's alternate: an hreflang set is read per <loc>, so a URL that is only
  ever declared is not submitted and is not indexed on its own. Bilingual
  parity is a business invariant (BDR-0002) and it has to hold here too.

  Within a page the alternate sets are identical and name every language plus
  x-default, which is the reciprocity Google requires before honouring any of
  them.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://migr8suite.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://migr8suite.com/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://migr8suite.com/es/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://migr8suite.com/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://migr8suite.com/es/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://migr8suite.com/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://migr8suite.com/es/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://migr8suite.com/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://migr8suite.com/privacy.html</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://migr8suite.com/privacy.html" />
    <xhtml:link rel="alternate" hreflang="es" href="https://migr8suite.com/es/privacy.html" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://migr8suite.com/privacy.html" />
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://migr8suite.com/es/privacy.html</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://migr8suite.com/privacy.html" />
    <xhtml:link rel="alternate" hreflang="es" href="https://migr8suite.com/es/privacy.html" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://migr8suite.com/privacy.html" />
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://migr8suite.com/terms.html</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://migr8suite.com/terms.html" />
    <xhtml:link rel="alternate" hreflang="es" href="https://migr8suite.com/es/terms.html" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://migr8suite.com/terms.html" />
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://migr8suite.com/es/terms.html</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://migr8suite.com/terms.html" />
    <xhtml:link rel="alternate" hreflang="es" href="https://migr8suite.com/es/terms.html" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://migr8suite.com/terms.html" />
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
