summaryrefslogtreecommitdiffstats
path: root/layouts/partials/schema.org/website.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/schema.org/website.html')
-rw-r--r--layouts/partials/schema.org/website.html3
1 files changed, 2 insertions, 1 deletions
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" . }}
}
</script>
{{- /* TODO: Add "potentialAction" with search.