Platform previews can vary
The on-page preview is an approximation. Social networks cache metadata and apply their own cropping and display rules, so use a publicly reachable absolute image URL and validate the deployed page on each target platform.
Create social-sharing metadata for a webpage and preview the likely title, description, image, and domain treatment. Configure Open Graph, Twitter Card, article, and advanced fields, then copy the tags into the page head.
The on-page preview is an approximation. Social networks cache metadata and apply their own cropping and display rules, so use a publicly reachable absolute image URL and validate the deployed page on each target platform.
No. Each platform can crop, cache, or display metadata differently.
Deployed metadata should use a publicly reachable absolute image URL that social crawlers can access.
Yes. Open Graph and Twitter tags supplement the standard page title and meta description.
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="robots" content="index, follow" />