<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two real URLs and the source documents. app.html is deliberately absent: it is
  a hash-routed shell whose routes are not separate documents, and listing #/…
  fragments in a sitemap is meaningless — crawlers discard the fragment and would
  see the same empty page repeatedly.

  If the course is ever pre-rendered per route, this is the file that grows.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://fl-cdl-training.web.app/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://fl-cdl-training.web.app/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://fl-cdl-training.web.app/?lang=es" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://fl-cdl-training.web.app/" />
  </url>
  <!--
    pricing.html is a real, indexable document with its own copy, not a fragment — and
    it is now the step every new student passes through, so it is the page most likely
    to be searched for by name ("FL CDL Training price").
  -->
  <url>
    <loc>https://fl-cdl-training.web.app/pricing.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://fl-cdl-training.web.app/pricing.html" />
    <xhtml:link rel="alternate" hreflang="es" href="https://fl-cdl-training.web.app/pricing.html?lang=es" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://fl-cdl-training.web.app/pricing.html" />
  </url>
  <url>
    <loc>https://fl-cdl-training.web.app/englishcdlhandbook.pdf</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://fl-cdl-training.web.app/spanishcdlhandbook.pdf</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://fl-cdl-training.web.app/cdl_supplement.pdf</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
