Skip to content

Commit 0e7cbb7

Browse files
Add comment to clarify distinction between schema description and HTML meta description
1 parent bb25d0a commit 0e7cbb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • themes/arm-design-system-hugo-theme/layouts/partials/head

themes/arm-design-system-hugo-theme/layouts/partials/head/jsonld.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"@type" "Course"
4444
"name" .Title
4545
-}}
46+
{{/* Schema description: audience-focused explanation for structured data. This is intentionally distinct from the HTML meta description. */}}
4647
{{- with .Params.who_is_this_for }}{{ $j = merge $j (dict "description" ( . | plainify )) }}{{ end -}}
4748
{{- if $duration }}{{ $j = merge $j (dict "timeRequired" $duration) }}{{ end -}}
4849
{{- with .Params.skilllevels }}{{ $j = merge $j (dict "educationalLevel" .) }}{{ end -}}

0 commit comments

Comments
 (0)