From 2814692100f4d7663015af13a49e44438f9519ad Mon Sep 17 00:00:00 2001 From: a Date: Tue, 27 Feb 2024 03:07:00 -0600 Subject: [PATCH] more seo fixes --- layouts/partials/seo.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/layouts/partials/seo.html b/layouts/partials/seo.html index e74b68a..ee8aade 100644 --- a/layouts/partials/seo.html +++ b/layouts/partials/seo.html @@ -102,7 +102,7 @@ "@type": "WebSite", "name": {{ .Site.Title }}, "url": {{ .Site.BaseURL }}, - "logo": { + "image": { "@type": "ImageObject", "url": {{with $icon}}{{.Permalink}}{{else}}{{$staticIcon}}{{end}} } @@ -119,7 +119,10 @@ "name": {{ .Title }}, "url": {{ .Permalink }}, "description": {{ (or .Description .Summary) | plainify }}, - "logo": {{with $icon}}{{.Permalink}}{{else}}{{$staticIcon}}{{end}} + "image": { + "@type": "ImageObject", + "url": {{with $icon}}{{.Permalink}}{{else}}{{$staticIcon}}{{end}} + } } {{- end -}}