View Single Post
Old 04-03-2026, 05:01 PM  
Publisher Bucks
Confirmed User
 
Industry Role:
Join Date: Oct 2018
Location: New Orleans, Louisiana. / Newcastle, England.
Posts: 1,306
Schema product markup (?)

Those who know how to use this, is the example below good enough or are there items missing that should be added to it?

Quote:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Product Name - Brief Description",
"description": "Longer product description here ",
"image": "https://www.domain.com/images/1024.png",
"sku": "29",
"url": "https://www.domain.com/buy.php",
"brand": {
"@type": "Brand",
"name": "Product Name"
},
"offers": {
"@type": "Offer",
"price": "<?php echo $price; ?>",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"priceValidUntil": "<?php echo date('Y'); ?>-12-31",
"url": "https://www.domain.com/buy.php"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "487"
}
}
</script>
It currently pulls the vast majority of the data from a MySQL database.

We have a library of around 5000 products that we want to use this for, before we add it to the template system, I was wanting to know if this is 'good enough' or if it can be improved tp garner more clicks/sales for the products.

Thanks for any advice / feedback you can offer
__________________
Extreme Link List - v1.0
Publisher Bucks is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote