diff --git a/layouts/partials/head/metadata-schemaorg.html b/layouts/partials/head/metadata-schemaorg.html index a93807c06..68560549d 100644 --- a/layouts/partials/head/metadata-schemaorg.html +++ b/layouts/partials/head/metadata-schemaorg.html @@ -8,9 +8,10 @@ "headline": "{{.Title}}", "name": "{{.Title}}", "url": "{{ .Permalink }}", + "description": "{{.Description}}", "mainEntityOfPage": "{{.Permalink}}", - "datePublished": {{.PublishDate.Format "2006-01-02"}}, - "dateModified": {{.Date.Format "2006-01-02"}}, + "datePublished": "{{.PublishDate.Format "2006-01-02"}}", + "dateModified": "{{.Date.Format "2006-01-02"}}", "wordCount": {{.WordCount}}, "image": { "@type": "ImageObject",