<?xml version="1.0" encoding="UTF-8"?>
<!-- allnightonlinetraffic.com - hand written, four real pages.

     Every <loc> is the https APEX with a trailing slash, matching the 301s in
     .htaccess and each page's own rel=canonical exactly. A sitemap that lists
     www, or http, or a slashless variant while the canonical says otherwise
     hands Google two different answers to the same question.

     HREFLANG: the cluster covers /california/ and /california/espanol/ ONLY.
     They are the same course in two languages, so they are alternates of each
     other; x-default points at the English one.

     THE HUB IS DELIBERATELY NOT IN THE CLUSTER. / is a two-state chooser, not
     a translation of either California page, and adding a non-equivalent page
     to an hreflang set is the standard way to break it - Google drops the
     whole set rather than the bad member. /virginia/ is out for the same
     reason: it is a different product under a different regulator, with no
     Spanish counterpart. Do not "complete the set" by adding either. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- The hub. No xhtml:link children, on purpose. See the note above. -->
  <url>
    <loc>https://allnightonlinetraffic.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- California, English. Reciprocal with the Spanish entry below: each
       declares BOTH languages plus x-default, which is what makes the set
       valid. A one-directional declaration is ignored. -->
  <url>
    <loc>https://allnightonlinetraffic.com/california/</loc>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://allnightonlinetraffic.com/california/"/>
    <xhtml:link rel="alternate" hreflang="es-US" href="https://allnightonlinetraffic.com/california/espanol/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://allnightonlinetraffic.com/california/"/>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- California, Spanish. -->
  <url>
    <loc>https://allnightonlinetraffic.com/california/espanol/</loc>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://allnightonlinetraffic.com/california/"/>
    <xhtml:link rel="alternate" hreflang="es-US" href="https://allnightonlinetraffic.com/california/espanol/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://allnightonlinetraffic.com/california/"/>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Virginia. Separate product, separate regulator, no alternates. -->
  <url>
    <loc>https://allnightonlinetraffic.com/virginia/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

</urlset>
