This post exists so the collection has something to render, the sitemap has something to list, and the AgencyOS connection verify has a real frontmatter file to read. It is not marketing copy.
What a post file looks like
Every post is a single MDX file under content/blog/ with YAML frontmatter: title, description, date, and optionally featuredImage (an absolute https URL — no image binaries are committed), canonical, and a faq list that becomes the FAQ section and FAQPage structured data on this page.
What happens on merge
- A pull request adds exactly one file to
content/blog/. - Vercel builds a preview so the post can be read before it is live.
- Merging deploys production. The route and the sitemap entry are derived from the file, not from a hand-maintained list.
There is no
draftkey. If a file is on main, it is published.