Sending links with a rich preview image can significantly enhance engagement by making your messages more visually appealing. Follow the steps below to ensure your link has the correct rich preview image.
Image size requirements: - Ensure your image meets the recommended size for rich preview, tipically 1200 x 630 pixels.- The size of the image file must not exceed 8 MB.
Set Up Open Graph Tags:Add the following Open Graph meta tags to the <head>section of your webpage's HTML:
<meta property="og:title" content="Your Page Title" />
<meta property="og:description" content="A brief description of your page" />
<meta property="og:image" content="https://example.com/path-to-your-image.jpg" />
<meta property="og:url" content="https://example.com/your-page-url" />
Test your tags. Go to Meta Sharing Debugger Tool, enter your website url and press Debug
After each change you make, make sure to hit the Scrape Again button
Was this article helpful?