<?xml version="1.0" encoding="UTF-8"?>
<!--
  The indexable pages, one URL each.

  The rule this list follows is the one the pages themselves already declare:
  a page is here if it carries a self-referential <link rel="canonical"> and
  is not marked noindex. That keeps the sitemap and the canonical tags from
  ever disagreeing, which matters more here than usual — the consumer sales
  experience used to be the root and is now at /experience/, and those are two
  different pages rather than two addresses for one page.

  Deliberately absent:

    /join/                      noindex, follow — the purchase page is reached
                                from the experience, not from a search result.
    /free-concert/              a dated campaign landing page.
    /login/                     the sign-in, and the two older doors beside it.
    /members/…                  the member area, behind a session.
    /thank-you, /thank-you-schools, /free-concert-confirmed/,
    /senior-living/preview-requested/
                                confirmation pages, all noindex.

  The <loc> values are absolute because the sitemap protocol requires it. The
  pages' own canonical tags stay root-relative, which is what keeps a deploy
  preview from canonicalising itself onto production.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- The brand front door. -->
  <url>
    <loc>https://elitepianist.com/</loc>
  </url>

  <!-- The consumer experience: the concert, the story, the conversation, the
       memberships. This is the page that was previously served at the root. -->
  <url>
    <loc>https://elitepianist.com/experience/</loc>
  </url>

  <!-- Elite Pianist for Senior Living. -->
  <url>
    <loc>https://elitepianist.com/senior-living/</loc>
  </url>

  <!-- Elite Pianist for Schools. -->
  <url>
    <loc>https://elitepianist.com/schools</loc>
  </url>

  <!-- The institutional viewing licence, and the legal pages. -->
  <url>
    <loc>https://elitepianist.com/institutional-license/</loc>
  </url>
  <url>
    <loc>https://elitepianist.com/terms/</loc>
  </url>
  <url>
    <loc>https://elitepianist.com/senior-living/terms/</loc>
  </url>
  <url>
    <loc>https://elitepianist.com/privacy/</loc>
  </url>

</urlset>
