<?xml version="1.0" encoding="UTF-8"?>
<!--
  Studio Plaz — Landing pages sitemap (Sprint 945I)

  Hreflang annotations for the marketing landings so Google indexes 6
  separate variant × language URLs:
    /              creative landing (en/es/de)
    /business      service-business landing (en/es/de)
  Plus 1 alias and 2 legal pages.

  Hreflang spec: https://developers.google.com/search/docs/specialty/international/localized-versions
  Lang detection on the page side reads `?lang=` from the URL.
  `x-default` points at the canonical English URL so unsupported-locale
  users land in EN.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- =================================================== -->
  <!-- /  · creative landing (primary brand identity)      -->
  <!-- =================================================== -->
  <url>
    <loc>https://studioplaz.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en"        href="https://studioplaz.com/" />
    <xhtml:link rel="alternate" hreflang="es"        href="https://studioplaz.com/?lang=es" />
    <xhtml:link rel="alternate" hreflang="de"        href="https://studioplaz.com/?lang=de" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://studioplaz.com/" />
  </url>

  <url>
    <loc>https://studioplaz.com/?lang=es</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="en"        href="https://studioplaz.com/" />
    <xhtml:link rel="alternate" hreflang="es"        href="https://studioplaz.com/?lang=es" />
    <xhtml:link rel="alternate" hreflang="de"        href="https://studioplaz.com/?lang=de" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://studioplaz.com/" />
  </url>

  <url>
    <loc>https://studioplaz.com/?lang=de</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="en"        href="https://studioplaz.com/" />
    <xhtml:link rel="alternate" hreflang="es"        href="https://studioplaz.com/?lang=es" />
    <xhtml:link rel="alternate" hreflang="de"        href="https://studioplaz.com/?lang=de" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://studioplaz.com/" />
  </url>

  <!-- =================================================== -->
  <!-- /business · service-business adapted landing        -->
  <!-- =================================================== -->
  <url>
    <loc>https://studioplaz.com/business</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en"        href="https://studioplaz.com/business" />
    <xhtml:link rel="alternate" hreflang="es"        href="https://studioplaz.com/business?lang=es" />
    <xhtml:link rel="alternate" hreflang="de"        href="https://studioplaz.com/business?lang=de" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://studioplaz.com/business" />
  </url>

  <url>
    <loc>https://studioplaz.com/business?lang=es</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="en"        href="https://studioplaz.com/business" />
    <xhtml:link rel="alternate" hreflang="es"        href="https://studioplaz.com/business?lang=es" />
    <xhtml:link rel="alternate" hreflang="de"        href="https://studioplaz.com/business?lang=de" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://studioplaz.com/business" />
  </url>

  <url>
    <loc>https://studioplaz.com/business?lang=de</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="en"        href="https://studioplaz.com/business" />
    <xhtml:link rel="alternate" hreflang="es"        href="https://studioplaz.com/business?lang=es" />
    <xhtml:link rel="alternate" hreflang="de"        href="https://studioplaz.com/business?lang=de" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://studioplaz.com/business" />
  </url>

  <!-- =================================================== -->
  <!-- Aliases + legal                                     -->
  <!-- =================================================== -->
  <url>
    <loc>https://studioplaz.com/coming-soon</loc>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://studioplaz.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://studioplaz.com/terms-of-service</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
