Jun 21, 2024
Schema.org Article
Hello, I would like to know if schema.org structured data for articles allows the omission of the author field. Specifically, can I use the following code for each article without including the author field?
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"name": "Title of the Article",
"url": "https://yourwebsite.com/path-to-article"
}
</script>
Thank you.
Details
Community content may not be verified or up-to-date. Learn more.
All Replies