Hi- I’m trying to figure out how do I show the specific user in a link preview?
It’s a user profile in a marketplace, so the page is the same across users, and it pulls the data (from Supabase) of the specific user. Currently, the link preview is showing up as the pic below, and I’m hoping it would display some of the user info instead.
You can dynamically put in the SEO for the user at the page level. Then it will pull that info for the preview. I am doing this for my blog plink previews like this:
The only issue I see with what you are trying to do is privacy rules. You have to be careful. You might be exposing too much of your user data. I would have split out the parts you want public into a different dataType.