[ Video Sharing CMS v4 ] Better Structured Data for Search Engines

Started by ClashCorp,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ClashCorpTopic starter

Right now Google is not able to recognize that video watch pages have videos on them. For example when you find a YouTube or Dailymotion video page in Google search results it displays the video thumbnail next to the result. It would be fantastic if this could be implemented into phpVibe. Here is an example of VideoObject code from Dailymotion which provides Google with tons of information about the page.

<div id="content" class="fluid" itemscope itemtype=http://schema.org/VideoObject>
                
                
        <meta itemprop="name" content="This Is What Happens When You Give Up Sugar" />
    <meta itemprop="description" content="the struggle is real" />
    <link itemprop="url" href="http://www.dailymotion.com/video/x2nvjgx_this-is-what-happens-when-you-give-up-sugar_lifestyle" />
        <meta itemprop="caption" content="the struggle is real" />
    <div itemprop="thumbnail" itemscope itemtype="http://schema.org/ImageObject">
        <link itemprop="url" href="http://s2.dmcdn.net/KJM5E/1280x720-pad.jpg">
        <meta itemprop="width" content="1280" />
        <meta itemprop="height" content="720" />
    </div>
    <meta itemprop="videoQuality" content="HD 1080p" />
        <meta itemprop="duration" content="PT4M14S" />
    <link itemprop="embedURL" href="http://www.dailymotion.com/swf/video/x2nvjgx" />
    <link itemprop="encodingFormat" href="mp4" />
    <meta itemprop="width" content="1000" />
    <meta itemprop="height" content="564" />
    <meta itemprop="isFamilyFriendly" content="true"/>
    <meta itemprop="uploadDate" content="2015-04-25T01:18:26+02:00" />
    <meta itemprop="dateCreated" content="2015-04-25T01:18:26+02:00" />
    <meta itemprop="requiresSubscription" content="false"/>
    <meta itemprop="playerType" content="HTML5 Flash" />
    <span itemprop="provider" itemscope itemtype="http://schema.org/Organization" />
        <meta itemprop="name" content="Dailymotion" />
        <meta itemprop="logo" content="http://www.dailymotion.com" />
        <link itemprop="url" href="http://static1.dmcdn.net/images/header/logo_dailymotion.png.v28e694cd21698f706" />
    </span>
    <meta itemprop="keywords" content="cake,Candy,challenge,change,diet,eat,eating,Food,give,up" />
            <meta itemprop="regionsAllowed" content="AD,AE,AF,AG,AI,AL,AM,AO,AQ,AR,AS,AT,AU,AW,AX,AZ,BA,BB,BD,BE,BF,BG,BH,BI,BJ,BL,BM,BN,BO,BQ,BR,BS,BT,BV,BW,BY,BZ,CA,CC,CD,CF,CG,CH,CI,CK,CL,CM,CN,CO,CR,CU,CV,CW,CX,CY,CZ,DE,DJ,DK,DM,DO,DZ,EC,EE,EG,EH,ER,ES,ET,FI,FJ,FK,FM,FO,FR,GA,GB,GD,GE,GF,GG,GH,GI,GL,GM,GN,GP,GQ,GR,GS,GT,GU,GW,GY,HK,HM,HN,HR,HT,HU,ID,IE,IL,IM,IN,IO,IQ,IR,IS,IT,JE,JM,JO,JP,KE,KG,KH,KI,KM,KN,KP,KR,KW,KY,KZ,LA,LB,LC,LI,LK,LR,LS,LT,LU,LV,LY,MA,MC,MD,ME,MF,MG,MH,MK,ML,MM,MN,MO,MP,MQ,MR,MS,MT,MU,MV,MW,MX,MY,MZ,NA,NC,NE,NF,NG,NI,NL,NO,NP,NR,NU,NZ,OM,PA,PE,PF,PG,PH,PK,PL,PM,PN,PR,PS,PT,PW,PY,QA,RE,RO,RS,RU,RW,SA,SB,SC,SD,SE,SG,SH,SI,SJ,SK,SL,SM,SN,SO,SR,ST,SV,SX,SY,SZ,TC,TD,TF,TG,TH,TJ,TK,TL,TM,TN,TO,TR,TT,TV,TW,TZ,UA,UG,UM,US,UY,UZ,VA,VC,VE,VG,VI,VN,VU,WF,WS,YE,YT,ZA,ZM,ZW" />
        
        <link itemprop="thumbnailUrl" href="" />
    <link itemprop="inLanguage" href="en" />
    <div itemprop="author" itemscope itemtype="http://schema.org/Person" />
        <link itemprop="url" href="http://www.dailymotion.com/buzzfeedvideo" />
        <meta itemprop="name" content="buzzfeedvideo" />
    </div>
    <div itemprop="about" itemscope itemtype="http://schema.org/Thing" />
        <meta itemprop="name" content="Lifestyle &amp; How-to" />


I would recommend copying the code into this Structured Data Testing Tool too see how Google views it.
  •  

PHPVibe A.

There are so many meta tags showing up it's getting really annoying to follow them, here is where to implement them http://www.phpvibe.com/forum/how-to/meta-tags/

ClashCorpTopic starter

Okay Thanks! Also can you tell me what the code would be for the Embed URL?
  •  

ClashCorpTopic starter

  •  

PHPVibe A.


Similar topics (7)