<?xml version="1.0" encoding="UTF-8"?>
<!--
  TODO (domain): replace every REPLACE-WITH-DOMAIN below once the production
  domain is decided, then uncomment the Sitemap line in robots.txt.

  The placeholder is deliberately invalid rather than a plausible-looking host:
  a sitemap listing the wrong domain is ignored at best, and at worst points
  search engines away from the real site. Nothing links here until robots.txt
  does, so the file is inert in the meantime.

  Static routes only. Blog posts live in the admin database, so they cannot be
  listed from a file that ships with the build — adding them needs either a
  build step that reads the API or a /sitemap.xml served by the API itself.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://REPLACE-WITH-DOMAIN/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://REPLACE-WITH-DOMAIN/services</loc>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://REPLACE-WITH-DOMAIN/fleet</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://REPLACE-WITH-DOMAIN/process</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://REPLACE-WITH-DOMAIN/coverage</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://REPLACE-WITH-DOMAIN/safety</loc>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://REPLACE-WITH-DOMAIN/contact</loc>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://REPLACE-WITH-DOMAIN/reviews</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://REPLACE-WITH-DOMAIN/gallery</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://REPLACE-WITH-DOMAIN/careers</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://REPLACE-WITH-DOMAIN/blog</loc>
    <priority>0.7</priority>
  </url>
</urlset>
