How to create duplicate meta tags

Oka, confirmed with SEO that this isn’t possible but they did have some other things for you to think about and try.

  1. In that google scholar docs you linked, it states that you only need to add 1 author for inclusion to Google Scholar so that might. be important info
  2. THey suggested you can supplement with schema markup to list everyone and can also be set dynamically.
    example:
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "author": [
    { "@type": "Person", "name": "Liu, Li", "affiliation": "University of Example" },
    { "@type": "Person", "name": "Rannels, Stephen R.", "affiliation": "Example Institute" },
    { "@type": "Person", "name": "Falconieri, Mary", "affiliation": "Example University" }
  ]
}
</script>