<?xml version="1.0" encoding="UTF-8"?>
<!--
  liquixreg.com — sitemap
  Upload into public_html alongside index.html. Must live at the root:
  https://liquixreg.com/sitemap.xml

  A sitemap lists PAGES, not sections. This site is one page today, so there is
  one entry. The value of having it now is not discovery — Google will find a
  single-page site regardless — it is that Search Console will then report, for
  this exact URL, when it was last crawled, whether it is indexed, and if not,
  why not. That feedback is the point.

  WHEN YOU ADD A PAGE
  Copy the <url> block, change <loc>, set <lastmod> to the day you published,
  and re-submit in Search Console (Sitemaps → enter "sitemap.xml" → Submit).
  Rules that are easy to get wrong:
    · <loc> must be the exact canonical URL — https, no www, and matching the
      canonical tag on that page character for character. A mismatch makes the
      entry worthless.
    · Never list a URL that redirects or 404s.
    · <lastmod> should be honest. Bumping it on every deploy to look fresh is a
      known trick and Google discounts the field for sites that do it.
    · <priority> and <changefreq> are ignored by Google entirely. They are
      omitted here rather than kept as decoration.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://liquixreg.com/</loc>
    <lastmod>2026-08-02</lastmod>
  </url>
</urlset>
