-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathImageObject.json
More file actions
40 lines (40 loc) · 770 Bytes
/
ImageObject.json
File metadata and controls
40 lines (40 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<script type="application/ld+json">
{
"@context":"http://schema.org/",
"@type": "ImageObject",
"@id": "#image01",
"url": "http://placehold.it/2560x1080",
"width": "1200",
"height": "348",
"caption": "Caption for the image",
"thumbnail": "http://placehold.it/128",
"representativeOfPage": "/",
"exifData": [
{
"@type": "PropertyValue",
"name": "Exposure Time",
"value": "1/659 sec."
},
{
"@type": "PropertyValue",
"name": "FNumber",
"value": "f/4.0"
},
{
"@type": "PropertyValue",
"name": "MaxApertureValue",
"value": "2.00"
},
{
"@type": "PropertyValue",
"name": "Metering Mode",
"value": "Pattern"
},
{
"@type": "PropertyValue",
"name": "Flash",
"value": "Flash did not fire."
}
]
}
</script>