diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index dd2e8c61..f9fb7ad1 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -56,8 +56,12 @@
{{/* Social */}}
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}
+ {{/* Schema */}}
+ {{ template "_internal/schema.html" . }}
{{/* Generator */}}
- {{ hugo.Generator }}
+ {{ if .Site.Params.attribution | default true }}
+ {{ hugo.Generator }}
+ {{ end }}
{{/* Me */}}
{{ with .Site.Author.name }}{{ end }}
{{ with .Site.Author.links }}