Skip to content

fix(fe): compress OG image and add explicit meta tags#29

Merged
SiegfriedBz merged 1 commit into
developfrom
feature/fix-og-img
Apr 19, 2026
Merged

fix(fe): compress OG image and add explicit meta tags#29
SiegfriedBz merged 1 commit into
developfrom
feature/fix-og-img

Conversation

@SiegfriedBz

Copy link
Copy Markdown
Owner

Summary

  • Replace the 1.6MB PNG OpenGraph image with an optimized 133KB JPEG (quality 85, same 1200x634 dimensions)
  • Add explicit images array with width, height, alt, and type to both openGraph and twitter metadata in the root layout

Context

Sharing the app URL on WhatsApp was not displaying the OG image preview. Two issues contributed:

  • The original PNG (1,582KB) exceeded WhatsApp's crawler timeout/size limits.
  • The metadata relied solely on Next.js file-based convention without explicit image dimensions, which WhatsApp needs to decide whether to render the preview.

@vercel

vercel Bot commented Apr 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
bio-verify-ai-dapp Ready Ready Preview, Comment Apr 19, 2026 0:01am

@SiegfriedBz SiegfriedBz merged commit 61574f2 into develop Apr 19, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant