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 tags in website #18

Open
theritikchoure opened this issue May 4, 2023 · 0 comments
Open

Add open graph tags in website #18

theritikchoure opened this issue May 4, 2023 · 0 comments

Comments

@theritikchoure
Copy link

Issue Description

I would like to request that Open Graph tags be added to the website to improve the way it is shared on social media. These tags help provide information to social media platforms like Facebook, Twitter, and LinkedIn and can improve the way our website appears when it is shared.

Currently website has two open graph tags, in which logo is not working properly.

<meta key="ogImage" property="og:image" content="./icon128.png" />
<meta key="ogUrl" property="og:url" content="https://freeinternetplugin.com" />

image

Proposed Solution

I would like to add the following Open Graph tags to our website:

<meta property="og:title" content="Website Title">
<meta property="og:description" content="Website description">
<meta property="og:image" content="https://example.com/image.jpg">
<meta property="og:url" content="https://example.com">

The og:title tag would be used to specify the title of the website, the og:description tag would be used to provide a brief description of the website, the og:image tag would be used to specify the image to use when the website is shared, and the og:url tag would be used to specify the URL of the website.

Additional Information

Please let me know if you have any questions or concerns about adding these Open Graph tags. I believe that this change would improve the way, the website is shared on social media and help increase online presence.

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