ktquez / vue-head

Manager the meta information of the head tag, a simple and easy way
MIT License
984 stars 73 forks source link

vue-head on Vue SPA? #89

Closed Sjoerd82 closed 4 years ago

Sjoerd82 commented 4 years ago

Can we confirm that vue-head doesn't (out-of-the-box) work in a Vue SPA for crawler/social purposes? Looking at the page output, I do see the meta tags I specified, however, when I share the page in Facebook or Whatsapp, the OpenGraph tags added are not picked up, probably because Vue dynamically adds them to the DOM too late.

Probably requires pre-rendering (unfortunately)..?

ktquez commented 4 years ago

Yes! It's recommended to use prerender or create a project with Nuxt.js for sharing on social networks.

Sjoerd82 commented 4 years ago

Thanks for confirming that! For those new to front-end dev (like me), these obvious things aren't always immediately obvious ;-).

ktquez commented 4 years ago

@Sjoerd82 Thanks for using!