$ tpt --version 1.0
tpt
About
online
01 Jan 1970
00:00:00
Web
/open-graph-gen

OG Meta Generator

Generate Open Graph meta tags for social sharing

all tools
Website
Image
Twitter
Type
Your meta tags
<meta property="og:title" content="My Page Title" />
<meta property="og:description" content="A brief description of the page" />
<meta property="og:url" content="https://example.com" />
<meta property="og:image" content="https://example.com/image.png" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Example Site" />
<meta property="og:locale" content="en_US" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="My Page Title" />
<meta property="twitter:description" content="A brief description of the page" />
<meta property="twitter:image" content="https://example.com/image.png" />