Any webmaster knows that to communicate to a search engine any updates on a website or a website page list, you need to create a sitemap. What would you do to «tell» about video files on your website? You would definitely use a video sitemap! Let’s have a simple example of making a video sitemap.
First, we will consider the purpose and the major functions of this file.


•    Sitemap gives information about video contained on a website to search engines. 
•    Sitemap helps to index your video content. 
•    Sitemap helps to shows thumbnail images among search results. 
•    Your videos may appear in Google Video Search.


Do you like this idea? Are you now willing to make a sitemap for a video or animation on your website? Let’s learn how! 
At the beginning, create XML file and place it to the root of your website. You may also use possibility to open it with URL, as it is shown below: 


https://www.yourdomain.com/video-sitemap.xml


You are welcome to use online generators to create XML. However, it is always better to make it on your own. Below we give you a simple example for sitemap. You may easily use it as a basis for your own sitemap:


<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
    <url>
        <loc>https://www.yourdomain.com/videos/page1.html</loc>
        <video:video>
            <video:thumbnail_loc>https://www.yourdomain.com/thumbs/1.jpg</video:thumbnail_loc>
            <video:title>My video</video:title>
            <video:description>Simple tutorial how create video</video:description>
            <video:content_loc>https://www.yourdomain.com/movie-111.flv</video:content_loc>
            <video:player_loc allow_embed="yes" autoplay="ap=1">https://www.yourdomain.com/player.swf?v=test</video:player_loc>
            <video:duration>300</video:duration>
            <video:expiration_date>2016-02-11T13:45:12+07:00</video:expiration_date>
            <video:rating>3.8</video:rating>
            <video:view_count>729</video:view_count>
            <video:publication_date>2014-09-03T18:23:42+07:00</video:publication_date>
            <video:family_friendly>yes</video:family_friendly>
            <video:restriction relationship="allow">IE GB US CA</video:restriction>
            <video:gallery_loc title="Example Video">https://gallery.yourdomain.com/</video:gallery_loc>
            <video:price currency="EUR">0.97</video:price>
            <video:requires_subscription>yes</video:requires_subscription>
            <video:uploader info="https://www.yourdomain.com/user/id001">SamCarry</video:uploader>
            <video:live>no</video:live>
        </video:video>
    </url>
</urlset>

 

The following tags are the must for any sitemap:
•    title.
•    description.
•    play page URL.
•    thumbnail URL.
•    Video file path or player URL.


Last but not the least: do not forget to submit URLs feature in Webmaster Tools at a final stage. It will allow any search engine to index your video and improve your traffic ranking.
 

Video Sitemap: Why to Use Sitemap for Video

Alexander Parovoy

We believe these simple tricks will make your video content easily searchable! Read our blog to get more hints and tips ;)

Leave a Reply
Cancel reply