You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g. vimeo has embedded schema.org meatadata as JSON-LD with a <script type="application/ld+json"> tag, for example https://vimeo.com/8473849:
[
{
"url":"https://vimeo.com/8473849",
"thumbnailUrl":"https://i.vimeocdn.com/filter/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F39595916_1280x704.webp&src1=https%3A%2F%2Ff.vimeocdn.com%2Fimages_v6%2Fshare%2Fplay_icon_overlay.png",
"embedUrl":"https://player.vimeo.com/video/8473849",
"name":"Shellac - Steady as She Goes",
"description":"Shellac, performing "Steady as She Goes" live for the second Burn to Shine.",
"height":176,
"width":320,
"playerType":"HTML5 Flash",
"videoQuality":"SD",
"duration":"PT00H04M44S",
"uploadDate":"2009-12-31T12:01:49-05:00",
"dateModified":"2020-03-29T10:05:57-04:00",
"thumbnail":{
"@type":"ImageObject",
"url":"https://i.vimeocdn.com/filter/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F39595916_1280x704.webp&src1=https%3A%2F%2Ff.vimeocdn.com%2Fimages_v6%2Fshare%2Fplay_icon_overlay.png",
"width":1280,
"height":704
},
"author":{
"@type":"Person",
"name":"feelthemonster",
"url":"https://vimeo.com/user2889447"
},
"potentialAction":{
"@type":"ViewAction",
"target":"vimeo://app.vimeo.com/videos/8473849"
},
"interactionStatistic":[
{
"@type":"InteractionCounter",
"interactionType":"http://schema.org/CommentAction",
"userInteractionCount":1
},
{
"@type":"InteractionCounter",
"interactionType":"http://schema.org/LikeAction",
"userInteractionCount":32
},
{
"@type":"InteractionCounter",
"interactionType":"http://schema.org/WatchAction",
"userInteractionCount":8396
}
],
"keywords":"[shellac,steve albini,bob weston,todd trainer,burn to shine]",
"@type":"VideoObject",
"@context":"http://schema.org"
},
{
"itemListElement":[
{
"@type":"ListItem",
"position":1,
"item":{
"@id":"https://vimeo.com/user2889447",
"name":"feelthemonster"
}
},
{
"@type":"ListItem",
"position":2,
"item":{
"@id":"https://vimeo.com/user2889447/videos",
"name":"Videos"
}
}
],
"@type":"BreadcrumbList",
"@context":"http://schema.org"
}
]
We could prefer this over the other metadate to directly fetch name, description, @typeand furthermore use author in creator and thumbnailUrl for image.
The text was updated successfully, but these errors were encountered:
E.g. vimeo has embedded schema.org meatadata as JSON-LD with a
<script type="application/ld+json">
tag, for example https://vimeo.com/8473849:We could prefer this over the other metadate to directly fetch
name
,description
,@type
and furthermore useauthor
increator
andthumbnailUrl
forimage
.The text was updated successfully, but these errors were encountered: