Open GraphSEO: highInside <head>

og:title

The title displayed when your page is shared on Facebook, LinkedIn, Slack, and other Open Graph-compatible platforms.

og:title controls the headline shown in social sharing cards. When your page is shared on Facebook, LinkedIn, Slack, WhatsApp, Discord, and most social platforms, they read og:title for the preview card headline. If og:title is missing, these platforms fall back to the HTML <title>.

Best practice: set og:title to match the page title or use a social-optimised variant. For some pages, a more engaging or emotive title works better for social than the SEO-optimised version (which prioritises keyword placement). Keep it under 60 characters to avoid truncation in cards.

LinkedIn and Slack cache og:title aggressively. If you update the tag, use LinkedIn's Post Inspector or clear Slack's cache by changing the URL slightly to force a re-fetch. Facebook has a Sharing Debugger tool for this purpose.

HTML Example

<meta property="og:title" content="How to Fix Core Web Vitals — Complete 2026 Guide">

Attributes

propertyMust be "og:title".
contentThe title text for the social share card. Under 60 characters recommended.
Check this tag on your site
Audit your og:title implementation on any URL
Social Share Preview

Related Tags

<title>
The HTML title element defines the page title shown in browser ta…
og:description
The description shown in social share cards when your page is sha…
og:image
The image displayed in social share cards — the most visually imp…
og:url
The canonical URL of the page for social sharing — used to aggreg…
← All Meta Tags