jekyll / jekyll-seo-tag

A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content.
https://jekyll.github.io/jekyll-seo-tag
MIT License
1.66k stars 294 forks source link

Define arbitrary attributes for Author JSON-LD #496

Open iromanovsky opened 1 year ago

iromanovsky commented 1 year ago

I use authors.yml to define the attributes of authors, like name, URL, and twitter, as described in Advanced usage, however, I need to add other attributes from schema.org, like jobTitle.

How can I do that?