Skip to content

Add open graph tags in website #18

@theritikchoure

Description

@theritikchoure

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions