Home

Issue: 2902

Duplicated meta tags and titles

[issue link]

Hey,
I’m working on a SSR website and keep having issues with duplicated meta tags. As you can see on the screenshot below, nuxt generate two title tags.
capture d ecran 2018-02-26 a 14 18 46

I use nuxt head() method and hid attribute to override defaults tags on my article page, but the two meta tags are being used.

In nuxt.config.js :
capture d ecran 2018-02-26 a 14 24 43

In videos/_slug.vue :
capture d ecran 2018-02-26 a 14 22 56

Oh, and if I remove default title and description from nuxt.config.js, nuxt is using the title from package.json

As anyone faced the same issue ? Or maybe I’m using nuxt head method wrong ?

Thanks in advance for your help !

This question is available on Nuxt.js community (#c2521)