Skip to content

Is it possible to have multiple authors for article? #44

@abetwothree

Description

@abetwothree

I'm trying to publish an article with multiple authors but all I get is the following without any author data.

"author": {
    "@type": "Author"
},

Is there a way to create an array like the following answer so it looks like the json below:
https://webmasters.stackexchange.com/a/90191

"author": [{
    "@type": "Person",
    "familyName": "van der Westhuizon",
    "givenName": "Jason",
    "name": "Jason van der Westhuizon"
},
{
    "@type": "Person",
    "familyName": "du Toit",
    "givenName": "Jene",
    "name": "Jene du Toit"
}]

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions