Why Open Graph tags exist and what they control
When someone shares your URL on Facebook, LinkedIn, Slack, Discord, iMessage, or WhatsApp, those platforms don't visit your site as a human would. They send a scraper to read specific meta tags — collectively called Open Graph tags — and use them to build the preview card. Without OG tags, the card falls back to whatever the platform can guess: usually a broken thumbnail, the raw URL as the title, and no description.
The four tags that matter: og:title (the headline of the preview), og:description (the subtext), og:image (the picture), and og:url (the canonical link). Twitter/X uses its own similar set prefixed with twitter: — twitter:card, twitter:title, twitter:description, twitter:image. Most modern sites define both.