Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #657741

    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

    #658647

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.