Open
Description
I see that sameAs
is a string attribute and I was wondering if it also should be a string[] so it can accept a list of social networks, as explained here.
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Company Name",
"url": "company.com",
"logo": "company.com/logo.png",
"sameAs": [
"https://facebook.com/",
"https://twitter.com/",
]
}
Metadata
Assignees
Labels
No labels