What This Site Is
This is a scaffold article. It exists so the build renders a real page and so the content engine has a concrete example of the expected format.
How content gets here
- The engine senses opportunities (GSC, GA4) and writes briefs.
- It drafts an article as a markdown file in
src/content/articles/, starting asdraft: trueandcomplianceReviewed: false. - The compliance gate reviews it; a human signs off on any efficacy or outcome claim.
- Publishing is a merged pull request that flips
draft: false— the PR is the publish gate.
Real articles replace this one.