-
Notifications
You must be signed in to change notification settings - Fork 4
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
Optimize Open Graph metadata to HTML headers #4
Labels
Comments
Most important Open Graph info is present, but needs to be further improved: <meta name="description" content="Our global community of concerned people focuses on the rising harms of new technology, as it is radically transforming our world. And our mission is to change this trend. To Re-align Technology to Humanity’s Best Interests. — The Center for Humane Technology">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="Humane Tech Community">
<meta property="og:title" content="Humane Tech Community">
<meta property="og:url" content="http://localhost:4000/">
<meta property="og:description" content="Our global community of concerned people focuses on the rising harms of new technology, as it is radically transforming our world. And our mission is to change this trend. To Re-align Technology to Humanity’s Best Interests. — The Center for Humane Technology">
<meta property="og:image" content="http://localhost:4000/assets/images/humane-tech-community-ogimage.png">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"url": "http://localhost:4000/",
"logo": "http://localhost:4000/assets/images/humane-tech-community-ogimage.png"
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"name": "Arnold Schrijver",
"url": "http://localhost:4000/",
"sameAs": null
}
</script> |
aschrijver
added a commit
that referenced
this issue
Oct 30, 2018
Does not work on WhatsApp yet, or it is a cache issue. |
LinkedIn and Twitter previews do also not work properly. See #29 |
aschrijver
added
bug
Something isn't working
and removed
enhancement
New feature or request
labels
Apr 24, 2019
aschrijver
changed the title
Add Open Graph metadata to HTML headers
Optimize Open Graph metadata to HTML headers
May 7, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add sufficient Open Graph and other
meta
tags to the HTML header.The text was updated successfully, but these errors were encountered: