Video Schema Generator是一個免費的線上軟體,它允許你輕鬆地將Schema.org程式碼新增到你包含視訊的頁面上,從而使你的頁面有資格獲得引擎結果頁上的豐富片段的研究。
當你的網站上有視訊頁面時,讓它們更有可能在搜尋結果頁面上專門顯示出來是很重要的。
Video Schema Generator這個工具可以幫助你為你的視訊頁面生成視訊模式程式碼,使搜尋引擎更容易對這些頁面有一個良好的瞭解。
為你的視訊頁面生成Schema,只需進入該工具的頁面並填寫以下資訊:
- 視訊名稱。
- 視訊的簡短描述。
- 嵌入URL。這是你的視訊檔案的URL。
- 視訊iframe程式碼。你的視訊的嵌入程式碼的URL
- 可以觀看視訊的URL。它可以是一個youtube頁面連結,一個有此視訊的部落格頁面或只是視訊檔案的直接URL。
- 視訊縮圖。
- 視訊的持續時間,以ISO 8601日期格式表示。例如,4分05秒將是PT4M5S
一旦資訊被正確填寫,你只需點選 "Create Code for video" 按鈕,即可為你的視訊頁面生成模式。
什麼是視訊schema?
視訊Schema允許網站所有者向搜尋引擎提供有關其視訊內容頁面的更多資訊,這可以極大地改善搜尋結果。
如果你不使用視訊schema標記,搜尋引擎將只能識別你視訊的標題、描述和縮圖。然而,通過正確使用它,你可以向搜尋引擎提供更多關於你包含視訊的網頁內容的資訊。
你可以告訴搜尋引擎視訊有多長,誰製作的,甚至包括視訊的文字記錄。
有幾個引數你可以使用視訊schema標記,所以這裡是最基本的引數:
- Name: 你的視訊的標題對SEO和使用者體驗都很重要。通過使用一個強有力的關鍵詞,你可以提高你的視訊在搜尋引擎的排名和人們觀看它的可能性。
- Description: 你的視訊的SEO描述是對你的視訊內容的簡短總結,大約包含160個字元。
- ThumbnailURL: 你的視訊的縮圖與SERP中的標題一樣重要。從現有的框架中明智地選擇,或專門為此目的建立一個,以增加流量。
- Duration: 視訊的長度對觀眾來說是一個重要的決定性因素。在某些情況下,觀眾可能喜歡較短的視訊。因此,這個標籤對搜尋引擎很有用,因為它有助於根據視訊的長度來分組。
- Transcription: 由於描述太短,使用轉述可以提供更多細節,而不必擔心字元限制。如果你花時間新增它,你可以提高視訊頁面的排名。
- ContentURL: 指向視訊檔案的一個URL。
- EmbedURL : 這個URL將搜尋引擎引向視訊的託管地,使其更容易找到。
- UploadDate : 視訊首次上傳的日期很重要,可以幫助使用者確定你的內容是否仍與他們有關。
- Expire: 日期設定允許你對你的視訊進行過期處理,以便在一定時間後不能再訪問。當你的視訊內容變得過時或不相關時,這可能是有用的。
作為一個例子,這裡有一個由谷歌自己生成的schema程式碼:
<title>Introducing the self-driving bicycle in the Netherlands</title>
<script type=”application/ld+json “>
“@context”: “https://schema.org”,
“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 kilometers per year per person, amounting to over 15 billion kilometers annually. 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.”,
“https://example.com/photos/1×1/photo.jpg”,
“https://example.com/photos/4 x3/photo.jpg”,
“https://example.com/photos/16×9/photo.jpg”
“uploadDate”: “2016-03-31T08:00:00+08:00”,
“contentUrl”: “https://www.example.com/video/123/file.mp4”,
“embedUrl”: “https://www.example.com/embed/123”,
“interactionStatistic “: {
“@type”: “InteractionCounter”,
“interactionType”: { “@type”: “http://schema.org/WatchAction” },
“userInteractionCount”: 5647018
<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 kilometers per year per person, amounting to over 15 billion kilometers annually. 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/1×1/photo.jpg”,
“https://example.com/photos/4 x3/photo.jpg”,
“https://example.com/photos/16×9/photo.jpg”
],
“uploadDate”: “2016-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”: “http://schema.org/WatchAction” },
“userInteractionCount”: 5647018
}
}
</script>
</head>
<body>
</body>
</html>
<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 kilometers per year per person, amounting to over 15 billion kilometers annually. 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/1×1/photo.jpg”,
“https://example.com/photos/4 x3/photo.jpg”,
“https://example.com/photos/16×9/photo.jpg”
],
“uploadDate”: “2016-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”: “http://schema.org/WatchAction” },
“userInteractionCount”: 5647018
}
}
</script>
</head>
<body>
</body>
</html>
雖然所有這些標籤都很有用,但這裡列出的標籤對你的視訊在頁面上是必不可少的。
這些特殊的標籤使搜尋引擎更容易對你的視訊進行索引,這將提高你的視訊的排名和你的觀眾在SERP上容易找到它們的可能性。
總的來說,如果你有帶視訊的網頁,你想為搜尋引擎進行更好的優化,Video Schema Generator可以說是一個你不會後悔的選擇。
小結
Internet Marketing Ninjas是一家由Jim Boykin於1999年成立的公司,在SEO領域擁有超過10年的經驗。該公司的使命是幫助他們的客戶通過安全的方法為他們的網站獲得更好的流量。
Internet Marketing Ninjas專門為搜尋引擎優化網頁和網站。該公司總部設在美國克里夫頓公園,由50名成員組成,他們都是各自領域的專家。Internet Marketing Ninjas為整個數字社羣提供完整的數字營銷服務,也提供SEO服務和工具。在他們開發的87個以上的工具中,以下是他們開發的一些免費SEO工具。