- Affected version
- 2.1.4
"publisher" is missing and gives an error. This should be the forum name and logo.
"mainEntityOfPage" also missing and gives a warning. The @id already in the data can be used for that.
Code:
"publisher": {
"@type": "Organization",
"name": "Google",
"logo": {
"@type": "ImageObject",
"url": "https://google.com/logo.jpg"
}
},
"mainEntityOfPage" also missing and gives a warning. The @id already in the data can be used for that.
Code:
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://google.com/article"
},
Last edited: