From 50c7ac012e9b9019ad9f91ea4395f7297274d1fa Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 6 Jun 2022 08:34:47 +0200 Subject: Add `keywords` to schema.org metadata --- layouts/partials/schema.org/website.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'layouts/partials/schema.org/website.html') diff --git a/layouts/partials/schema.org/website.html b/layouts/partials/schema.org/website.html index ef6609e..a84d110 100644 --- a/layouts/partials/schema.org/website.html +++ b/layouts/partials/schema.org/website.html @@ -3,7 +3,8 @@ "@context": "https://schema.org", "@type": "WebSite", "name": {{ partial "title.html" . }}, - "url": {{ site.BaseURL }} + "url": {{ site.BaseURL }}, + "keywords": {{ partial "keywords.html" . }} } {{- /* TODO: Add "potentialAction" with search. -- cgit v1.2.3