Am I right with useServerSeoMeta?
Hey guys, I am trying to setup SEO meta tags. I found useServerSeoMeta, but I have a question. When I want to use
titleTemplate
inside useHead on my app.vue and then on each page I want to setup title and description I have to do it like this:
When I try to use title from my useServerSeoMeta function it doesn't use titleTemplate from my app.vue. Is there any option to do it simpler?1 Reply
Hey there! You mostly don't need
useServerSeoMeta
. But maybe you can explain this more detailled as I am a bit confused:
Do you want multiple different title templates across your app? Or do you want a single global template, where your title & description from the pages gets loaded in.