@thg-altitude/schemaorg 1.0.43 → 1.0.44
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
|
@@ -537,3 +537,12 @@ if (reviewsArray.length > 0) schema.review = reviewsArray;
|
|
|
537
537
|
}
|
|
538
538
|
return value;
|
|
539
539
|
})}></script>
|
|
540
|
+
|
|
541
|
+
{ hasMultipleVariants && <script type="application/ld+json" set:html={JSON.stringify(
|
|
542
|
+
{
|
|
543
|
+
"@context":"https://schema.org",
|
|
544
|
+
"@type": "Product",
|
|
545
|
+
"sku": Astro.props.sku,
|
|
546
|
+
"description": "Master Product Sku"
|
|
547
|
+
}
|
|
548
|
+
)} ></script> }
|