HTML Tags
<!-- Open Graph --> <meta property="og:title" content="Your Site Title" /> <meta property="og:description" content="Short description about your page that will appear in link previews and search results." /> <meta property="og:url" content="https://example.com/page" /> <meta property="og:site_name" content="example.com" /> <meta property="og:type" content="website" /> <meta property="og:image" content="https://example.com/og-image.jpg" /> <meta property="og:image:alt" content="Open Graph image" /> <meta property="og:image:secure_url" content="https://example.com/og-image.jpg" /> <!-- Twitter --> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Your Site Title" /> <meta name="twitter:description" content="Short description about your page that will appear in link previews and search results." /> <meta name="twitter:image" content="https://example.com/og-image.jpg" />