Add social tags to your <head> (Next.js metadata API handles this globally):
- Open Graph:
og:title,og:description,og:image - Twitter:
twitter:card=summary_large_image
Ensure the image is accessible (200 OK) and at least 1200×630.
Make link previews consistent across platforms with the right meta tags.
Add social tags to your <head> (Next.js metadata API handles this globally):
og:title, og:description, og:imagetwitter:card=summary_large_imageEnsure the image is accessible (200 OK) and at least 1200×630.