Combine multiple schema structured data markup for webpage and VideoObject schema markup tags
Providing correct schema tags to your videos can effectively improve your SEO. The rich snippet below validates on the Googles Structured Data Testing Tool. In some scenarios, you might come across a project that requires professional enterprise level SEO services, and you find out the need to combine multiple schema data structured tags. In some cases, you may need to use multiple schema tags.
Use this example to combine the following schema tags in one single javascript in the ld+json format: WebPage, ImageObject, SpeakableSpecification, Publisher, Organization, and VideoObject.
<script type="application/ld+json">
{
"@graph":[{
"@context":"http://schema.org/",
"@type":"WebPage",
"name":"Titlte text",
"headline":"Headline text",
"description":"Description text",
"mainEntityOfPage":{
"@type":"WebPage",
"@id":"https://domain.com/"
},
"image":{
"@type":"ImageObject",
"url":"https://domain.com/07/large/photo-1505843490538-.jpeg",
"width":1200,
"height":630
},
"url":"https://domain.com/",
"publisher":{
"@type":"Organization",
"name":"Company name",
"url":"https://www.domain.com",
"logo":{
"@type":"ImageObject",
"url":"https://domain.com/07/large/photo-1505843490538-.jpeg",
"width":195,
"height":60
}
}
}],
"@context":"http://schema.org",
"@type":"VideoObject",
"url":"https://domain.com/",
"name":"Name text'",
"description":"Description text",
"thumbnailUrl":"https://domain.com/07/large/photo-1505843490538-.jpeg",
"uploadDate":"2018-03-02T06:13:00-08:00",
"datePublished":"2018-03-02T06:13:00-08:00",
"interactionCount":631,
"publisher":{
"@type":"Organization",
"name":"Company name",
"url":"https://www.domain.com",
"logo":{
"@type":"ImageObject",
"url":"https://domain.com/07/large/photo-1505843490538-.jpeg",
"width":195,
"height":60
}
},
"duration":"PT2M12S",
"embedUrl":"https://domain.com/"
} </script>
Let our expertise guide you to success
Fill out the form below and we will contact you shortly.