<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained. Four pages, so a generator would be more machinery than the
  problem needs. ADD A NEW PAGE HERE WHEN YOU ADD ONE TO src/pages/.

  Rules this file follows:
  - canonical absolute URLs only, matching the canonical tags Base.astro emits
    (apex domain, https, trailing slash, no www)
  - indexable pages only: /404 is excluded, and anything served noindex must be
    left out for as long as it is
  - no fragment URLs: /#work is a section of the home page, not a page
  - no <lastmod>: there is no automated source for a real last-modified date
    here, and a hand-typed one would be a guess that decays silently
  - no <priority> or <changefreq>: Google ignores both
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://linecrestdigital.com/</loc>
  </url>
  <url>
    <loc>https://linecrestdigital.com/work/day1-heating-cooling/</loc>
  </url>
  <url>
    <loc>https://linecrestdigital.com/privacy/</loc>
  </url>
  <url>
    <loc>https://linecrestdigital.com/terms/</loc>
  </url>
</urlset>
