Preview and generate Open Graph meta tags for social media sharing.
Recommended: 1200×630 pixels for optimal display
<!-- Primary Meta Tags --> <meta name="title" content="Check out this awesome website!"> <meta name="description" content="This is a preview of how your content will look when shared on social media platforms like Facebook, Twitter, and LinkedIn."> <!-- Open Graph / Facebook --> <meta property="og:type" content="website"> <meta property="og:url" content="https://example.com"> <meta property="og:title" content="Check out this awesome website!"> <meta property="og:description" content="This is a preview of how your content will look when shared on social media platforms like Facebook, Twitter, and LinkedIn."> <meta property="og:image" content="https://images.unsplash.com/photo-1618005182384-a83a8bd57fbe?w=1200&h=630&fit=crop"> <meta property="og:site_name" content="My Website"> <!-- Twitter --> <meta property="twitter:card" content="summary_large_image"> <meta property="twitter:url" content="https://example.com"> <meta property="twitter:title" content="Check out this awesome website!"> <meta property="twitter:description" content="This is a preview of how your content will look when shared on social media platforms like Facebook, Twitter, and LinkedIn."> <meta property="twitter:image" content="https://images.unsplash.com/photo-1618005182384-a83a8bd57fbe?w=1200&h=630&fit=crop">