Skip to content

How to proof read a blog post

cgebken edited this page Nov 28, 2017 · 8 revisions
  • Pull Request to develop
    Make sure that the PR is branched from the develop (if in doubt, ask the requester) and made to the develop.

  • SEO-friendly title
    Analyze the blog post title for SEO-friendliness. Use this blog post Headline Analyzer. In the best case, the post will have a green headline score. If not, try to come up with a better solution

  • Correct size of header image
    Make sure that the size of the header image is 1700:850.

  • Location of header image.
    Make sure that the image is stored in /assets/img/pages/blog/headers and is correctly linked in the layout of the post.

  • Date of post publication
    Make sure that the date of the post (mentioned in the layout) as well as the date in the file name match. The date should be the publication date for the post, not the date of creation. When changing the publication date, due to postponements, make sure that both, the date in the layout as well as the filename, will be changed.

  • Category
    Make sure that the category in the layout of the post is assigned correctly.

  • Rendering
    Make sure that the post in general is rendered correctly, i.e. that the the post looks nicely, without any weird breaks or misaligned pictures, code examples etc.

  • Markdown Style Guide
    In general, ensure that these guidelines are applied.

Clone this wiki locally