<?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>Ni Flowers &#187; hack</title>
	<atom:link href="http://niflowers.es/category/hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://niflowers.es</link>
	<description>Cualquiera sabe lo que saldrá de aquí</description>
	<lastBuildDate>Sun, 15 Nov 2009 20:16:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Cómo añadir la etiqueta rel=&#8221;nofollow&#8221; a los enlaces de Text-Link-Ads</title>
		<link>http://niflowers.es/2007/10/como-anadir-la-etiqueta-relnofollow-a-los-enlaces-de-text-link-ads/</link>
		<comments>http://niflowers.es/2007/10/como-anadir-la-etiqueta-relnofollow-a-los-enlaces-de-text-link-ads/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 19:59:26 +0000</pubDate>
		<dc:creator>Santi</dc:creator>
				<category><![CDATA[hack]]></category>
		<category><![CDATA[código]]></category>
		<category><![CDATA[nofollow]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[TLA]]></category>

		<guid isPermaLink="false">http://niflowers.es/2007/10/como-anadir-la-etiqueta-relnofollow-a-los-enlaces-de-text-link-ads/</guid>
		<description><![CDATA[Si no quieres que la barrita verde de tu PageRank disminuya cual picha en agua helada, como les ha pasado a más de uno, por culpa de la tirria que le tiene Google a TLA, puedes intentar añadir la etiqueta rel=&#8221;nofollow&#8221; a los enlaces vendidos. Para ello, la forma más elegante que se me ocurre, [...]]]></description>
			<content:encoded><![CDATA[<p>Si no quieres que la barrita verde de tu PageRank disminuya cual picha en agua helada, <a href="http://www.abadiadigital.com/noticia2568.html" title="bajadas masivas de PR">como les ha pasado a más de uno</a>, por culpa de <a href="http://www.google.com/search?q=text+link+ads" title="a ver si encuentras a TLA en este listado...">la tirria que le tiene Google a TLA</a>, puedes intentar añadir la etiqueta <em>rel=&#8221;nofollow&#8221;</em> a los enlaces vendidos.</p>
<p>Para ello, la forma más elegante que se me ocurre, asumiendo que tienes WordPress y has instalado el plugin proporcionado por Text-Link-Ads, es editar dicho plugin. Busca en el fichero tla_xxxxx.php (siendo las &#8220;x&#8221; un número tuyo particular) la siguiente línea de código:</p>
<p><code>echo "&lt;li style=\"clear: none; display: inline; float: left; width: 100%; margin: 0; padding: 0;\"&gt;&lt;span style=\"width: 100%; margin: 0; padding: 3px; display: block;\"&gt;".$ads-&gt;before_text." &lt;a href=\"".$ads-&gt;url."\"&gt;".$ads-&gt;text."&lt;/a&gt; ".$ads-&gt;after_text."&lt;/span&gt;&lt;/li&gt;\n";</code></p>
<p>Y ahora sustituyela por esta otra (observa el pequeño cambio <font color="#ff0000">en rojo</font>):</p>
<p><code>echo "&lt;li style=\"clear: none; display: inline; float: left; width: 100%; margin: 0; padding: 0;\"&gt;&lt;span style=\"width: 100%; margin: 0; padding: 3px; display: block;\"&gt;".$ads-&gt;before_text." &lt;a href=\"".$ads-&gt;url."\" </code><font color="#ff0000"><code>rel=\"nofollow\"</code></font><code>&gt;".$ads-&gt;text."&lt;/a&gt; ".$ads-&gt;after_text."&lt;/span&gt;&lt;/li&gt;\n";</code></p>
<p>Ahora tus enlaces vendidos serán bien vistos por Google. Pero, ¡shhhh!, ¡que no se entere TLA!&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://niflowers.es/2007/10/como-anadir-la-etiqueta-relnofollow-a-los-enlaces-de-text-link-ads/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
