From d999dc0a7e5238cdb6aef8f7af46ff7e9e0bec56 Mon Sep 17 00:00:00 2001 From: David Darnes Date: Sun, 23 Oct 2016 20:19:59 +0100 Subject: [PATCH] Wraps logo image json data in a publisher property Fixes #89 --- lib/template.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/template.html b/lib/template.html index 5ac1ff0..11847c9 100644 --- a/lib/template.html +++ b/lib/template.html @@ -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 %}