-
Notifications
You must be signed in to change notification settings - Fork 29.9k
Closed
Milestone
Description
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:
- Provide multiple meta tags with the same name in
- 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
Labels
No labels