<?xml version="1.0" encoding="UTF-8"?>
<!--
  Pre-launch sitemap. Two pages, because two pages are all that exist publicly.

  Drupal's generated sitemap index advertises six child sitemaps covering the
  whole platform - editorial, reference, commodities, topics, products and
  default. Every URL in them currently redirects to the coming-soon page, so
  serving that index would invite Google to crawl several hundred URLs and find
  a redirect at each one. That produces mass soft-404s and reads like redirect
  abuse rather than a site that has not opened yet.

  web/.htaccess serves this file in place of /sitemap.xml while the pre-launch
  block is in place. Remove that block at launch and the real generated sitemap
  returns on its own; nothing here needs deleting.

  The hreflang pairs mirror the ones the pages themselves declare.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://aquicargo.org/es/proximamente</loc>
    <xhtml:link rel="alternate" hreflang="es" href="https://aquicargo.org/es/proximamente"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://aquicargo.org/en/coming-soon"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://aquicargo.org/es/proximamente"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://aquicargo.org/en/coming-soon</loc>
    <xhtml:link rel="alternate" hreflang="es" href="https://aquicargo.org/es/proximamente"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://aquicargo.org/en/coming-soon"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://aquicargo.org/es/proximamente"/>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
