Design OG and Twitter Card meta tags. See exactly how your page looks when shared on social media.
<!-- Open Graph --> <meta property="og:title" content="My Awesome Page - Searchlight" /> <meta property="og:description" content="This is a compelling description that makes people click. Keep it under 160 characters for best results." /> <meta property="og:image" content="https://placehold.co/1200x630/ff6a1a/ffffff?text=OG+Image+1200x630" /> <meta property="og:url" content="https://example.com/my-page" /> <meta property="og:site_name" content="Example" /> <meta property="og:type" content="website" /> <!-- Twitter Card --> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="My Awesome Page - Searchlight" /> <meta name="twitter:description" content="This is a compelling description that makes people click. Keep it under 160 characters for best results." /> <meta name="twitter:image" content="https://placehold.co/1200x630/ff6a1a/ffffff?text=OG+Image+1200x630" /> <meta name="twitter:site" content="@example" />
Preview your Open Graph tags as they appear when shared on Facebook, LinkedIn, WhatsApp, Slack, Twitter/X, and iMessage. Enter a URL to fetch live OG tags or paste your own. Validates OG image dimensions, title length, and description. Fix social sharing previews before they go live.