نمونه کد اسنیپت Videos (محتوای ویدئویی)
از این نوع ریچ اسنیپت برای محتوای ویدئویی موجود در سایت استفاده میشود و میتواند اطلاعات شرکت سازنده، مدت زمان ویدئو و سازنده ویدئو را در نتایج جستجو نمایش دهد.
❇️نمونه اسنیپت Videos در گوگل:
❇️نمونه کد JSON-LD برای اسنیپت Videos:
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "VideoObject", "name": "Title", "description": "Video description", "thumbnailUrl": "https://www.example.com/thumbnail.jpg", "uploadDate": "2015-02-05T08:00:00+08:00", "duration": "PT1M33S", "publisher": { "@type": "Organization", "name": "Example Publisher", "logo": { "@type": "ImageObject", "url": "https://example.com/logo.jpg", "width": 600, "height": 60 } }, "contentUrl": "https://www.example.com/video123.flv", "embedUrl": "https://www.example.com/videoplayer.swf?video=123", "interactionCount": "2347" } </script>
دیدگاهتان را بنویسید