Hi,
I am getting some errors in google console regarding the property contentUrl that is used by the masonry gallery.
I have five images, and each one is throwing that error under structured data.
Thanks
Hi,
Open includes/helper-markup.php and look for:
case 'image_url':
$attributes['itemprop'] = 'contentURL';
break;
Replace it by this:
case 'image_url':
$attributes['itemprop'] = 'image';
break;
Regards,
Josue