<?xml version="1.0" encoding="UTF-8"?>
<!-- Three static routes, listed by hand (TASK-012 012c). No sitemap integration: @astrojs/sitemap
     would be a build dependency to generate six lines, and this file changes when a page is
     added, which is exactly when someone is already editing the routes.

     TASK-046 (2026-09-05): /line-learning added - it shipped in TASK-043 and this file still said
     "add the memoriser page here when it lands", which is how a live page spends a fortnight out
     of the sitemap. It has no row in docs/seo/Pages.csv yet, so this is its first way in.

     The domain cutover HAS HAPPENED - the note that stood here ("auditionlead.com still serves
     the old product until the domain cutover") is retired. auditionlead.com/ serves THIS app;
     the old product's routes (/reader, /pricing, /blog, /login) now return 404, which is its own
     problem and not this file's - see TASK-047, which 301s them here.

     URLs are written WITHOUT a trailing slash to match each page's own `canonical` (index.astro,
     teleprompter.astro:37, line-learning.astro:65). The host 301s /teleprompter -> /teleprompter/;
     that has been true since /teleprompter was indexed (7,228 impressions) and is left alone. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://auditionlead.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://auditionlead.com/teleprompter</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://auditionlead.com/line-learning</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <!-- The blog (TASK-049, PRD-057 D-23). The index at 0.7, articles at 0.6, both monthly.
       ARTICLE ROWS GO IN BY HAND, one per article, as each ships. There is no generator here
       for the same reason the rest of this file has none: @astrojs/sitemap would take over the
       whole document, and this one carries decisions (no trailing slashes, hand-set priorities)
       that a generator does not know about. Three are planned - scenepartner-alternatives,
       where-to-find-monologues-and-sides, where-to-find-auditions - and none is listed until it
       exists, because a sitemap entry for a 404 is worse than a missing one. -->
  <url>
    <loc>https://auditionlead.com/blog</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://auditionlead.com/blog/scenepartner-alternatives</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://auditionlead.com/blog/where-to-find-monologues-and-sides</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
