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 %}