We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb25d0a commit 0e7cbb7Copy full SHA for 0e7cbb7
1 file changed
themes/arm-design-system-hugo-theme/layouts/partials/head/jsonld.html
@@ -43,6 +43,7 @@
43
"@type" "Course"
44
"name" .Title
45
-}}
46
+ {{/* Schema description: audience-focused explanation for structured data. This is intentionally distinct from the HTML meta description. */}}
47
{{- with .Params.who_is_this_for }}{{ $j = merge $j (dict "description" ( . | plainify )) }}{{ end -}}
48
{{- if $duration }}{{ $j = merge $j (dict "timeRequired" $duration) }}{{ end -}}
49
{{- with .Params.skilllevels }}{{ $j = merge $j (dict "educationalLevel" .) }}{{ end -}}
0 commit comments