Field notes

How this journal likes its Markdown

Headings, lists, code, and the frontmatter fields the collection schema expects.

RegisterMySite 4 min read
writing

Posts live in src/content/blog as .md or .mdx. The collection schema is the contract.

Frontmatter

title: "A specific promise"
description: "One or two sentences, no trailing ellipsis theater."
pubDate: 2026-03-14
updatedDate: 2026-03-20
tags: ["SEO"]
featured: false
readingMinutes: 5
heroImage: "/blog-placeholder-1.jpg"
heroAlt: "What the image actually shows"

draft: true keeps a file out of the index, RSS, and sitemap paths.

Voice

Short paragraphs. Headings that could be pulled as a tweet without shame. No lorem. If you need a figure, give it alt text that works as a caption.

MDX

Use MDX when a component earns its keep — a table of prices, an interactive snippet. Do not import a carousel into an essay about DNS.

Keep going

Put this on a real domain

Search a name, ship a static site, and wire business email without leaving RegisterMySite.

Open the platform