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
"description": "Sleeker than ACME's Classic Anvil, the\n Executive Anvil is perfect for the business traveler\n looking for something to drop from a height.",
38
-
"mpn": "925872",
39
-
"aggregateRating": {
40
-
"type": "http://schema.org/AggregateRating",
41
-
"properties": {
42
-
"ratingValue": "4.4",
43
-
"reviewCount": "89"
5
+
"referenced_product": {
6
+
"type": "http://schema.org/Product",
7
+
"properties": {
8
+
"name": "REFERENCED PRODUCT",
9
+
"image": "img-ref.jpg"
10
+
}
11
+
},
12
+
"prop3": "REFERENCED TO INCLUDE PROPERTIES AND ALSO INDIVIDUAL PRODUCT",
13
+
"image": [
14
+
"img-2.jpg",
15
+
"anvil_executive.jpg"
16
+
],
17
+
"related_products": [
18
+
{
19
+
"type": "http://schema.org/Product",
20
+
"properties": {
21
+
"name": "REL PROD 1",
22
+
"image": "rel-prod-1.jpg"
23
+
}
24
+
},
25
+
{
26
+
"type": "http://schema.org/Product",
27
+
"properties": {
28
+
"name": "REL PROD 2",
29
+
"image": "rel-prod-2.jpg"
30
+
}
31
+
}
32
+
],
33
+
"brand": "ACME",
34
+
"name": "Executive Anvil",
35
+
"description": "Sleeker than ACME's Classic Anvil, the\n Executive Anvil is perfect for the business traveler\n looking for something to drop from a height.",
0 commit comments