[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Feedback](/c/feedback/8)

# Open Graph Tab Not Working

92 views · 0 likes · 4 posts


Johnny Woodtke (@jwoodtke) · 2025-09-07

<!-- Questions that get answered the fastest are the ones with relevant info included in the original post. Be sure to include all detail needed to let others see and understand the problem! -->

<!-- Current versus Expected behavior -->

<!-- Code, configuration, and steps that reproduce this issue -->

<!-- Project information (URL, framework, environment, project settings) -->

I have a NextJS 15 app deployed on Vercel. From what I can tell, the OpenGraph metadata is set properly via the static metadata property and dynamic `generateMetadata` function on all pages of my app (except the error page for now). However, Vercel’s built-in Open Graph preview tab shows no OG metadata.

Let’s use this preview deployment as an example: https://godsreveal-n4ooql289-johnny-woodtkes-projects.vercel.app/

As you can see, this third-party OG metadata analyzer shows all proper metadata: https://www.opengraph.xyz/url/https%3A%2F%2Fgodsreveal-n4ooql289-johnny-woodtkes-projects.vercel.app%2F

But the following screenshot of Vercel’s Open Graph preview shows that no OG metadata is set:

![Screenshot 2025-09-07 at 8.07.00 AM|625x500, 75%](upload://nbQVumTIInqEZWioaZPvdZrl5Yg.png)


This same issue occurs in my production deployment as well.


Pauline P. Narvas (@pawlean) · 2025-09-12

Hey Johnny!

Are you still seeing this issue?


Johnny Woodtke (@jwoodtke) · 2025-09-16

Hi Pauline,

Yes, I am still seeing this issue on both previous and new deployments. The Open Graph tab still shows the exact same response as I shared in my screenshot.

Additionally, I have checked again, and my original metadata is accurate in both OpenGraph and when I share my web app in iMessage.


Pauline P. Narvas (@pawlean) · 2025-09-22

That is interesting! Thank you for sharing. 

What does your implementation of the meta data look like?