My Site Images Showing Wrong Size, Actual Uploaded Image Size is 1200×675, but the Plugin Shows 675×675 as a Primary Image, we have Checked in Schema checker and Rich Result Test also.. the Plugin Output Why showing wrong size….
see the Bellow Image
I am having issues with google not pulling the correct image for the recipe cards / rich results.
avobelle.com is a recipe blog that uses the WP recipe maker to display the recipes. WP recipe maker also generates the appropriate schema.org markup.
I noticed that the Schema/StructuredData plugin seems to mess with the images provided in the schema.org markup.
This:
"image":["https:\/\/avobelle.com\/wp-content\/uploads\/2018\/09\/Bananenkuchen-2.jpg",
"https:\/\/avobelle.com\/wp-content\/uploads\/2018\/09\/Bananenkuchen-2-500x500.jpg",
"https:\/\/avobelle.com\/wp-content\/uploads\/2018\/09\/Bananenkuchen-2-500x375.jpg",
"https:\/\/avobelle.com\/wp-content\/uploads\/2018\/09\/Bananenkuchen-2-480x270.jpg"]
gets changed to this:
"image":[
{"@type":"ImageObject","url":"https:\/\/avobelle.com\/wp-content\/uploads\/2018\/09\/Bananenkuchen-2-500x500-1200x720.jpg","width":"1200","height":"720"},
{"@type":"ImageObject","url":"https:\/\/avobelle.com\/wp-content\/uploads\/2018\/09\/Bananenkuchen-2-500x375-1200x720.jpg","width":"1200","height":"720"},
{"@type":"ImageObject","url":"https:\/\/avobelle.com\/wp-content\/uploads\/2018\/09\/Bananenkuchen-2-480x270-1200x720.jpg","width":"1200","height":"720"}]
As you can see, all the images get changed from their “appropriate” sizes of 500×500 / 500×375 / 480×270 to 1200×720
Is this excepted behavior or is there any way to not have the Schema/StructuredData plugin touch this information and instead just add the global info such as navigation, about me, etc.?
Thanks for the support!
]]>Considering I first contacted you almost six months ago – and didn’t get a reply – it has now been over a year since the solution was first suggested. I realise you are busy, but it’s only a few lines of code and Google are super strict with AMP errors.
I’m still getting structured data markup errors from it without the fix above.
Thanks for your help. It is appreciated.
Not every image got a imageObject markup. Only the top image. How can i change this in my settings? I prefer to enrich every image with schema
Looking forward to your respons,
Jeroen
Thanks
]]>Also post page is not working either, url here: https://www.moveonmoving.com/prepare-cross-country-move/
]]> “@type”: “Organization”,
“name”: “Company”,
“logo”: {
“@type”: “ImageObject”,
“url”: “Image url”,
“width”: 200, <- it must to be “200”
“height”: 203 <- it must to be “300”
}
}
Please fix it
]]>