How to Fix Your Website Link Preview
Your website link shouldn’t look boring when you send it. In this guide, you’ll learn how to update your page title, create the right preview image, and add Open Graph tags so your link looks clean in iMessage, Twitter/X, and more.
6 min read
By: Osman AliPublished: Mar 1st, 2026
Step-by-Step Guide
Every webpage has a <head> section and we have to add to it.
This is where you define:
- The page title
- Meta descriptions
- Social preview images
On most platforms this can be done in their dashboard but in a basic HTML site, it looks like this:
<head>
<title>Your Website</title>
</head>
This is where all preview customization happens.
