diff --git a/layouts/partials/templates/schema_json.html b/layouts/partials/templates/schema_json.html index b5a99414..95970dae 100644 --- a/layouts/partials/templates/schema_json.html +++ b/layouts/partials/templates/schema_json.html @@ -48,7 +48,8 @@ "name": {{ .Params.author | default .Site.Params.author }} }, "mainEntityOfPage": { - "@type": "WebPage" + "@type": "WebPage", + "@id": {{ .Permalink | safeHTML }} }, "publisher": { "@type": "{{- ( .Site.Params.schema.publisherType | default "Organization") | humanize -}}",