Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
"publisher" is missing and gives an error. This should be the forum name and logo.[code]"publisher": { "@type": "Organization", "name": "Google", "logo": { "@type": "ImageObject", "url": "https://google.com/logo.jpg" } },[/code]"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" },[/code]
"publisher" is missing and gives an error. This should be the forum name and logo.
[code]
"publisher": {
"@type": "Organization",
"name": "Google",
"logo": {
"@type": "ImageObject",
"url": "https://google.com/logo.jpg"
}
},
[/code]
"mainEntityOfPage" also missing and gives a warning. The @id already in the data can be used for that.
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://google.com/article"
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences