Why it matters

Static hosting removes some sources of rendering noise, but it does not remove deployment mistakes. A clean static stack is only useful if the public paths, metadata, and indexable pages match the intended output.

How to verify

  1. Confirm the generated public/ output includes the intended HTML, sitemap, feed, and robots.txt.
  2. Confirm public routes resolve as expected after deployment.
  3. Confirm canonical URLs point to the intended production paths.
  4. Confirm legacy URLs either redirect or publish a moved notice cleanly.
  5. Confirm section indexes do not leak draft content.