Skip to content
SEWWA

Schema guides Platform

How to add schema to Jekyll

Category: static site generator

Plugins and apps

Manual implementation

`_includes/schema.html` + front matter; output in `default` layout head using `jsonify` filter.

Troubleshooting

Overview

Jekyll's Liquid + front matter pipeline is ideal for static JSON-LD: each post can pass title, description, and image into an include that prints one script tag.

Build once in _includes, reuse across layouts, validate HTML output after jekyll build.

Try the free Schema Generator →