question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

not possible to override SEO: false on page level

See original GitHub issue

Version

nuxt-i18n: 6.15.3 nuxt: 2.12.0

Nuxt configuration

mode:

  • universal
  • [] spa

Nuxt-i18n configuration

Steps to reproduce

  1. set seo: true in nuxt config
  2. set seo: false in page level
  3. tags are still added in the head image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:19

github_iconTop GitHub Comments

1reaction
finalgamercommented, Dec 14, 2020

I do have the same problem.

nuxtI18n: {
  seo: false
},

Is not recognized and meta/link tags are still added. I have also tried using just i18n instead of nuxtI18n without success.

Also I am unable to overwrite any meta tags.

like

head() {
  link: [
    {hid: 'i18n-can', rel: 'canonical', href: 'bla'},
  ],
}
1reaction
Martin7mindcommented, Oct 16, 2020

actually - setting seo: false in the nuxt config does not remove the canonical link and the html-lang attribute… :S

Read more comments on GitHub >

github_iconTop Results From Across the Web

not possible to override SEO: false on page level #932 - GitHub
In case someone wants to enable SEO meta globally and then exclude for some pages, I guess the solution right now is to...
Read more >
12 Essential On-Page SEO Factors You Need To Know
It basically just got faster and faster with every level. In some ways, search engine optimization (SEO) is the same. Not in that...
Read more >
Analysis Results Flag For Single Title Incorrect - WordPress.org
Yoast SEO analyzes the content of your post/page which does not include theme output, like headers, footers, H1 tags, and sidebars.
Read more >
SEO Myths—10 Times Almost Every SEO Expert Was Wrong
We made polls for SEO experts to predict what a change will do. These ten times, almost nobody got it right.
Read more >
My SEO title isn't showing as I have entered it - Yoast
1. When you're logged in, you will be in your 'Dashboard'. 2. On the left-hand side, you will see a menu. In that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found