{{ with .Description -}} {{ else -}} {{ with .Summary | plainify -}} {{ else -}} {{ end -}} {{ end -}} {{ if or (.Params.noindex) (eq .Kind "404") }} {{ end }} {{ if .IsTranslated -}} {{ range .Translations -}} {{ end -}} {{ end -}} {{ range .AllTranslations -}} {{ if eq .Language.LanguageCode $.Sites.Default.Language.LanguageCode -}} {{ end -}} {{ end -}} {{ range .AlternativeOutputFormats -}} {{ end -}} {{ partial "head/opengraph.html" . }} {{ partial "head/facebook-admin.html" . }} {{ partial "head/twitter.html" . }} {{ if .IsPage }} {{- partial "head/schema-article.html" . -}} {{ end }} {{ if .IsHome }} {{ if .Site.Params.webSite }} {{- partial "head/schema-website.html" . -}} {{ end }} {{ if .Site.Params.organization }} {{- partial "head/schema-organization.html" . -}} {{ end }} {{ if .Site.Params.localBusiness }} {{- partial "head/schema-local-business.html" . -}} {{ end }} {{ if .Site.Params.event -}} {{- partial "head/schema-event.html" . -}} {{ end }} {{ end }} {{ if .Params.product -}} {{- partial "head/schema-product.html" . -}} {{ end }} {{ if .Params.softwareApplication -}} {{- partial "head/schema-software-application.html" . -}} {{ end }} {{ if .Params.faq -}} {{- partial "head/schema-faq.html" . -}} {{ end }}