Skip to content
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

enhance usage of the open graph protocol #133

Open
4 tasks
lunika opened this issue Oct 16, 2018 · 0 comments
Open
4 tasks

enhance usage of the open graph protocol #133

lunika opened this issue Oct 16, 2018 · 0 comments

Comments

@lunika
Copy link
Member

lunika commented Oct 16, 2018

We use the open graph protocol on this site. This protocol allow a page to become a rich object in a social graph. This protocol is also used by social network to display a published link.

twitter also have its own metadata and while we only use twitter social network we also use them : https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started.html

All the metadata are managed in _layouts/layout.html file.

More metadata can be used to display more information on twitter for example.
Here is the actual render:
screenshot from 2018-10-16 10-29-46

idea to enhance it :

  • add an image using the og:image metadata. It is also possible to add many more information on this image: http://ogp.me/#structured
  • allow to override a default image in each post
  • add a default description for every page
  • allow to override the default description in each post
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant