{{ define "meta" }} {{/* Title falls back to SiteName if empty — better than rendering a blank that screen readers and tab chrome handle poorly. */}} <title>{{ or .Title .SiteName "ATCR" }} {{/* Description: omit the tag entirely when empty rather than emitting , which some SEO tools flag. */}} {{ if .Description }}{{ end }} {{ if .Canonical }}{{ end }} {{ if .Robots }}{{ end }} {{/* OpenGraph */}} {{ if .Description }}{{ end }} {{ if .Canonical }}{{ end }} {{ if .OGImage }} {{ if .OGImageAlt }}{{ end }} {{ end }} {{/* Twitter Card */}} {{ if .Description }}{{ end }} {{ if .OGImage }}{{ end }} {{ if and .OGImage .OGImageAlt }}{{ end }} {{/* JSON-LD */}} {{ range .JSONLD }} {{ jsonldScript . }} {{ end }} {{ end }}