-
-
Notifications
You must be signed in to change notification settings - Fork 804
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
Please implement the Open Graph protocol for products homepage #2007
Comments
There's already some OG metadata, but can be improved. For example https://endoflife.date/opensearch: <title>OpenSearch | endoflife.date</title>
<meta name="generator" content="Jekyll v4.3.1" />
<meta property="og:title" content="OpenSearch" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://endoflife.date/opensearch" />
<meta property="og:url" content="https://endoflife.date/opensearch" />
<meta property="og:site_name" content="endoflife.date" />
<meta property="og:image" content="https://endoflife.date/logo.png" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image" content="https://endoflife.date/logo.png" />
<meta property="twitter:title" content="OpenSearch" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-12-11T14:21:35+00:00","headline":"OpenSearch","image":"https://endoflife.date/logo.png","url":"https://endoflife.date/opensearch"}</script>
<!-- End Jekyll SEO tag --> Facebook has a tool for checking OG metadata: https://developers.facebook.com/tools/debug/ For example: https://developers.facebook.com/tools/debug/?q=https%3A%2F%2Fendoflife.date%2Fopensearch |
Suggested improvements:
Anything else we're missing? |
That's a good start I think. +1 for the For the description a generic one with the product name could do the trick. I do not know if this could be configured in the Jekyll config file, but it would be great. Note: currently all tags are managed/injected by https://jekyll.github.io/jekyll-seo-tag/. |
@marcwrobel , thanks for pointing Jekyll SEO Tag : I did not know about it π |
endoflife.date already implements Open Graph, even if it's limited. And #28 was already about social media preview. Closing this as duplicate. |
π |
β Context
Actually, when we share
endoflife.date
products homepages, their preview on social network is not optimal.Below some actual previews.
π¦ Twitter preview
π’ linkedIn preview
π§βπ€βπ§ Facebook preview
π‘ Feature request
It would be useful to get a preview thanks to The Open Graph protocol
On each product homepage, provide Open Graph protocol resources showing for example :
π° Benefits
The text was updated successfully, but these errors were encountered: