garmeeh / next-seo

Next SEO is a plug in that makes managing your SEO easier in Next.js projects.
MIT License
7.56k stars 390 forks source link

keyOverride prop rendering as an attribute on link tag #1474

Open nariakiraHara opened 3 months ago

nariakiraHara commented 3 months ago

Describe the bug Using additionalLinkTags keyOverrides will render the keyOverride attribute on the link tag.

This is related to the following issue and could be improved by making a similar fix. https://github.com/garmeeh/next-seo/issues/1079

Reproduction Todo, sorry not had chance yet

Expected behavior Expected result is the provided keyOverride prop is used for the internal key prop but not rendered as an attribute.

Additional context https://github.com/garmeeh/next-seo/issues/1079 or https://github.com/garmeeh/next-seo/issues/666 is related to