<?xml version="1.0" encoding="UTF-8"?>
<!--
  The xmlns alone is what the sitemaps.org protocol requires, and it is what
  this file used to carry. Google Search Console still reported "Incorrect
  namespace" against the <urlset> tag on line 2, because its validator wants
  the namespace *bound to the schema* rather than merely declared. Adding the
  XMLSchema-instance prefix and the matching schemaLocation is the form Google
  documents and is what clears the warning. Do not collapse this back to the
  single-attribute version.

  Both URLs below must stay absolute, on https, and on the same host that
  serves this file — a sitemap may only list URLs under its own path.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/0.9
                            http://www.sitemaps.org/schemas/0.9/sitemap.xsd">
  <url>
    <loc>https://thepipelinefixer.com/</loc>
    <lastmod>2026-08-18</lastmod>
  </url>
  <!--
    /privacy.html became /privacy/ on 18 August 2026 and a 301 in
    _redirects points the old path here. Only the destination belongs in a
    sitemap: listing a URL that redirects tells Google to crawl something
    it will immediately be sent away from, and it is reported in Search
    Console as "Page with redirect" rather than as an indexed page.

    Add the eight planned pages to this file as each one goes live, not
    before. A sitemap listing URLs that 404 is worse than a short sitemap,
    because it makes every entry in the file less trustworthy.
  -->
  <!--
    The four pages built in the split of 18 August 2026. Order in this file
    carries no weight and never has; <priority> and <changefreq> are ignored
    by Google and are deliberately absent rather than decorative.

    /leak-check/ is listed even though it is a tool rather than an article:
    it is the page most likely to earn a symptom search ("sales pipeline not
    converting"), and it is the only asset on the site that segments a
    stranger before they talk to anyone.
  -->
  <url>
    <loc>https://thepipelinefixer.com/leak-check/</loc>
    <lastmod>2026-08-18</lastmod>
  </url>
  <url>
    <loc>https://thepipelinefixer.com/sales-diagnostic/</loc>
    <lastmod>2026-08-18</lastmod>
  </url>
  <url>
    <loc>https://thepipelinefixer.com/sales-fix/</loc>
    <lastmod>2026-08-18</lastmod>
  </url>
  <url>
    <loc>https://thepipelinefixer.com/about/</loc>
    <lastmod>2026-08-18</lastmod>
  </url>
  <url>
    <loc>https://thepipelinefixer.com/privacy/</loc>
    <lastmod>2026-08-18</lastmod>
  </url>
</urlset>
