<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Johan de Bruin &#187; Videos</title>
	<atom:link href="http://www.johandebruin.com/t/videos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johandebruin.com</link>
	<description>Programación en php, tutorial de api wordpress y posicionamiento en buscadores seo.</description>
	<lastBuildDate>Sun, 05 Feb 2012 15:18:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Posicionamiento SEO de videos</title>
		<link>http://www.johandebruin.com/posicionamiento-seo-de-video/</link>
		<comments>http://www.johandebruin.com/posicionamiento-seo-de-video/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 14:11:24 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Optimización SEO]]></category>
		<category><![CDATA[Paginas web SEO]]></category>
		<category><![CDATA[Posicionamiento de videos]]></category>
		<category><![CDATA[SEO videos]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Webmaster SEO]]></category>

		<guid isPermaLink="false">http://www.johandebruin.com/?p=444</guid>
		<description><![CDATA[Emplear técnicas de posicionamiento de vídeos es cada vez más importante en las nuevas tendencias de la red. Y es que no hablo del posicionamiento de youtube sino del posicionamiento en sitios como google videos o tutv. Existen 3 elementos que debemos tener en cuenta a la hora de optimizar un video para su posicionamiento [...]]]></description>
			<content:encoded><![CDATA[<p>Emplear técnicas de <strong>posicionamiento de vídeos </strong>es cada vez más importante en las nuevas tendencias de la red. Y es que no hablo del posicionamiento de <a href="http://youtube.com">youtube</a> sino del posicionamiento en sitios como <a href="http://video.google.es">google videos </a>o <a href="http://www.tu.tv/">tutv</a>.</p>
<p>Existen 3 elementos que debemos tener en cuenta a la hora de optimizar un video para su posicionamiento SEO:</p>
<ul>
<li><strong>Nombre del archivo del video</strong>: debe ser descriptivo, y separado con guiones.</li>
<li><strong>Metadatos del archivo de vídeo</strong>: Se establecen con las herrramientas de codificación de videos, estos metadatos son título del video, descripción formato&#8230;</li>
<li><strong>Páginas individuales</strong>: aquello que rodee el video, textos enlaces, también tendrán relevancia a la hora de ser posicionado. Estas páginas también se conocen como <strong>landing page para videos</strong>.</li>
</ul>
<p><span id="more-445"></span><br />
Además, podemos optimizar el sitemap para aportar más luz a los datos de los videos alojados en nuestro servidor.</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">&nbsp;
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;url</span> set <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">&quot;http://www.sitemaps.org/schemas/sitemap/0.9&quot;</span></span>
<span style="color: #009900;"><span style="color: #000066;">xmlns:video</span>=<span style="color: #ff0000;">&quot;http://www.google.com/schemas/sitemap-video/1.1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;ul<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
     <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;loc<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>http://www.ejemplo.com/videos/algo_video_landing_page.htm<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/loc<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;video:video<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
     <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;video:content_loc<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>http://www.example.com/video123.flv<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/video:content_loc<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
     <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;video:player_loc</span> <span style="color: #000066;">allow_embed</span>=<span style="color: #ff0000;">&quot;yes&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>http://ww.site.com/videoplayer.swf?video=123<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/video:player_loc<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
     <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;video:thumnail_loc<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>http://www.example.com/thumbs/123.jpg<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/video:thumbnail_loc<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
     <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;video:title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>El titulo de mi video<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/video:title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
     <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;video:description<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Alguna descripcion de mi video<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/video:description<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
     <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;video:tag<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>primer tag<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/video:tag<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
     <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;video:tag<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>segun tag<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/video:tag<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
     <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;video:category<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Una categoria<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/video:category<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
     <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;video:family_friendly<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>yes<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/video:family_friendly<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
     <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;video:duration<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>600<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/video:duration<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/video:video<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/url<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/urlset<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.johandebruin.com/posicionamiento-seo-de-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

