مقالات سئو

اسکیما ویدئو (Video)

7
۱۳ مهر ۱۴۰۴

اسکیما ویدئو (Video Structured Data) از نوع VideoObject اطلاعات مربوط به ویدئو های موجود در صفحه را به موتور جستجو ارائه دهد.

این اسکیما به موتور های جستجو کمک می ‌کند تا ویدئو ها را در نتایج جستجو، Google Videos و سایر پلتفرم ‌ها نمایش دهد.

این نوع اسکیما اطلاعاتی مانند عنوان، توضیحات، مدت زمان و تصویر بندانگشتی ویدئو را مشخص می ‌کند.

کد اسکیما ویدئو

کد نمونه برای اسکیما ویدئو در فرمت JSON-LD  گرفته شده است:

<html>
<head>
<title>Introducing the self-driving bicycle in the Netherlands</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "VideoObject",
"name": "Introducing the self-driving bicycle in the Netherlands",
"description": "This spring, Google is introducing the self-driving bicycle in Amsterdam, the world's premier cycling city. The Dutch cycle more than any other nation in the world, almost 900 kilometres per year per person, amounting to over 15 billion kilometres annually. The self-driving bicycle enables safe navigation through the city for Amsterdam residents, and furthers Google's ambition to improve urban mobility with technology. Google Netherlands takes enormous pride in the fact that a Dutch team worked on this innovation that will have great impact in their home country.",
"thumbnailUrl": [
"https://example.com/photos/1x1/photo.jpg",
"https://example.com/photos/4x3/photo.jpg",
"https://example.com/photos/16x9/photo.jpg"
],
"uploadDate": "2024-03-31T08:00:00+08:00",
"duration": "PT1M54S",
"contentUrl": "https://www.example.com/video/123/file.mp4",
"embedUrl": "https://www.example.com/embed/123",
"interactionStatistic": {
"@type": "InteractionCounter",
"interactionType": { "@type": "WatchAction" },
"userInteractionCount": 5647018
},
"regionsAllowed": ["US", "NL"]
}
</script>
</head>
<body>
</body>
</html>

چگونگی تست

کد را با ابزار Rich Results Test گوگل یا از طریق سایت schema.org بررسی کنید تا اسکیما دارای خطا نباشد و به درستی نمایش داده شود.

ارسال نظر