<?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>
</urlset>
