Categories
SEO Fruits - White Hat SEO

Get Videos on Google with Schema Markup. Easy How-To Guide

Better Search Visibility with Video Schema Markup. Easy How-To Video Structured Data Step by Step Implementation. Simple Video Structured Data Code Snippet Template.

Get Videos on Google with Schema Markup. Easy How-To Guide

All Search Engines have been supporting video schema markup for years but still many websites do not take advantage of its benefits.

Using video schema markup can tell search engines more about your videos. Things like: duration, who has made it and even to put in a video transcript.

In this post I will share with you few easy steps we use to show our videos in the Standard video Google rich results.

Video Structured Data • Search Engine Result • SEO Fruits for SEO Smoothie • Ireland
Video Structured Data • Search Engine Result • SEO Fruits for SEO Smoothie • Ireland
Video Structured Data • Search Engine Result • SEO Fruits for SEO Smoothie • Ireland

Easy How-To Video Structured Data Implementation

Time needed: 30 minutes

Better Search Visibility with Video Schema Markup. Easy How-To Step by Step Implementation

  1. The Code Snippet

    There are different options for implementing structured data. We use JSON-LD format. Also, the number of available Properties is quite extensive, but we decided to stick to the minimum. Anyway, you can check the full list of all the parameters you can use with the video schema markup on this page.
    At the end of the post there is a code snippet that you can use as a basic implementation, just copy it and fill in your data. To edit, use some source code editor or just Notepad.

    Video Structured Data code example • SEO Fruits for SEO Smoothie • Ireland

  2. Always Test the Code

    When you are ready go to the rich results testing tool. Paste your code and test. Correct errors if necessary until validation passes.

    Video Structured Data code test • SEO Fruits for SEO Smoothie • Ireland

  3. Add the Structured Data to Your Website

    This can be done in different ways. For example, for the WordPress website, a custom HTML block can be used.

    Video Structured Data • WordPress • SEO Fruits for SEO Smoothie • Ireland

  4. Do NOT Forget to Inspect the Live URL

    Use again the rich results testing tool.

    Video Structured Data • Rich Results • SEO Fruits for SEO Smoothie • Ireland

  5. Google Search Console is Your Best Friend

    Index and Monitor the rich results with Search Console

    Video Structured Data - GSC • SEO Fruits for SEO Smoothie • Ireland

  6. Enjoy the Google Results

    In no time, you should be able to see the video listed in the standard video rich results

    Video Structured Data • Search Engine Result • SEO Fruits for SEO Smoothie • Ireland

Simple Video Structured Data Code Snippet Template

Be sure to update the correct upload date and duration. You can see all the parameters you can use with the video schema markup on this page.

<script type="application/ld+json">
	{
		"@context": "https://schema.org",
		"@type": "VideoObject",
		"name": "YOUR VIDEO TITLE",
		"description": "YOUR VIDEO DESCRIPTION",
		"thumbnailUrl": [
		"https://YOUR IMAGE THUMBNAIL URL"
		],
		"uploadDate": "2021-02-19T00:00:00+01:00",
		"duration": "PT1M30S",
		"embedUrl": "https://youtu.be/YOUR VIDEO LINK"
	}
</script>

Marin Popov - SEO Consultant

Top SEO Consultant with over 15 years of experience in the digital marketing industry.
Top SEO Expert located in Galway, Republic of Ireland, with exceptional analytical skills for interpreting data and making strategic decisions.
Proven SEO track record of delivering exceptional results for clients across diverse industries.


Most Recent SEO Blog Posts