You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An image asset uploaded to Site Settings > Identity > Entity Brand will be used in the Organization structured data. Google's documentation seems to suggest that the image needs to be "112x112px at minimum", but it looks like SEOmatic is generating a 60x60px transformation for these images. This only looks like a 'soft' requirement, in that the current 60x60px image still passes Search Console and Rich Results Test checks.
To reproduce
Steps to reproduce the behaviour:
Set an image asset in the 'Site Settings > Identity > Entity Brand' field.
The logo ImageObject will have height and width values set to 60
The image in the url field will be of a 60x60px image
Bonus quest: It looks in the URL params of the transformed image, that it is perhaps requesting w=600&h=60. Here's an example web page. The logo.url property is set to https://pura-aventura.transforms.svdcdn.com/production/uploads/images/partners/pura-logo-large-2020-oliveoutofwhite.png?w=600&h=60&q=82&fm=png&fit=clip&dm=1683754518&s=a0c9df0ab63fb4cb9a2cbced5ee4f3ff.
Expected behaviour
The logo object should have a width and height attribute of at least 112, and the image transformation should be for a 112x112px dimension.
Versions
Plugin version: 4.0.33
Craft version: 4.5.9
The text was updated successfully, but these errors were encountered:
So Google originally held that this brand image should be no larger than 600x60 pixels for the identity brand, presumably because they were using it in some kind of "banner" style in the SERP. That's why the transform is being done.
I'll keep this issue open as I research what the new current requirements are for this, and where the original reference originated.
Describe the bug
An image asset uploaded to Site Settings > Identity > Entity Brand will be used in the Organization structured data. Google's documentation seems to suggest that the image needs to be "112x112px at minimum", but it looks like SEOmatic is generating a 60x60px transformation for these images. This only looks like a 'soft' requirement, in that the current 60x60px image still passes Search Console and Rich Results Test checks.
To reproduce
Steps to reproduce the behaviour:
logo
ImageObject will haveheight
andwidth
values set to60
url
field will be of a 60x60px imagew=600&h=60
. Here's an example web page. Thelogo.url
property is set tohttps://pura-aventura.transforms.svdcdn.com/production/uploads/images/partners/pura-logo-large-2020-oliveoutofwhite.png?w=600&h=60&q=82&fm=png&fit=clip&dm=1683754518&s=a0c9df0ab63fb4cb9a2cbced5ee4f3ff
.Expected behaviour
The
logo
object should have awidth
andheight
attribute of at least112
, and the image transformation should be for a 112x112px dimension.Versions
The text was updated successfully, but these errors were encountered: