Preview

This is how your link will appear when shared on Bluesky.

The preview is generated from your page's Open Graph meta tags.

OpenGraph+

🌏 OpenGraph+

Image specifications

Images that don't meet platform requirements may be cropped incorrectly, rejected, or displayed at poor quality.

Each platform has different specifications. Make sure your image meets Bluesky's requirements shown below.

URL
https://opengraphplus.com/api/websites/v1/MDBKWnFuMG9mWkVwQnV2N0lsMzBrQTrllIUf3PcTkzJvZK6ZXOvj/image?url=https%3A%2F%2Fopengraphplus.com%2F
Width
2,400px
Recommended: 1,200px
Height
1,254px
Recommended: 627px
Aspect Ratio
1.91:1
Recommended: 1.91:1
Format
image/png
Recommended: image/jpeg, image/png, image/webp, image/gif
File Size
495 KB
Recommended: Under 5 MB

Meta tags

Open Graph tags control how your content appears when shared on social media platforms like Facebook, Twitter, and LinkedIn.

Missing or incorrect tags can result in broken previews, missing images, or unappealing shares that reduce click-through rates.

PropertyYour Tags
TitleOpenGraph+
Description
URLhttps://opengraphplus.com/
Typewebsite
Site NameOpenGraph+
Locale

Page request

When you share a link on Bluesky, it sends a server-side request, not a browser, to fetch the page's HTML and read the meta tags. This is the request it makes.

curl -vL \
  -H 'User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Bluesky Cardyb/1.1; +mailto:support@bsky.app) Chrome/W.X.Y.Z Safari/537.36' \
  -H 'Accept-Encoding: gzip' \
  'http://og.plus'

Image request

After reading the meta tags, Bluesky makes a separate request to download the image. Some platforms use a different User-Agent or Accept header for images.

curl -vL \
  -H 'User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Bluesky Cardyb/1.1; +mailto:support@bsky.app) Chrome/W.X.Y.Z Safari/537.36' \
  -H 'Accept: image/*' \
  'https://opengraphplus.com/api/websites/v1/MDBKWnFuMG9mWkVwQnV2N0lsMzBrQTrllIUf3PcTkzJvZK6ZXOvj/image?url=https%3A%2F%2Fopengraphplus.com%2F'