This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
Call the useHead Composable for Good SEO
In this lesson, we use Nuxt’s useHead
composable to provide a page title and other meta data that’s useful for SEO and social sharing. The useHead
composable reactively updates all this meta-data on client-side route change and more importantly, renders this data server-side for crawlers.
Links