This is a starter post. Delete it once you publish your first real article.
Why this file exists
Three reasons:
- It lets
npm run buildsucceed before you’ve written anything real. - It shows you every supported front-matter field in one place.
- It demonstrates how the
sourcesandfaqblocks render — both visually and in the page’s JSON-LD.
Front-matter fields
| Field | Required | What it does |
|---|---|---|
title | ✓ | Page <title>, h1, OG title |
description | ✓ | Meta description, OG description, RSS summary |
pubDate | ✓ | Published date (ISO format) |
updatedDate | Optional. Shown as “Updated …” and sent to schema.org dateModified | |
category | ✓ | One of: home, bedroom, office, bagua, elements, basics |
tags | Free-form array. Renders as chips + article:tag meta | |
author | Defaults to “Feng Shui Lab Editorial” | |
draft | Set true to hide from build | |
sources | Array of references. Renders as a sidebar + schema.org citation | |
faq | Array of { q, a }. Renders as accordion + FAQPage JSON-LD |
How to write a real article
Copy this file to a new name (e.g. bedroom-feng-shui-101.md), then:
- Pick a
categorythat fits. - Fill
descriptionwith one sentence — it’s used in three places. - List 2–4
sourceswith a shortnoteon why each one is authoritative. - Add 3–5
faqitems targeting the exact questions people ask Google or ChatGPT about your topic. This is the single highest-leverage GEO move you can make per post.
The accordion below shows the FAQ items as they would appear to a reader. The same data is emitted to
<script type="application/ld+json">in the page head, where AI crawlers pick it up.