New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add social media meta tags #1960

Closed
andrewdavidwong opened this Issue May 5, 2016 · 7 comments

Comments

Projects
None yet
5 participants
@andrewdavidwong
Member

andrewdavidwong commented May 5, 2016

No description provided.

@andrewdavidwong andrewdavidwong added this to the Documentation/website milestone May 5, 2016

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek May 7, 2016

Member

Can you elaborate?

Member

marmarek commented May 7, 2016

Can you elaborate?

@adrelanos

This comment has been minimized.

Show comment
Hide comment
@adrelanos

adrelanos May 7, 2016

Member

Opengraph, structured data, http://ogp.me/. The metadata for various (sub) web pages. The ones that describe the preview image, excerpt text, product name, price and whatnot.

I recommend using the following linters:

Since this has been implemented on the Whonix website (that uses entirely different content generators, mediawiki, wordpress, phabricator, discourse), I may be a bit of help with these metadata. Can do a bit testing and question/answer on the topic.

Member

adrelanos commented May 7, 2016

Opengraph, structured data, http://ogp.me/. The metadata for various (sub) web pages. The ones that describe the preview image, excerpt text, product name, price and whatnot.

I recommend using the following linters:

Since this has been implemented on the Whonix website (that uses entirely different content generators, mediawiki, wordpress, phabricator, discourse), I may be a bit of help with these metadata. Can do a bit testing and question/answer on the topic.

@kalkin

This comment has been minimized.

Show comment
Hide comment
@kalkin

kalkin May 7, 2016

Member

I did a microdata project some time ago and I would recommend using https://schema.org instead of opengraph, because it's more widely(?) supported. You can also express the schema.org vocabulary with RDFa

Member

kalkin commented May 7, 2016

I did a microdata project some time ago and I would recommend using https://schema.org instead of opengraph, because it's more widely(?) supported. You can also express the schema.org vocabulary with RDFa

@akuckartz

This comment has been minimized.

Show comment
Hide comment
@akuckartz

akuckartz May 7, 2016

👍 for using schema.org

👍 for using schema.org

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong May 7, 2016

Member

Why not both?

Member

andrewdavidwong commented May 7, 2016

Why not both?

@kalkin

This comment has been minimized.

Show comment
Hide comment
@kalkin

kalkin May 7, 2016

Member

@andrewdavidwong You can do both. As far as I'm not mistaken OpenGraph also uses RDFa with own namespace/vocabulary, this will get cumbersome very fast if you do it by hand. If you generate it automatically there might be cases where you can't generate both vocabularies data without some special handling for each vocabulary, i.e. when you need to insert empty/hidden tags which only contain data. It's definitely doable, but cumbersome and is more effort.

Member

kalkin commented May 7, 2016

@andrewdavidwong You can do both. As far as I'm not mistaken OpenGraph also uses RDFa with own namespace/vocabulary, this will get cumbersome very fast if you do it by hand. If you generate it automatically there might be cases where you can't generate both vocabularies data without some special handling for each vocabulary, i.e. when you need to insert empty/hidden tags which only contain data. It's definitely doable, but cumbersome and is more effort.

andrewdavidwong added a commit to QubesOS/qubesos.github.io that referenced this issue Dec 29, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment