<?xml version="1.0" encoding="UTF-8"?>
<!--
  Wild American Dog Food Co. — public pages only.

  THE RULE THIS FILE HALF-ENFORCES (Constitution X): every public page is either listed here or
  carries `noindex`. Never neither. A page that is in no sitemap and carries no directive is not
  "private" — it is simply undeclared, and search engines discover it by link, by referrer, or by a
  certificate-transparency log.

  Listed: the 14 HTML documents at the repository root that are meant to be found.
  Deliberately absent, and the reason for each:

    order-success.html    carries <meta name="robots" content="noindex">. It is a post-checkout
    contact-thanks.html   confirmation page, meaningless without the transaction that produced it.
                          Listed AND noindexed would be two halves contradicting each other.

    /portal/*             the internal staff portal. It is absent, and it must NOT be added — nor
                          may it be added to robots.txt as a `Disallow`, which would publish its
                          existence and its exact path to every crawler and every scraper that
                          reads robots.txt looking for exactly that. It is kept out of indexes by
                          `X-Robots-Tag: noindex` on its own responses and by requiring an
                          authenticated staff session on every route (FR-AP-014, FR-AP-001).

    /api/*                not content. Disallowed in robots.txt.

  No <lastmod>, <changefreq> or <priority>. There is no build step generating this file, so a
  lastmod would be hand-maintained, would go stale within a release, and a sitemap whose dates are
  wrong is one a crawler learns to disregard entirely. Absent is honest; stale is worse than absent.
  Google ignores changefreq and priority outright.

  Absolute URLs are required by the sitemap protocol, so this file names the production origin.
  The same object is also served from the staging distribution, where it points at production —
  harmless, but see the note in robots.txt about staging being crawlable at all.

  WHEN YOU ADD A PAGE: add it here, or give it `noindex`. Doing neither is the failure this comment
  exists to prevent, and nothing currently asserts it — see the note at the end of robots.txt.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://wildamericandogfood.com/</loc></url>
  <url><loc>https://wildamericandogfood.com/about.html</loc></url>
  <url><loc>https://wildamericandogfood.com/contact.html</loc></url>
  <url><loc>https://wildamericandogfood.com/faqs.html</loc></url>
  <url><loc>https://wildamericandogfood.com/manage-subscription.html</loc></url>
  <url><loc>https://wildamericandogfood.com/meal-plans.html</loc></url>
  <url><loc>https://wildamericandogfood.com/order.html</loc></url>
  <url><loc>https://wildamericandogfood.com/our-process.html</loc></url>
  <url><loc>https://wildamericandogfood.com/privacy.html</loc></url>
  <url><loc>https://wildamericandogfood.com/recipe.html</loc></url>
  <url><loc>https://wildamericandogfood.com/refund-policy.html</loc></url>
  <url><loc>https://wildamericandogfood.com/shipping-policy.html</loc></url>
  <url><loc>https://wildamericandogfood.com/terms.html</loc></url>
  <url><loc>https://wildamericandogfood.com/testimonials.html</loc></url>
</urlset>
