<?xml version="1.0" encoding="UTF-8"?>
<!--
  The main MyTimeDrop sitemap, and the address the platform's robots.txt already
  advertises.

  It is an index rather than a single list because the site has two kinds of public
  page. The marketing pages are a small fixed set that never changes, so they live
  in a plain file that cannot go stale. The blog grows every time an article is
  published, so it is read from the function that is regenerated on every request.
  Both are pointed at from here, so one submitted address covers everything and no
  page can fall out of date.

  A sitemap is a request to index, so nothing below is listed unless it is a real,
  public, indexable page. Kept out on purpose:

    /access              now noindex, follow — a signpost, not content
    /events/manage       host dashboard, behind the account wall
    /events/new          creating an Event, behind the account wall
    /events/join         guest code entry, useful only to someone who has a code
    /event/<token>       a private guest link
    /view/<token>        a finished TimeDrop opened by its own link
    /verify-family       invitation acceptance, only meaningful with a token
    /join-family         invitation acceptance, only meaningful with a token
    /login  /register    sign-in pages, no content to rank
    /forgot-password  /reset-password

  No address carrying a private token appears in a sitemap anywhere.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://mytimedrop.com/pages-sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://mytimedrop.com/functions/blogSitemap</loc>
  </sitemap>
</sitemapindex>
