hexo-helper-seo-structured-data
Injects Website and Organization structured data.
Install
$ npm install hexo-helper-seo-structured-data --save
Usage
<%- seoStructuredData(config) %>
Options
You can configure this plugin in _config.yml
.
seo_structured_data:organization:name: Fake organizationurl: http://www.fakeorganization.comlogoUrl: http://www.fakeorganization.com/logo.png
License
MIT © Ludovic LEFEVRE