Update ld_json.html

This commit is contained in:
Ivan Blinkov 2020-05-19 15:41:45 +03:00 committed by GitHub
parent 2f28dbe7d6
commit 6a1d02a1fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,11 +20,14 @@
"width": 163, "width": 163,
"height": 60 "height": 60
} }
}, { }}, {
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "Episode", "@type": "Episode",
"name": "{{ title }}", "name": "{{ title }}",
"ratingValue": RATING_VALUE, "aggregateRating": {
"ratingCount": RATING_COUNT "@type": "AggregateRating"
"ratingValue": RATING_VALUE,
"ratingCount": RATING_COUNT
}
}]</script> }]</script>
{% endif %} {% endif %}