Review
Useful when judging whether a preview explains the page quickly in a feed.
Verdict
Vercel's strongest previews are crisp and campaign-like. The interesting lesson is not just design quality; it is inventory coverage across every page type.
What works
- The homepage card has a specific message rather than a generic logo lockup.
- The blog has its own section-level OG image, which avoids overusing the homepage card.
- The visual language matches the product: technical, restrained, and high contrast.
Watchouts
- The sampled docs page did not expose obvious OG tags in the fetched HTML, which can leave crawlers with weaker fallback previews.
- Large sites need automated checks because one missing page type can be hard to notice manually.
Page variation study
The product question: does each page type get its own useful preview?
Why this matters for automatic OG images
A site with docs, blogs, templates, changelog entries, and product pages benefits from automatically generating a route-specific preview instead of hand-maintaining every asset.
Homepage
Campaign-style homepage image.

- og:title
- Agentic Infrastructure
- og:description
- The autonomous stack for every app and agent.
- og:image
- https://lishhsx6kmthaacj.public.blob.vercel-storage.com/og-home-not-x.png
Blog
Section-level blog image.

- og:title
- Blog - Vercel
- og:description
- Blog posts from the Vercel team and community. Discover the latest in web development.
- og:image
- https://assets.vercel.com/image/upload/q_auto/front/blog/og/Vercel_Blog_OG.png
Docs
Useful missing-coverage sample.
- og:title
- No obvious og:title in sampled HTML
- og:description
- No obvious og:description in sampled HTML
- og:image
- Not found in sampled HTML
MyOG.social's API fills this gap with one crawler-visible og:image tag:
<meta property="og:image" content="https://api.myog.social/og?url={encoded_page_url}" />