๐Ÿ“ค HTML

Open Graph Tags โ€” Control How Links Look on WhatsApp & LinkedIn

๐Ÿ“… Jul 3, 2026 โฑ 3 min read

Share a link with no OG tags โ†’ gray box with a bare URL. With them โ†’ image, title, description. For a site shared in student WhatsApp groups, this is free marketing.

The complete set

<meta property="og:title" content="CGPA Calculator โ€” Anna University">
<meta property="og:description" content="Calculate GPA and CGPA instantly. Free.">
<meta property="og:image" content="https://site.com/og-image.png">
<meta property="og:url" content="https://site.com/cgpa-calculator">
<meta property="og:type" content="website">

<meta name="twitter:card" content="summary_large_image">

The image rules

Debugging previews

Platforms CACHE previews aggressively. After changes, force a refresh: LinkedIn Post Inspector, Facebook Sharing Debugger ("Scrape Again"), or add ?v=2 to the shared URL. Test in a self-DM on WhatsApp before posting to the group.

โ† All Articles