next-seo icon indicating copy to clipboard operation
next-seo copied to clipboard

Unable to add <title> AND <meta name="title" content="x">

Open janinel opened this issue 4 years ago • 2 comments

Our SEO team want to replicate the title in the metatags. To do this tried using additionalMetaTags but it looks like the title and the additionMetaTag have a key of 'title' so

x gets suppressed.

<NextSeo title="x' additionalMetaTags=[{ name: 'title', content: 'x' }] />

An easy fix would be to namespace the meta keys or (less impact) the title key

  • what do you think?

janinel avatar Jun 09 '20 03:06 janinel

Hey @janinel yeah I can take a look at this and what impact it might have.

garmeeh avatar Jun 17 '20 12:06 garmeeh

Hi @garmeeh Can you give some context on how to fix this? I can take a look at it. What is the desired outcome?

idiglove avatar Jun 28 '22 02:06 idiglove