1. This plugin should be compatible with All In One SEO pack, although most of our testing is with Yoast SEO, if you run into issues, let us know.
2. There are minimum size widths required for some images sizes, such as logo, refer to Google’s guidelines:
https://developers.google.com/search/docs/data-types/logo
Hello,
I changed the logo size according to Google specifications, and I’m still getting the same error [The attribute image.width has an invalid value] .. I believe that the plugin is missing a field for the “width” value.
Please advise,
1question
Hello, I have the same problem and the attribute image.width has an invalid value.
Please find my source code, as you can see the width and height are set to 0 for the two images. How could we solve this ?
</script><script type="application/ld+json">{
"@context": "http://schema.org",
"@type": "Article",
"headline": "xxx",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "xxx"
},
"author": "xxx",
"publisher": {
"@type": "Organization",
"name": "xxx",
"logo": {
"@type": "ImageObject",
"url": "xxx",
"height": 0,
"width": 0
}
},
"alternativeHeadline": "xxx",
"image": {
"@type": "ImageObject",
"url": "http://xxx/wp-content/uploads/2016/07/xxx.jpg",
"height": 0,
"width": 0
},
"datePublished": "2016-07-01",
"dateModified": "2016-07-04",