qri-io / frontend

frontend application for our qri.cloud site
GNU General Public License v3.0
3 stars 2 forks source link

[SSR] Add Link Unfurling #584

Closed chriswhong closed 2 years ago

chriswhong commented 2 years ago

We added react helmet in #603, but the og and other meta tags don't come through correctly in SSR.

In SSR, we are already injecting jsonLD into index.html here: https://github.com/qri-io/frontend/blob/7bf4732f7d75d85c6338054f2079fe821e8e3794/server/index.js#L97-L104

We can use the same call to the preview to populate og tags and whatever else is necessary for link unfurling.