neco Logo

How to Write a New Blog Post?

ByNiklas Harrje | |

3 mins reading time

A clear lake with mountains in the background.

First Steps

  1. Copy the _example-post folder
  2. Rename it e.g. my-new-article – no spaces/umlauts (becomes the post's URL)
  3. Replace hero.png with your title image. Requirements: min. 1600 px width. (Better too large than too small) Allowed: .png, .jpg, .jpeg, .webp
  4. Open post.md and fill in the metadata (see below)
  5. Additional images go in the /images subfolder. Embed with ![Alt-Text](./images/file.jpg). See tree example below

Choosing the Right Metadata (Title, Description etc.)

If there's even the slightest chance this post should rank on Google, the following things must be followed:

FieldWhat to EnterSEO/UX Note
titleClear, specific title. No clickbait promises.Used as H1 and in browser tab.
description140–160 characters, a complete statement that promises value.Often appears as snippet on Google.
pubDatePublication date in format YYYY-MM-DD.Also often appears as snippet on Google.
tags2–5 meaningful keywords (lowercase, kebab-case).For internal filters/overview pages.
heroAltIf image is purely decorative, just leave empty, otherwise brief image descriptionGood for image SEO/accessibility.

Examples of Good Descriptions

  • "How to plan a UX interview step by step – including question catalog and downloadable templates."
  • "A practical guide for alt texts: What belongs in them, what doesn't – with examples to copy."

Images in the Post

Image of a tree as an example:

Branch of a beech tree with fresh, green leaves in backlight.

If you want to display the image smaller or customize it otherwise, you must embed it as HTML. Example:

Branch of a beech tree with fresh, green leaves in backlight.

The path to the image remains the same for both methods: ./images/baum.jpg

How to Write a Good Image Description (Alt Text)?

  • Keep it short (1–2 sentences).
  • Mention central information (why this image?).
  • Don't write "Image of …".
  • Name the medium if relevant (logo, illustration, screenshot).
  • Don't duplicate what's directly next to it in the text.
  • End with a period.

Alt Text: Examples

  • Good: "Branch of a beech tree with fresh, green leaves in backlight."
  • Good (Logo): "ACME logo: Large A in a circle."
  • Bad: "Image of tree" (too vague) / "Branch of a beech tree … (see text above)" (duplicates)

Source: Harvard University

Writing Content-Wise Good Posts

  • A clear question/thesis answered right at the beginning.
  • Sections with subheadings (H2/H3) for scannability.
  • Short paragraphs, lists, examples.
  • Internal links to relevant articles.
  • Conclusion/CTA at the end: What should the reader do next?