<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every public page on www.thedigicar.com — all six.

  The www host is not arbitrary: every page's rel="canonical" points at
  www.thedigicar.com, so this file has to agree. A sitemap listing the apex
  while the canonical says www asks the crawler to reconcile two answers, and
  it resolves that by trusting neither.

  v1 and v2 are the earlier designs of the same car, kept deliberately as
  history rather than redirected away. They are listed because they are real
  pages someone can land on, at a lower change frequency than the front page.

  projects.html is deliberately ABSENT. It carries its own
  <meta name="robots" content="noindex, nofollow">, and listing a page here
  while its own markup asks not to be indexed sends a crawler two contradictory
  instructions about the same URL. The page's own tag wins, so this file stays
  quiet about it. If it should be indexed, remove the noindex there and add it
  here — in that order.

  No <lastmod>, matching the sibling sites: a hand-written date in a static
  file is accurate exactly once, and a sitemap that reports stale dates is
  worth less than one that reports none.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.thedigicar.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.thedigicar.com/v2.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://www.thedigicar.com/v1.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://www.thedigicar.com/privacy.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.thedigicar.com/terms.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
