Wraps logo image json data in a publisher property

Fixes #89
This commit is contained in:
David Darnes 2016-10-23 20:19:59 +01:00 committed by GitHub
parent ebb94f5b25
commit d999dc0a7e
1 changed files with 7 additions and 1 deletions

View File

@ -205,7 +205,13 @@
{% endif %}
{% if seo_site_logo %}
"logo": {{ seo_site_logo | jsonify }},
"publisher": {
"@type": "Organization",
"logo": {
"@type": "ImageObject",
"url": {{ seo_site_logo | jsonify }}
}
},
{% endif %}
{% if seo_links %}