13 lines
316 B
HTML
13 lines
316 B
HTML
<script type="application/ld+json">
|
|
{
|
|
"@context": "http://schema.org",
|
|
"@type": "Course",
|
|
"name" : "{{ .Title }}",
|
|
"description": "{{ .Params.description }}",
|
|
"provider" : {
|
|
"@type": "Organization",
|
|
"name" : "{{ .Params.provider.name }}",
|
|
"sameAs" : "{{ .Params.provider.url }}"
|
|
}
|
|
}
|
|
</script> |