untoreh / LDJ.jl

Julia package for ld-json schema.org entities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LDJ.jl

This package implements wrappers for schema.org structured data markup according to google guidelines.

It tries to generate templates, with kw args to fill some parameters.

Usage

using LDJ
author(;name="Puffy", email="contact@example.com") |> wrap_ldj

Franklin

There are functions to add schema markup under the LDJFranklin module that work with franklin global or page variables.

Calibre

It is possible to generate a list of books as a library entity from a calibre content server. (Although this is not exactly what google has in mind for libraries :) )

About

Julia package for ld-json schema.org entities

License:Apache License 2.0


Languages

Language:Julia 100.0%