How to add canonical tag ?
Hello, I wanted to know how to add canonical tag in Nuxt 3 ?
I tried to add '@nuxtjs/sitemap' and '@nuxtjs/robots'
And I added this to my nuxt config :
site: {
url: 'https://www.o2012.fr',
},
seo: {
redirectToCanonicalSiteUrl: true
},
0 Replies