Writing a post
Placeholder post explaining the frontmatter a blog entry needs. Replace before launch.
1 min readThe Webway team
Placeholder post. Replace before launch.
Frontmatter
---
title: Post title
description: One sentence. Becomes the meta description, the OG summary, and the RSS item description.
publishedAt: "2026-08-12" # required for correct ordering
updatedAt: "2026-08-19" # optional; feeds sitemap lastmod
author: Your name
tags: ["announcements"]
draft: true # visible in dev, excluded from the build
---
What happens next
The file is rendered at /blog/<filename> with BlogPosting structured data,
a canonical URL, and an article-type Open Graph card. Nothing else to register.