Closed
Description
When parsing the following URL, the author
attribute is parsed as _:b1
where it is expected to be empty:
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "NewsArticle",
"author": {},
"dateModified": "0001-01-01T00:00:00Z",
"datePublished": "0001-01-01T00:00:00Z",
"image": {},
"mainEntityOfPage": {},
"publisher": {
"@type": "Organization",
"logo": {},
"name": "USA TODAY"
}
}
</script>
Metadata
Metadata
Assignees
Labels
No labels