getgrav / grav-premium-issues

Official Grav Premium Issues repository to report problems or ask questions regarding the Premium products offered.
https://getgrav.org/premium
7 stars 2 forks source link

[seo-magic] Disable meta image fallback #368

Closed blizam closed 1 year ago

blizam commented 1 year ago

In most cases I would rather no meta image be output if one isn't found via the selected method, or perhaps a simple fallback to a global image (logo/brand, etc).

Presently I have pages falling back to some default Grav image I can't even find:

https://imgur.com/a/CRApZCM

rhukster commented 1 year ago

I shall investigate this possibility also.

rhukster commented 1 year ago

BTW, that image is set in the SEO-Magic plugin configuration:

images:
  ...
  default_image: https://getgrav.org/user/pages/images/grav-homepage.jpg
blizam commented 1 year ago

ah, very nice, that'd be a good field IMO to have exposed/available in the admin; I've got it set there now but would still prefer to turn off image fallback entirely

rhukster commented 1 year ago

It is available in the SEOMagic plugin configuration

blizam commented 1 year ago

It's in the YAML file but it's not viewable from the admin... since it's a defaulted image that no one would want to leave defaulted I think it'd have better visibility from the admin. In either case, thanks for the info.