Closed chriswhong closed 2 years ago
We added react helmet in #603, but the og and other meta tags don't come through correctly in SSR.
og
In SSR, we are already injecting jsonLD into index.html here: https://github.com/qri-io/frontend/blob/7bf4732f7d75d85c6338054f2079fe821e8e3794/server/index.js#L97-L104
index.html
We can use the same call to the preview to populate og tags and whatever else is necessary for link unfurling.
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-L104We can use the same call to the preview to populate
og
tags and whatever else is necessary for link unfurling.