Guides1 min read

How To Start: A No-Fluff First Post

RENOVATEAPI ARCHITECTURAL SPEC
CANONICAL GUIDE
Published 01 August 20261 min read

The template's first sample post — replace this with real content in your niche. This shows headings, lists, and a pull quote.

Abhishek

Abhishek

Full-Stack & AI Product Engineer

Replace every file in content/posts/ with your own .md files. Each post is just frontmatter (title, description, date, category) plus Markdown content — no CMS, no database.

Why this structure works for SEO

  • Every post gets its own static route (/blog/[slug]) with unique <title>, meta description, and Open Graph tags generated from the frontmatter.
  • app/sitemap.ts regenerates automatically from whatever posts exist in content/posts/.
  • Article JSON-LD structured data is injected on every post page, which is what qualifies you for rich results in Google.

What to do next

  1. Delete the two sample posts in content/posts/.
  2. Write your first three real posts — pick the actual pain-point topics your audience searches for.
  3. Set your site identity in .env (name, URL, description).
  4. Connect a newsletter provider and your AdSense client ID.

Content is the whole product here. The template just makes sure Google and your readers can actually find and trust it.

Related Articles

View All Articles ↗