troxler / vue-headful

Set document title and meta tags with Vue.js
MIT License
229 stars 17 forks source link

meta tag is show in source code #9

Closed patelsujal closed 5 years ago

patelsujal commented 5 years ago

i am developing vue + laravel website. i am developing front end with only pure vue. i want to set seo meta tags on vue component but this plugin is only set title not meta tags. it is show only on inspect but not showing on view source.

troxler commented 5 years ago

See https://github.com/troxler/headful:

Important: Most properties supported by Headful are only useful when they are set before the browser executes the JavaScript. For example, you won't be able to change properties used for URL sharing on social networks (e.g. Facebook, Twitter) or messengers (WhatsApp, Telegram). That means you should either prerender your pages before the deployment or use server-side rendering.

Sakthi002 commented 5 years ago

meta tags are not showing in view page resource