Buenas... He estado hace unos dias intentando agregar fragmentos enriquecidos a mi web de peliculas, quiero que en los resultados de busqueda aparesca la vista previa del video y no logro hacerlo desde hace dias... he intentado todos los codigos, incluso me funcionar perfectamente el de author rank, muestra mi foto pero, lo que yo quiero es que me muestre el video... o la imagen previa...
he puesto de codigo...
Estos vendrian a ser los 2 codigos tanto el Facebook Share y el Yahoo! SearchMonkey RDFa. Nose que mas me puede estar faltando, al revisarlo con las herramientas de google... me sale...
Espero su ayuda, gracias !
he puesto de codigo...
Insertar CODE, HTML o PHP:
<meta name="title" content="Ver Pelicula {$m.p_titulo} online" />
<meta name="description" content="Ver Pelicula {$m.p_titulo} online, trailer, imagenes, videos, actores y protagonistas, sinopsis e informacion." />
<link rel="image_src" href="{$msConfig.datos.w_url}/files/uploads/{$m.p_id}.jpg" />
<link rel="video_src" href="http://www.youtube.com/watch?v={$iframe3}"/>
<meta name="video_height" content="390" />
<meta name="video_width" content="600" />
<meta name="video_type" content="application/x-shockwave-flash" />
<object width="600" height="390" rel="media:video"
resource="http://www.youtube.com/watch?v={$iframe3}"
xmlns:media="http://search.yahoo.com/searchmonkey/media/"
xmlns:dc="http://purl.org/dc/terms/">
<param name="movie" value="http://www.youtube.com/watch?v={$iframe3}" />
{$v.v_source}
<a rel="media:thumbnail" href="{$msConfig.datos.w_url}/files/uploads/{$m.p_id}.jpg" />
<span property="dc:description" content="Ver Pelicula {$m.p_titulo} online, trailer, imagenes, videos, actores y protagonistas, sinopsis e informacion." />
<span property="media:title" content="Ver Pelicula {$m.p_titulo} online" />
<span property="media:width" content="600" />
<span property="media:height" content="390" />
<span property="media:type" content="application/x-shockwave-flash" />
<span property="media:region" content="*" />
<span property="media:region" content="*" />
<span property="media:duration" content="{$todo}" />
</object>
Estos vendrian a ser los 2 codigos tanto el Facebook Share y el Yahoo! SearchMonkey RDFa. Nose que mas me puede estar faltando, al revisarlo con las herramientas de google... me sale...
Datos estructurados extraídos
rdfa-node
relationship:
name: image_src
href: http://www.xxxxxxx.com/files/uploads/356.jpg
name: video_src
href: ESCAPE IMPOSIBLE | Trailer subtitulado - YouTube
name: video
child:
type: video
relationship:
name: thumbnail
child:
type: thumbnail
property:
description: Ver Pelicula Escape Imposible online, trailer, imagenes, videos, actores y protagonistas, sinopsis e informacion.
title: Ver Pelicula Escape Imposible online
width: 600
height: 390
type: application/x-shockwave-flash
region: *
region: *
duration: 144
href: http://www.xxxxxxxx.com/files/uploads/356.jpg
href: ESCAPE IMPOSIBLE | Trailer subtitulado - YouTube
Espero su ayuda, gracias !