View Single Post
Old 09-06-2015, 08:43 AM  
quocthien
Confirmed User
 
Industry Role:
Join Date: May 2014
Posts: 186
That screen shot not important.
The most important is the errors which Google webmaster listed below. You must read all google report to figure out the problem. This videojs code I get from your site use video html5 with very clearly code:
Quote:
<video id="kvideo" class="video-js vjs-default-skin" width="100%" height="100%" poster="http://img100-398.xvideos.com/videos/thumbslll/dc/6b/91/dc6b91dd2af3d1daec2c691daa61acb8/dc6b91dd2af3d1daec2c691daa61acb8.11.jpg" preload controls>
<source src="http://porn.im.c62e8d00.8538398.x.xvideos.com/videos/mp4/d/c/6/xvideos.com_dc6b91dd2af3d1daec2c691daa61acb8.mp4?e =1441564098&ri=1024&rs=85&h=cee89ca8158e7645843489 4698b8c954" type="video/mp4" />
<p class="vjs-no-js">Update JavaScript or your browser.</p>
</video>
Is it not enough info for a video page?
You can optiomize your site with in <head> meta tag:
Quote:
<meta property="og:type" content="video" />
<meta property="og:url" content="<?php echo get_permalink(); ?>" />
<meta property="og:image" content="<?php echo get_thumb_image();?>" />
<meta property="og:site_name" content="<?php echo bloginfo( 'name' );?>" />
<meta property="og:description" content="<? echo $site_description; ?>" />
and in your video player, you can optimize with schema.org markup for videos

Quote:
<div itemscope itemtype="http://schema.org/VideoObject">
<h2>Video: <span itemprop="name">Title</span></h2>
<meta itemprop="duration" content="T1M33S" />
<meta itemprop="thumbnailUrl" content="thumbnail.jpg" />
<meta itemprop="embedURL"
content="http://www.example.com/videoplayer.swf?video=123" />
<object ...>
<embed type="application/x-shockwave-flash" ...>
</object>
<span itemprop="description">Video description</span>
</div>
__________________
Discount 25% for all Wordpress themes and plugin with code "happycustomer" for this month.
Adult tube themes | Brand new Ken Importer Pro | Start to earn $$ from your adult sites
Email: xwpthemes[at]gmail.com
quocthien is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote