Free-Internet-Plugin
Free-Internet-Plugin copied to clipboard
Add open graph tags in website
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" />
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.