← tinyruns locally
Open Graph Preview
Preview OG metadata
preview
https://example.com
My Page Title
A description of the page content.
output
<meta property="og:title" content="My Page Title" /> <meta property="og:description" content="A description of the page content." /> <meta property="og:url" content="https://example.com" /> <meta property="og:image" content="https://images.unsplash.com/photo-1635776062127-d379b38ba975?w=1200&h=630&fit=crop" /> <meta property="og:type" content="website" /> <meta property="og:site_name" content="@mysite" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="My Page Title" /> <meta name="twitter:description" content="A description of the page content." /> <meta name="twitter:image" content="https://images.unsplash.com/photo-1635776062127-d379b38ba975?w=1200&h=630&fit=crop" />