Dear @acrylian
I have been try everything and look at the link which u send me
https://docs.zenphoto.org/1.5.x/source-function-getImageURL.html#2514-2526
I have still miss couple of values.
script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Product",
"name" : "<?php printImageTitle(); ?>",
"image" : "https://www.fdream.co.uk<?php echo html_encode(getFullImageURL()); ?>",
"description" : "Best <?php printImageTitle(); ?> for sale in UK.",
"url" : "https://www.fdream.co.uk<?php print$_zp_current_image->getLink(); ?>",
"brand" : {
"@type" : "Brand",
"name" : "Fluffy Dreams"
},
"offers" : {
"@type" : "Offer",
"price" : "£40.00"
},
"aggregateRating" : {
"@type" : "AggregateRating",
"ratingValue" : "",
"bestRating" : "5",
"worstRating" : "1",
"ratingCount" : " "
}
}
</script>
---------------------------------------
only 3 value left what im looking for ;
"image: " ? "
"ratingValue" : " ? ",
"ratingCount" : " ? "
"image" i have been trying all the codes i can only print the
full size image name.
but i need the cached one which is showing on image pages.
for example :
in this page;
https://www.fdream.co.uk/uk/baby/blanket.jpg.html
this photo link ;
www.fdream.co.uk/cache/uk/baby/blanket_1280_Image2.jpg?cached=1648899053
need to find the code which is print this link .
.
two of us we have been looking and trying last 2 days but we still
straggle on that codes.
Thanks very much.
Kind regards Cenk.