Nextjs Guideline: Metadata — Include OpenGraph images. Description: Add OG images for social sharing. Do: opengraph-image.tsx or og property. Don't: Missing social preview images. Good Example: opengraph: { images: ['/og.png'] }. Bad Example: No OG configuration. Severity: Medium. Docs: .