Quick tip about link previews:
Your og:image should be 1200x630px. Most sites get this wrong — either wrong dimensions, an SVG (which many platforms reject), or a relative URL instead of absolute.
Check yours:
curl -s https://yoursite.com | grep 'og:image'
If you're building something that reads og:image from other sites, the LinkPreview API handles all the edge cases: https://rapidapi.com/ben-eI6jno4PU/api/linkpreview1
Top comments (3)
Love these sorts of tidy / actionable tips. I think you’re right in that truly most sites get this wrong.
100% and I appreciate that! Trying out these small post formats here for the first time. Nice to see the positive reception. :)
We recently fixed this in Forem, up from a 1000 px default width before.