Replies: 1 comment 3 replies
-
In response to #2598 (comment) @chaance thank you for mentioning me. Can you show me how the usage you showed me can be <meta property="og:image" content="https://example.com/rock.jpg" />
<meta property="og:image:width" content="300" />
<meta property="og:image:height" content="300" />
<meta property="og:image" content="https://example.com/rock2.jpg" />
<meta property="og:image" content="https://example.com/rock3.jpg" />
<meta property="og:image:height" content="1000" /> It doesn't seem to fit at all, so just wanted to give you this follow up on your answer. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
As mentioned at this PR #2598 (comment)
Open Graph metatags accept duplicated metatags with the same
name
where their order of appearance plays a role.As described at: https://ogp.me/#array
I want to mention this, hopefully it will help you improve the tool.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions