vue-cli-plugin-prerender-spa icon indicating copy to clipboard operation
vue-cli-plugin-prerender-spa copied to clipboard

Meta Information

Open dannysmc95 opened this issue 6 years ago • 2 comments

Is your feature request related to a problem? Please describe. No way to add more SEO friendly meta tags and information to the page? Currently using: https://www.npmjs.com/package/@bachdgvn/vue-router-meta-tags

Describe the solution you'd like I am not sure if this is a feature specifically or support for something, but since Vue CLI now does not use webpack (or at least allows us to edit the webpack config), I was wondering is there any plugins that would allow me to define meta information within the routes and then this would then amend and edit the meta tags before the snapshot is taken?

Describe alternatives you've considered I have found things like this: https://www.npmjs.com/package/@bachdgvn/vue-router-meta-tags but they do not work with this plugin.

Additional context Any other plugins that do exist and work please let me know!

Thanks,

dannysmc95 avatar Dec 05 '19 14:12 dannysmc95

yes, this is very much needed.... if I defined meta property within my router... it is not displayed in my pre-rendered page

demiro avatar Feb 11 '20 12:02 demiro

Try using vue-mata package: https://www.npmjs.com/package/vue-meta.

rameshlohala avatar May 18 '20 06:05 rameshlohala