Skip to content

Can't provide multiple meta tags with the same name #10183

@rchandu

Description

@rchandu

Bug report

Describe the bug

Ability to support multiple meta tags with same name. I see that there was an effort to support multiple meta tags with same property in #5800 but this still doesn't allow multiple meta tags with same name.
This is useful to supporting "citation_author" for SEO indexing in Google Scholar https://scholar.google.com/intl/en-us/scholar/inclusion.html#indexing

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Provide multiple meta tags with the same name in
  2. Check the output

Expected behavior

<meta name="citation_author" content="Rannels, Stephen R."> <meta name="citation_author" content="Falconieri, Mary">

should give markup as such but, currently it produces

<meta name="citation_author" content="Falconieri, Mary">

System information

  • Version of Next.js: 9.1.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions