OG Tag Generator

OG Tag Generator

Description & Example

Use this tool to generate Open Graph meta tags that help control how your page appears when shared on social media. Simply enter your page title, description, URL, and image URL, then select the content type. The tool will output the corresponding meta tags.

For example, if you enter "Example Page" for the title, "This is an example page description." for the description, "https://example.com" for the URL, and "https://example.com/image.jpg" for the image, the generated meta tags will look like:

<meta property="og:title" content="Example Page">
<meta property="og:description" content="This is an example page description.">
<meta property="og:url" content="https://example.com">
<meta property="og:image" content="https://example.com/image.jpg">
<meta property="og:type" content="website">