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
and prefix="og: http://ogp.me/ns#" (I think recommendation for the prefix is to be specified in the <html> or <head> elements.)
If at least one of the above exist but doesn't fulfill the minimum requirements (e.g. must include an og:title, an og:image of at least 200x200px with an absolute URL, valid image file formats, not serving larger images than the maximum allowed size etc.) then the check fail.
@Malvoz yes please, update the list of requirements. Looks like there should be different errors levels depending on what's missing/wrong (error, warning, info, hint). If you have already an idea of what should be each thing please share it.
Sorry for the delay, for a proper overview of what is required/recommended for developers based on the support across platforms, I created an OGP support & requirements document. But things like formats and correct structure of metadata is explained in https://ogp.me.
I think webhintio/webhintio.github.io#516 warrants a hint for OGP implementations. 😂
The hint would presumably look for:
<meta>
elements starting withproperty="og:{...}"
prefix="og: http://ogp.me/ns#"
(I think recommendation for the prefix is to be specified in the<html>
or<head>
elements.)If at least one of the above exist but doesn't fulfill the minimum requirements (e.g. must include an
og:title
, anog:image
of at least200x200
px with an absolute URL, valid image file formats, not serving larger images than the maximum allowed size etc.) then the check fail.I can update the list of requirements for the respective social platforms (as described in webhintio/webhintio.github.io#516 (comment)) if you think this should be a hint.
The text was updated successfully, but these errors were encountered: