Google tag manager show bellow error in my online shopping site: "https://www.buymobile.com.bd/"
"name": "undefined",
"ratingValue": "undefined",
"ratingCount": "undefined",
my Implement code:
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Product",
"name": "idol10",
"brand": {
"@type": "mobile",
"name": "{{dlv - productName}}"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "{{dlv - reviewScore}}",
"reviewCount": "{{dlv - review_count}}"
}
}
</script>
Please Help me anyone to solve the error.
0 Answer(s)