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

Ensure that all Open Graph tags are being used #170

Open
mattstratton opened this issue Mar 8, 2018 · 3 comments
Open

Ensure that all Open Graph tags are being used #170

mattstratton opened this issue Mar 8, 2018 · 3 comments
Assignees

Comments

@mattstratton
Copy link
Owner

<meta property="og:title" content="Article Title">
<meta property="og:type" content="article">
<meta property="og:url" content="http://www.example.com/article.html">
<meta property="og:image" content="http://www.example.com/image.png">
@mattstratton
Copy link
Owner Author

mattstratton commented Nov 20, 2019

Along these lines, I want to refactor the social partials into a single, simpler partial.

See https://github.com/devopsdays/devopsdays-web/blob/master/themes/devopsdays-theme/layouts/partials/head/seo.html for reference.

GitHub
This is the website for devopsdays. Contribute to devopsdays/devopsdays-web development by creating an account on GitHub.

@mattstratton
Copy link
Owner Author

mattstratton commented Dec 1, 2020

We should also add some tags to improve Slack unfurls, see this article https://medium.com/slack-developer-blog/everything-you-ever-wanted-to-know-about-unfurling-but-were-afraid-to-ask-or-how-to-make-your-e64b4bb9254

For example, we could add tags like this:

<meta name="twitter:label1" value="Guests" />
<meta name="twitter:data1" value="George Bluth, Michael Bluth" />
<meta name="twitter:label2" value="Some other label" />
<meta name="twitter:data2" value="what else might we want?" />
Medium
Let’s start with the most obvious question first. This is what an “unfurl” is:

@mattstratton
Copy link
Owner Author

To be clear, the comment about "refactor the social partials into a single, simpler partial" was done in #237, so really the main work here is just to improve the Slack unfurls and check the other OG tags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant