harlan-zw / nuxt-seo

The complete SEO solution for Nuxt.

Home Page:https://nuxtseo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If I use i18n I need to disable automaticDefaults?

luca-smartpricing opened this issue · comments

Details

Sorry, but i don't understand the docu.
Here you say:

If you're using the @nuxtjs/i18n module, then this is automatically set for you.

What does i18n do? Set currentLocale and defaultLocale or add all the metas that would be added with automaticDefaults: true?
I think it's the second option because I see all the og:tags duplicated.
So if I use i18n I must necessarily disable automaticDefaults
Can you clarify this point for me?
Thanks and great work!

No og tags should be duplicated, you can try out 2.0.0-rc.9 and let me know if it works any better.

The i18n module should integrate seamlessly with Nuxt SEO, there shouldn't be any changes needed on your end.

Otherwise if you can provide a reproduction it would help me debug.