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
Defining multiple tags with the same keys can be useful. In the case of "og:image" Facebook sharing (and prehaps other SEO parsers) will take all the elements and attach all the images to the post.
Will leave the header with only a single - using just the value from the latest declaration (in this case with value "https://img2". Adding the option to have multiple items of the same sort would be useful.
The text was updated successfully, but these errors were encountered:
@ceir Thank you for your proposal!
Well, your proposal makes sense, so I'll try to implement the ability to allow multiple tags with duplicate keys.
However, it must not be easy on the current architecture of this library. It has to make big changes to this library to realize it. It must take a long time. Moreover, I can not spend much time maintaining this library because this is my weekend hobby product, so I'll appreciate it if you are patient, even if it takes a few months.
Defining multiple tags with the same keys can be useful. In the case of "og:image" Facebook sharing (and prehaps other SEO parsers) will take all the elements and attach all the images to the post.
Currently a code like this:
Will leave the header with only a single - using just the value from the latest declaration (in this case with value "https://img2". Adding the option to have multiple items of the same sort would be useful.
The text was updated successfully, but these errors were encountered: