Hello! Why on jDownloads items there is no Schema
I bought this component to show the reviews is on google but when I followed your content (How to Add Schema Markup to Joomla) it was no result, after adding the custom module with JSON its been read but empty titles didn know what to insert on the values as name, and image? Need this to get auto-recognise the download item.
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "",
"image": "",
"offers": {
"@type": "AggregateOffer",
"url": "",
"priceCurrency": "",
"lowPrice": ""
},
"review": {
"@type": "Review",
"reviewBody": "",
"author": {"@type": "Person", "name": ""}
}
}
</script>
I bought this component to show the reviews is on google but when I followed your content (How to Add Schema Markup to Joomla) it was no result, after adding the custom module with JSON its been read but empty titles didn know what to insert on the values as name, and image? Need this to get auto-recognise the download item.
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "",
"image": "",
"offers": {
"@type": "AggregateOffer",
"url": "",
"priceCurrency": "",
"lowPrice": ""
},
"review": {
"@type": "Review",
"reviewBody": "",
"author": {"@type": "Person", "name": ""}
}
}
</script>