Closed patelsujal closed 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.
meta tags are not showing in view page resource
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.