diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index d9249da..26909fd 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -14,9 +14,6 @@
{{- if not .Date.IsZero }}
"dateModified": {{ .Date.Format $ISO8601 }},
{{- end }}
- {{- with .Site.Social.GooglePlus }}
- "publisher": "{{ printf "%s" . }}",
- {{- end }}
{{- /* all of the site's categories/tags, from Hugo's tpl/template_embedded.go */}}
"keywords": "{{ range $plural, $terms := .Site.Taxonomies }}{{ range $term, $val := $terms }}{{ printf "%s," $term }}{{ end }}{{ end }}"
{{- with .Site.Params.description -}}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 6f8967d..0184b3e 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -32,9 +32,6 @@
{{- if not .Lastmod.IsZero }}
"dateModified": {{ .Lastmod.Format $ISO8601 }},
{{- end }}
- {{- with .Site.Social.GooglePlus }}
- "publisher": "{{ printf "%s" . }}",
- {{- end }}
"author": {
"@type": "Person",
"name": "{{ .Params.author | default .Site.Params.author }}"