Open ben-miles opened 1 year ago
Vue-Meta has a very simple syntax for handling this, but they're still working on updates to get it fully compatible with Vue 3. As of the time of this writing, I can use an alpha version to update page titles, but not any other meta data.
Alternatively, there's Vue-Head, but it's got a broader feature set that makes it look like overkill for my needs.
I also keep seeing conflicting reports on whether Google et al can make use of any of this meta data in a client-side rendered app...
I'm considering looking into a plugin like https://vue-meta.nuxtjs.org/ or https://github.com/ktquez/vue-head to handle updating the meta tags for different views.