Image size warning in Google Search Console
-
Hi,
I’m seeing a lot of warnings about the structured data on my client’s AMP pages in Google Search Console:
“Image size smaller than recommended size”If my understanding is correct, the image part of the JSON-LD is generated through the getImage method of HunchSchema_Thing, which grabs the first image from the post content.
The minimum size google recommends for the image is 1200px. So in order to avoid the warnings I would have to include a 1200px image in the content, which is something I don’t want to do for layout and performance purposes.
I think it would be a good idea to make it possible to change that image. For me a filter that allows me to modify the meta data before the plugin renders the JSON-LD would work great. Much like the way it’s done by the AMP plugin (amp_post_template_metadata).
Would you consider implementing such a feature? Or is there a way of modifying the image already?
- The topic ‘Image size warning in Google Search Console’ is closed to new replies.