Google search indexes the videos on your sites as a part of SEO. So that, people can easily find and watch the full content of the video.
Until July 2022, site owners didn’t have any idea about their videos' performance on Google and did not have any solutions for video search indexing optimizations.
But, Now Google has made it easier!
From the video index report in the search console, We can get exact errors and solutions for improving the video indexing of our applications for SEO purposes.
When you search for some content, you probably have seen some videos too in search results. They appear because of the google video indexing feature.
Google displays our videos(with related search keywords) at the following places,
In our canopas website, we have applied optimizations to improve our website’s video indexing on Google search.
I would like to share some tips with you guys, that might help improve video indexing on Google. Those are —
1. Check the availability of video
2. Use of appropriate HTML tags
3. Video sitemap
4. Use structured data for video
5. Include high-quality thumbnails
Let’s learn them one by one…
Make sure that each video on your site will be available on a public web page. For that, you can follow the below steps:
robots.txt
and remove noindex
robots meta tag in the header if it was addedUse HTML tags like <video>
, <embed>
, <iframe>
, or <object>
with proper attributes on your site instead of adding video links directly.
By using these tags, Google can easily identify a video on your page and can index it.
Now, we can add video properties to our site’s sitemap. You can also create separate video sitemaps.
As we know, google can find links and data from a sitemap easily. When we add a video sitemap, it’s easier for google to find the videos on the page.
A sitemap should have <video:video>
property for videos. Here is an example:
<video:video>
<video:title>Title of video</video:title>
<video:content_loc>Location of video</video:content_loc>
</video:video>
You can get more details about video sitemaps from Google developers.
We are used to adding structured data to help Google serve our content in an interesting format. It contains all the information about the page in JSON-LD
format.
Providing structured data on video helps google understand the purpose of the video and its content. Information on video in structured data should be consistent and trustworthy.
Markup Type of video structured data is VideoObject
. Also, there are some interesting properties recommended by Google like thumbnail
, contentUrl
, duration
, interactionStatistic
etc…
You can read about all structured data properties from Google documentation.
To be eligible for indexing, the video must have a valid thumbnail image.
BMP
, GIF
, JPEG
, PNG
, WebP
, or SVG
format.robots.txt
or noindex robots meta tags
.Places where you can reference thumbnails are,
poster
attribute of <video>
tag<video:thumbnail_loc>
property in video sitemapthumbnailUrl
property in video structured dataMore information is available on the Google Developers site.
Suppose you want to display your video on Google search results. In that case, you must pay attention to the video indexing report of the google search console and also have to identify and fix the errors if any by considering the above tips.
Alright, that’s all for today.
We’re Grateful to have you with us on this journey!
Suggestions and feedback are more than welcome!
Please reach us at Canopas Twitter handle @canopas_eng with your content or feedback. Your input enriches our content and fuels our motivation to create more valuable and informative articles for you.
Let's Work Together
Not sure where to start? We also offer code and architecture reviews, strategic planning, and more.