[ad_1]
Im getting missing field image in most of my products throwing up errors in google schema. Here is an example of the results
This is an example of what google wants But all I have is the logo image but not the product image.
{
"@context": "https://schema.org",
"@type": "NewsArticle",
"image": [
"https://example.com/photos/1x1/photo.jpg",
"https://example.com/photos/4x3/photo.jpg",
"https://example.com/photos/16x9/photo.jpg"
]
}This is what I have for Type by Post Type
WebPage (default) for Landing Pages [e-landing-page]ImageObject for Media
Article (default) for Pages
BlogPosting (default) for Posts
Product (default) for Products [product]`
