@thg-altitude/schemaorg 1.0.43 → 1.0.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -91,10 +91,6 @@ let reviewsArray: {}[] = []
|
|
|
91
91
|
Astro.props.reviews?.forEach((review)=>{
|
|
92
92
|
reviewsArray.push({
|
|
93
93
|
"@type": "Review",
|
|
94
|
-
itemReviewed: {
|
|
95
|
-
"@id": Astro.props.sku?.toString() || "",
|
|
96
|
-
name: Astro.props.name || "",
|
|
97
|
-
},
|
|
98
94
|
reviewRating: {
|
|
99
95
|
"@type": "Rating",
|
|
100
96
|
bestRating: "5",
|
|
@@ -536,4 +532,4 @@ if (reviewsArray.length > 0) schema.review = reviewsArray;
|
|
|
536
532
|
return undefined;
|
|
537
533
|
}
|
|
538
534
|
return value;
|
|
539
|
-
})}></script>
|
|
535
|
+
})}></script>
|