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

Add open graph meta tags #38

Open
vikasganiga05 opened this issue Apr 13, 2022 · 0 comments
Open

Add open graph meta tags #38

vikasganiga05 opened this issue Apr 13, 2022 · 0 comments

Comments

@vikasganiga05
Copy link

Add open graph meta tags inside the <head> tag. Open Graph meta tags help users optimize their social media link previews, so users always see the essential information. To know more about open graph read this amazing blog post → What is Open Graph and how can I use it for my website?.

Here is my suggestion 👇

Add a screenshot of the website homepage to ./img folder. Then add its path to the meta tag of property og:image and twitter:image.

<!-- Open Graph Meta Elements for Social Cards -->
<meta property="og:title" content="Talk To Me Technology">
<meta property="og:description" content="Open source comm board for all!">
<meta property="og:image" content="<Add screenshot of the app to img folder and add link to the screenshot here...>">
<meta property="og:type" content="website">
<meta property="og:url" content="https://talktometechnology.netlify.app/">

<!-- Meta Elements for Twitter Social Card -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="Talk To Me Technology">
<meta property="twitter:description" content="Open source comm board for all!">
<meta property="twitter:image" content="<Add screenshot of the app to img folder and add link to the screenshot here...>">
<meta property="twitter:url" content="https://talktometechnology.netlify.app/">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants