<?xml version="1.0" encoding="UTF-8"?>
<!--
  SilentShip - sitemap.

  THREE URLs for ONE page, on purpose. The landing page at "/" is the only page
  on this site with content to index; everything else is the customer
  application, which paints itself behind a sign-in and would only earn a
  "Crawled - currently not indexed" line. But this shop's language IS the URL:
  "/" answers in whatever the browser asked for, "/es" and "/en" force one. All
  three are real, distinct, crawlable addresses, so all three are listed and
  each one declares the other two as its alternates.

  "/" is x-default because it is the address that adapts: it is the right answer
  for a reader whose language is neither of ours.

  The nav links (#pricing, #faq...) are anchors into the same document, not
  addresses - a fragment never reaches the server - so they do not belong here.

  lastmod is the day public/landing.html itself last changed. Update it when
  that file changes; if that is going to be forgotten, delete the lines instead.
  A lastmod that lies is worse than none - a crawler that catches one out stops
  trusting the rest of the file.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://silentship.me/</loc>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://silentship.me/"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://silentship.me/es"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://silentship.me/en"/>
    <lastmod>2026-08-27</lastmod>
  </url>
  <url>
    <loc>https://silentship.me/es</loc>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://silentship.me/"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://silentship.me/es"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://silentship.me/en"/>
    <lastmod>2026-08-27</lastmod>
  </url>
  <url>
    <loc>https://silentship.me/en</loc>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://silentship.me/"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://silentship.me/es"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://silentship.me/en"/>
    <lastmod>2026-08-27</lastmod>
  </url>
</urlset>
