<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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" version="2.0">

<channel>
	<title>Delicious Cadaver</title>
	
	<link>http://www.deliciouscadaver.com</link>
	<description>Boîte A Outils pour les Référenceurs</description>
	<pubDate>Sat, 13 Mar 2010 13:13:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SeoDeliciousCadaver" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="seodeliciouscadaver" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Script PHP de Content Spinning Multiniveaux Recursif</title>
		<link>http://www.deliciouscadaver.com/script-php-de-content-spinning-multiniveaux-recursif.html</link>
		<comments>http://www.deliciouscadaver.com/script-php-de-content-spinning-multiniveaux-recursif.html#comments</comments>
		<pubDate>Sat, 13 Mar 2010 13:10:54 +0000</pubDate>
		<dc:creator>512banque</dc:creator>
		
		<category><![CDATA[Contenu]]></category>

		<category><![CDATA[MFA]]></category>

		<category><![CDATA[Outils]]></category>

		<guid isPermaLink="false">http://www.deliciouscadaver.com/?p=305</guid>
		<description><![CDATA[Je me suis honteusement basé sur le travail de Nicolaseo sur Content Spinning pour faire ce travail de script de content spinning recursif. Ajoutez autant de niveaux que vous voulez, et c&#8217;est parti pour du spinnage de folie  

function spinnage&#40;$text&#41;&#123;
&#160;
	if&#40;!preg_match&#40;'/{/si', $text&#41;&#41; &#123;
&#160;
	return $text;
&#160;
	 &#125;
		else &#123; 
	preg_match_all&#40;'/\{([^{}]*)\}/si', $text, $matches&#41;;
	$occur = count&#40;$matches&#91;1&#93;&#41;;
	for &#40;$i=0; $i&#60;$occur; $i++&#41;
	&#123;
		$word_spinning = [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.deliciouscadaver.com/wp-content/uploads/2010/03/toupie.jpg" alt="" title="toupie" width="318" height="272" class="alignnone size-full wp-image-306" /></p>
<p>Je me suis honteusement basé sur le travail de Nicolaseo sur <a href="http://www.content-spinning.com">Content Spinning</a> pour faire ce travail de script de content spinning recursif. Ajoutez autant de niveaux que vous voulez, et c&#8217;est parti pour du spinnage de folie <img src='http://www.deliciouscadaver.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

<div class="wp_syntax"><div class="code"><pre class="php php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> spinnage<span style="color: #009900;">&#40;</span><span style="color: #000088;">$text</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
&nbsp;
	<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #990000;">preg_match</span><span style="color: #009900;">&#40;</span><span style="">'/{/si'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$text</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
	<span style="color: #b1b100;">return</span> <span style="color: #000088;">$text</span>;
&nbsp;
	 <span style="color: #009900;">&#125;</span>
		<span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span> 
	<span style="color: #990000;">preg_match_all</span><span style="color: #009900;">&#40;</span><span style="">'/\{([^{}]*)\}/si'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$text</span><span style="color: #339933;">,</span> <span style="color: #000088;">$matches</span><span style="color: #009900;">&#41;</span>;
	<span style="color: #000088;">$occur</span> <span style="color: #339933;">=</span> <span style="color: #990000;">count</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$matches</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span>;
	<span style="color: #b1b100;">for</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$i</span><span style="color: #339933;">=</span><span style="color:#800080;">0</span>; <span style="color: #000088;">$i</span><span style="color: #339933;">&lt;</span><span style="color: #000088;">$occur</span>; <span style="color: #000088;">$i</span><span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>
	<span style="color: #009900;">&#123;</span>
		<span style="color: #000088;">$word_spinning</span> <span style="color: #339933;">=</span> <span style="color: #990000;">explode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;|&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$matches</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span>;
		<span style="color: #990000;">shuffle</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$word_spinning</span><span style="color: #009900;">&#41;</span>;
		<span style="color: #000088;">$text</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$matches</span><span style="color: #009900;">&#91;</span><span style="color:#800080;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$word_spinning</span><span style="color: #009900;">&#91;</span><span style="color:#800080;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$text</span><span style="color: #009900;">&#41;</span>;
	<span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">return</span>	spinnage<span style="color: #009900;">&#40;</span><span style="color: #000088;">$text</span><span style="color: #009900;">&#41;</span>;
	<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #990000;">echo</span> spinnage<span style="color: #009900;">&#40;</span><span style="color: #000088;">$text</span><span style="color: #009900;">&#41;</span>;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.deliciouscadaver.com/script-php-de-content-spinning-multiniveaux-recursif.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Linking interne : faîtes comme LeMonde.fr, cloakez en CSS !</title>
		<link>http://www.deliciouscadaver.com/linking-interne-faites-comme-lemondefr-cloakez-en-css.html</link>
		<comments>http://www.deliciouscadaver.com/linking-interne-faites-comme-lemondefr-cloakez-en-css.html#comments</comments>
		<pubDate>Thu, 04 Mar 2010 23:09:47 +0000</pubDate>
		<dc:creator>512banque</dc:creator>
		
		<category><![CDATA[Contenu]]></category>

		<category><![CDATA[Outils]]></category>

		<category><![CDATA[Techniques]]></category>

		<guid isPermaLink="false">http://www.deliciouscadaver.com/?p=290</guid>
		<description><![CDATA[Le linking interne est extrêmement important pour le ranking de chacune de vos pages profondes. Votre site doit se comporter, comme dirait Eli, comme un trépied, où chacun des pieds renforce les autres. Ainsi, tel une suite de faisceaux lasers (ou de Tesla, au choix) comme dans Red Alert, votre page frappe inéluctablement votre cible.
Le [...]]]></description>
			<content:encoded><![CDATA[<p>Le linking interne est extrêmement important pour le ranking de chacune de vos pages profondes. Votre site doit se comporter, <a href="http://www.bluehatseo.com/how-to-overthrow-a-wikipedia-result/">comme dirait Eli</a>, comme un trépied, où chacun des pieds renforce les autres. Ainsi, tel une suite de faisceaux lasers (ou de Tesla, au choix) comme dans Red Alert, votre page frappe inéluctablement votre cible.</p>
<div id="attachment_291" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.deliciouscadaver.com/wp-content/uploads/2010/03/redalert.jpg"><img class="size-medium wp-image-291" title="redalert" src="http://www.deliciouscadaver.com/wp-content/uploads/2010/03/redalert-300x225.jpg" alt="les lasers en bas à droite se renforce entre eux quand ils doivent attaquer, à moins que je ne confonde avec un autre jeu" width="300" height="225" /></a><p class="wp-caption-text">Les lasers en bas à droite se renforcent entre eux quand ils doivent attaquer, à moins que je ne confonde avec un autre jeu</p></div>
<p>Le meilleur exemple de ce linking interne ultra dopé, à la limite du spam, c&#8217;est wikipédia. Chaque phrase comporte au moins 2 ou 3 liens vers d&#8217;autres articles.</p>
<h2>Oui, mais comment faire pour créer des liens automatiques vers certaines pages optimisées ?</h2>
<p>C&#8217;est très simple, il suffit que vous ouvriez chacun de vos articles, que vous repériez les mots-clefs susceptibles de linker vers votre page profonde, et que vous sélectionnez ces mots-clefs et que vous créiez un lien vers cette page. Et ce, pour chacune de vos pages profondes et chacun de vos articles.</p>
<p>Bon, ok, je lol. Regardez du côté de <a href="http://wordpress.org/extend/plugins/automatic-seo-links/">Automatic SEO Links</a> pour wordpress (tout le monde tourne sous WP, ici, rassurez-moi ?). Vous n&#8217;avez qu&#8217;à définir des cibles, des mots clés, et le linking sera automatique. Attention, il linke aussi sur des moitiés de mots (par exemple vous voulez linker sur <em>magique</em> et sur <em>supermagique</em>, et le lien de sortie pour <em>supermagique</em> sera <em>super<span style="text-decoration: underline;">magique</span></em>) et pour l&#8217;instant, il priorise par date d&#8217;ajout. Ainsi, veillez à ajouter les mots les plus larges toujours en dernier de préférence. Ou si vous avez un tips pour fixer ça, n&#8217;hésitez pas.</p>
<p>Revenons-en à nos SEO : le problème, c&#8217;est que Wikipédia, c&#8217;est efficace, <strong>mais pas très glamour</strong>.</p>
<p>Personnellement, cette agression visuelle de liens bleus et rouges (ben oui, on linke même vers les pages qui existent pas encore !) me tape littéralement sur le système et me sort par les oreilles.</p>
<h2>Heureusement, il y a LeMonde !</h2>
<p>Lemonde, eux, c&#8217;est des vrais gars. Ils utilisent ce système de linking interne, mais sont suffisamment intelligents pour les planquer.</p>
<h3>Jeu : sauras-tu trouver le lien futé qui s&#8217;est caché dans cette image ?</h3>
<p><a href="http://www.deliciouscadaver.com/wp-content/uploads/2010/03/lemonde-1.png"><img class="aligncenter size-full wp-image-292" title="lemonde-1" src="http://www.deliciouscadaver.com/wp-content/uploads/2010/03/lemonde-1.png" alt="" width="500" height="271" /></a></p>
<h3>Réponse !</h3>
<p style="text-align: center;"><a href="http://www.deliciouscadaver.com/wp-content/uploads/2010/03/lemonde-2.png"><img class="size-full wp-image-293 aligncenter" title="lemonde-2" src="http://www.deliciouscadaver.com/wp-content/uploads/2010/03/lemonde-2.png" alt="" width="500" height="271" /></a></p>
<p style="text-align: left;">Surprise ! Dans le premier paragraphe s&#8217;était planqué un petit lien tout mignon !</p>
<p style="text-align: left;">Quel est l&#8217;intérêt de procéder ainsi ? <strong>Vous bénéficiez des avantages du linking interne, sans importuner vos visiteurs</strong>. Bien joué Lemonde !</p>
<p style="text-align: left;">Juste pour vérifier, j&#8217;ai passé - avec firebug - tous les liens de l&#8217;article en rouge. Et voilà un magnifique sapin de Noël digne d&#8217;un article moyen de Wikipédia :</p>
<p style="text-align: center;"><a href="http://www.deliciouscadaver.com/wp-content/uploads/2010/03/lemonde-3.png"><img class="aligncenter size-medium wp-image-294" title="lemonde-3" src="http://www.deliciouscadaver.com/wp-content/uploads/2010/03/lemonde-3-300x182.png" alt="" width="300" height="182" /></a></p>
<h3 style="text-align: left;">Moi aussi je veux !</h3>
<p>Alors créez une classe exprès pour vos liens internes discrets et soignez aussi le comportement en :hover si vous voulez fignoler :</p>

<div class="wp_syntax"><div class="code"><pre class="css css" style="font-family:monospace;">a<span style="color: #6666ff;">.autoliens</span><span style="color: #00AA00;">,</span> a<span style="color: #6666ff;">.autoliens</span><span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">black</span>;
<span style="color: #000000; font-weight: bold;">cursor</span><span style="color: #00AA00;">:</span><span style="color: #993333;">default</span>;
<span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span>;
<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span>norma;
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Puis, ouvrez le fichier php du plugin automatic seo links et ajoutez la classe que vous venez de créer au lien-type, tout en bas du fichier (ligne 622 chez moi).</p>
<p>Voici les avantages de la méthode :</p>
<ul>
<li>Sur un blog pro ou semi-pro, vous évitez de passer pour un radin et vous rendez plus discrètes vos méthodes d&#8217;optimisation,</li>
<li>Vous évitez de griller trop facilement vos linkwheels aux yeux de vos concurrents, et également aux yeux des admins des hosts que vous spammez,</li>
<li>Il y a également d&#8217;autres avantages dans ce type de cloaking, je vous laisse méditer dessus <img src='http://www.deliciouscadaver.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.deliciouscadaver.com/linking-interne-faites-comme-lemondefr-cloakez-en-css.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Suivre les échanges de quelqu’un sur Twitter</title>
		<link>http://www.deliciouscadaver.com/suivre-les-echanges-de-quelquun-sur-twitter.html</link>
		<comments>http://www.deliciouscadaver.com/suivre-les-echanges-de-quelquun-sur-twitter.html#comments</comments>
		<pubDate>Sat, 13 Feb 2010 18:52:45 +0000</pubDate>
		<dc:creator>512banque</dc:creator>
		
		<category><![CDATA[Outils]]></category>

		<guid isPermaLink="false">http://www.deliciouscadaver.com/?p=284</guid>
		<description><![CDATA[Il est assez facile de suivre ce que dit quelqu&#8217;un sur Twitter : il suffit de se rendre sur sa page : http://twitter.com/username
Mais parfois, il peut être intéressant de suivre les interactions avec les autres, les RT ou même les questions que l&#8217;on pose à cette personne-là.
Voici un humble script qui comporte tout de même [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-285" title="twitter-book" src="http://www.deliciouscadaver.com/wp-content/uploads/2010/02/twitter-book.jpg" alt="" width="409" height="361" /></p>
<p>Il est assez facile de suivre ce que dit quelqu&#8217;un sur Twitter : il suffit de se rendre sur sa page : http://twitter.com/username</p>
<p>Mais parfois, il peut être intéressant de suivre les interactions avec les autres, les RT ou même les questions que l&#8217;on pose à cette personne-là.</p>
<p>Voici un humble script qui comporte tout de même un inconvénient, lié à Twitter : si celui que vous voulez suivre émet beaucoup de twitts, vous n&#8217;arriverez pas à avoir un gros historique de ses &#8220;émissions&#8221; (en effet le script se base sur le RSS de recherche from:untel). Il faudra donc aller sur sa page manuellement.</p>
<p>Et comme le RSS se met à jour avec un certain retard, c&#8217;est déjà mieux que rien <img src='http://www.deliciouscadaver.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Sinon, il vous reste la possibilité de parser sa page standard avec cURL, et de construire vous-même votre flux. Mais assez tordu à faire au final.</p>
<p>Bref, je m&#8217;étais fait ça et je me suis dit : autant en faire profiter les autres <img src='http://www.deliciouscadaver.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Vous aurez besoin de <a href="http://sourceforge.net/projects/magpierss/files/">MagPie</a> (n&#8217;oubliez pas de changer la valeur par défaut du cache dans rss_cache.inc).</p>
<p>Et voilà la <a href="http://www.deliciouscadaver.com/demo/twitter.php?username=512banque">démo</a>.</p>
<p>Et voilà le script :</p>

<div class="wp_syntax"><div class="code"><pre class="php php" style="font-family:monospace;">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;fr&quot; lang=&quot;fr&quot;&gt;
&lt;head&gt;
  &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
  &lt;title&gt;Suivre quelqu'un à la trace&lt;/title&gt;
  &lt;meta http-equiv=&quot;content-style-type&quot; content=&quot;text/css&quot; /&gt;
  &lt;meta name=&quot;ROBOTS&quot; content=&quot;NOFOLLOW&quot;&gt; &lt;!-- je vais quand même pas donner du jus à twitter !--&gt;
  &lt;style type=&quot;text/css&quot; media=&quot;screen&quot;&gt;
    * { margin:0; padding: 0; }
	body { background:url('http://a3.twimg.com/a/1265999168/images/bg-clouds.png') no-repeat #C0DEED; font-family:'Lucida Grande',sans-serif; font-size:24px; line-height:20px; color:#333333; }
	a { color:#333333; text-decoration: none; }
    a:hover { text-decoration: underline; }
	a#alink { font-size:8px; color:grey; float:left; }
	.details, .details a, .date { color:grey; font-size:11px; }
	img { float:left; margin-right:5px; }
	ul { list-style-type:none; }
	ul li { margin-top:15px; clear:both; }
	#container { width: 940px; margin:auto; background:white; padding: 10px; }
  &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&nbsp;
&lt;div id=&quot;container&quot;&gt;
&nbsp;
&lt;form action=&quot;&quot; method=&quot;GET&quot;&gt;
Pseudo à suivre : &lt;input id=&quot;username&quot; name=&quot;username&quot; type=&quot;&quot; size=&quot;&quot; /&gt;  &lt;button id=&quot;&quot; name=&quot;&quot; type=&quot;submit&quot; value=&quot;submit&quot;&gt;Envoyer&lt;/button&gt;
&lt;/form&gt;
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span>
&nbsp;
	<span style="color: #990000;">setlocale</span><span style="color: #009900;">&#40;</span>LC_ALL<span style="color: #339933;">,</span><span style="">'fr_FR.UTF8'</span><span style="color: #009900;">&#41;</span>;
	<span style="color: #990000;">setlocale</span><span style="color: #009900;">&#40;</span>LC_ALL<span style="color: #339933;">,</span><span style="">'french'</span><span style="color: #009900;">&#41;</span>; <span style="color: #666666; font-style: italic;">//gardez celle la si vous êtes sous wamp sinon virez</span>
&nbsp;
	<span style="color: #990000;">error_reporting</span><span style="color: #009900;">&#40;</span><span style="color: #000000; font-weight: bold;">E_ERROR</span> | <span style="color: #000000; font-weight: bold;">E_WARNING</span> | <span style="color: #000000; font-weight: bold;">E_PARSE</span><span style="color: #009900;">&#41;</span>;
&nbsp;
	<span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span><span style="">'magpierss/rss_fetch.inc'</span><span style="color: #009900;">&#41;</span>;
&nbsp;
	<span style="color: #666666; font-style: italic;">// merci à @CharlyBr</span>
	<span style="color: #000000; font-weight: bold;">function</span> cmp<span style="color: #009900;">&#40;</span><span style="color: #000088;">$a</span><span style="color: #339933;">,</span> <span style="color: #000088;">$b</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #000088;">$aa</span> <span style="color: #339933;">=</span> <span style="color: #990000;">strtotime</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$a</span><span style="color: #009900;">&#91;</span><span style="">'updated'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span>;
	<span style="color: #000088;">$bb</span> <span style="color: #339933;">=</span> <span style="color: #990000;">strtotime</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$b</span><span style="color: #009900;">&#91;</span><span style="">'updated'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span>;
	<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$aa</span> <span style="color: #339933;">==</span> <span style="color: #000088;">$bb</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #b1b100;">return</span> <span style="color:#800080;">0</span>;
	<span style="color: #009900;">&#125;</span>
	<span style="color: #b1b100;">return</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$aa</span> <span style="color: #339933;">&gt;</span> <span style="color: #000088;">$bb</span><span style="color: #009900;">&#41;</span> ? <span style="color: #339933;">-</span><span style="color: #cc66cc;">1</span> <span style="color: #339933;">:</span> <span style="color: #cc66cc;">1</span>;
	<span style="color: #009900;">&#125;</span>
&nbsp;
	<span style="color: #000088;">$username</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$_GET</span><span style="color: #009900;">&#91;</span><span style="">'username'</span><span style="color: #009900;">&#93;</span>;
&nbsp;
	<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #990000;">empty</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$username</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">:</span>
&nbsp;
&nbsp;
	<span style="color: #666666; font-style: italic;">// au cas où vous seriez suffisament bête pour vous hacker vous-même</span>
	<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #000088;">$username</span><span style="color: #009900;">&#41;</span> || <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #990000;">preg_match</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;@^[<span style="color: #000099; font-weight: bold;">\w</span>]+$@&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$username</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #990000;">exit</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Merci de ne pas tenter de me hacker&quot;</span><span style="color: #009900;">&#41;</span>;
&nbsp;
	<span style="color: #000088;">$array_final</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>;
&nbsp;
<span style="color: #666666; font-style: italic;">//Merci à julien www.webinventif.fr : réglez la variable rpp sur le nombre de twitts à récupérer :)</span>
&nbsp;
	<span style="color: #000088;">$array_from_to_at</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="">'http://search.twitter.com/search.atom?q=from%3A'</span><span style="color: #339933;">.</span><span style="color: #000088;">$username</span><span style="color: #339933;">.</span><span style="">'&amp;rpp=50'</span><span style="color: #339933;">,</span>
    <span style="">'http://search.twitter.com/search.atom?q=to%3A'</span><span style="color: #339933;">.</span><span style="color: #000088;">$username</span><span style="color: #339933;">.</span><span style="">'&amp;rpp=50'</span><span style="color: #339933;">,</span>
    <span style="">'http://search.twitter.com/search.atom?q=%40'</span><span style="color: #339933;">.</span><span style="color: #000088;">$username</span><span style="color: #339933;">.</span><span style="">'&amp;rpp=50'</span><span style="color: #009900;">&#41;</span>;
&nbsp;
&nbsp;
	<span style="color: #b1b100;">foreach</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$array_from_to_at</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$rss</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #000088;">$rss</span> <span style="color: #339933;">=</span> fetch_rss<span style="color: #009900;">&#40;</span><span style="color: #000088;">$rss</span><span style="color: #009900;">&#41;</span>;
		<span style="color: #b1b100;">foreach</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$rss</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">items</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$item</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
			<span style="color: #000088;">$array_final</span><span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span>
			<span style="">'author_name'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #000088;">$item</span><span style="color: #009900;">&#91;</span><span style="">'author_name'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span>
			<span style="">'author_uri'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #000088;">$item</span><span style="color: #009900;">&#91;</span><span style="">'author_uri'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span>
			<span style="">'link'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #000088;">$item</span><span style="color: #009900;">&#91;</span><span style="">'link'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span>
			<span style="">'title'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #000088;">$item</span><span style="color: #009900;">&#91;</span><span style="">'title'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span>
			<span style="">'link_image'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #000088;">$item</span><span style="color: #009900;">&#91;</span><span style="">'link_image'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span>
			<span style="">'updated'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #000088;">$item</span><span style="color: #009900;">&#91;</span><span style="">'updated'</span><span style="color: #009900;">&#93;</span>
			<span style="color: #009900;">&#41;</span>;
		<span style="color: #009900;">&#125;</span>
	<span style="color: #009900;">&#125;</span>
&nbsp;
	<span style="color: #666666; font-style: italic;">//dédoublonnage, array_unique ne marche pas en multidimensional</span>
	<span style="color: #b1b100;">foreach</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$array_final</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$key</span><span style="color: #339933;">=&gt;</span><span style="color: #000088;">$value</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #000088;">$array_final</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$key</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;'&quot;</span> <span style="color: #339933;">.</span> <span style="color: #990000;">serialize</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$value</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;'&quot;</span>;
	<span style="color: #009900;">&#125;</span>
	<span style="color: #000088;">$array_final</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array_unique</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$array_final</span><span style="color: #009900;">&#41;</span>;
&nbsp;
	<span style="color: #b1b100;">foreach</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$array_final</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$key</span><span style="color: #339933;">=&gt;</span><span style="color: #000088;">$value</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #000088;">$array_final</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$key</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #990000;">unserialize</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">trim</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$value</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;'&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>;
	<span style="color: #009900;">&#125;</span> 
&nbsp;
	<span style="color: #666666; font-style: italic;">//réorganisation du tableau</span>
	<span style="color: #990000;">usort</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$array_final</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;cmp&quot;</span><span style="color: #009900;">&#41;</span>;
	<span style="color: #000088;">$a</span> <span style="color: #339933;">=</span> <span style="">'PGEgaHJlZj0iaHR0cDovL3d3dy5kZWxpY2lvd'</span>;
	<span style="color: #000088;">$a</span> <span style="color: #339933;">.=</span> <span style="">'XNjYWRhdmVyLmNvbS9kZW1vL3JlZmVyZW5jZW'</span>;
	<span style="color: #000088;">$a</span> <span style="color: #339933;">.=</span> <span style="">'1lbnQuaHRtbCIgaWQ9ImFsaW5rIj'</span>;
	<span style="color: #000088;">$a</span> <span style="color: #339933;">.=</span> <span style="">'5yZWZlcmVuY2VtZW50PC9hPg=='</span>;
&nbsp;
	<span style="color: #990000;">echo</span> <span style="color: #0000ff;">&quot;&lt;ul&gt;&quot;</span>;
	<span style="color: #b1b100;">foreach</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$array_final</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$item</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #000088;">$author</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$item</span><span style="color: #009900;">&#91;</span><span style="">'author_name'</span><span style="color: #009900;">&#93;</span>;
		<span style="color: #000088;">$author_link</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$item</span><span style="color: #009900;">&#91;</span><span style="">'author_uri'</span><span style="color: #009900;">&#93;</span>;
		<span style="color: #000088;">$image</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$item</span><span style="color: #009900;">&#91;</span><span style="">'link_image'</span><span style="color: #009900;">&#93;</span>;
		<span style="color: #000088;">$href</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$item</span><span style="color: #009900;">&#91;</span><span style="">'link'</span><span style="color: #009900;">&#93;</span>;
		<span style="color: #000088;">$title</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$item</span><span style="color: #009900;">&#91;</span><span style="">'title'</span><span style="color: #009900;">&#93;</span>;
		<span style="color: #000088;">$date</span> <span style="color: #339933;">=</span> <span style="color: #990000;">strftime</span><span style="color: #009900;">&#40;</span><span style="">'%H:%M le %d %b'</span><span style="color: #339933;">,</span> <span style="color: #990000;">strtotime</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$item</span><span style="color: #009900;">&#91;</span><span style="">'updated'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>;
		<span style="color: #990000;">echo</span> <span style="color: #0000ff;">&quot;&lt;li&gt;&lt;img src=<span style="color: #000099; font-weight: bold;">\&quot;</span>$image<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;&lt;a href=<span style="color: #000099; font-weight: bold;">\&quot;</span>$href<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;&quot;</span><span style="color: #339933;">.</span><span style="color: #990000;">utf8_encode</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$title</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;&lt;/a&gt;&lt;br /&gt;&lt;span class=<span style="color: #000099; font-weight: bold;">\&quot;</span>details<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;&lt;a href=<span style="color: #000099; font-weight: bold;">\&quot;</span>$author_link<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;$author&lt;/a&gt; &lt;span class=<span style="color: #000099; font-weight: bold;">\&quot;</span>date<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;à &quot;</span><span style="color: #339933;">.</span><span style="color: #990000;">utf8_encode</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$date</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&quot;</span>;
	<span style="color: #009900;">&#125;</span>
&nbsp;
	<span style="color: #990000;">echo</span> <span style="color: #990000;">base64_decode</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$a</span><span style="color: #009900;">&#41;</span>;
&nbsp;
	<span style="color: #b1b100;">endif</span>;
&nbsp;
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
&lt;/div&gt;
&nbsp;
&lt;/body&gt;
&lt;/html&gt;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.deliciouscadaver.com/suivre-les-echanges-de-quelquun-sur-twitter.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Pagerank, 301 et rock’n'roll</title>
		<link>http://www.deliciouscadaver.com/pagerank-301-et-rocknroll.html</link>
		<comments>http://www.deliciouscadaver.com/pagerank-301-et-rocknroll.html#comments</comments>
		<pubDate>Sun, 07 Feb 2010 19:56:36 +0000</pubDate>
		<dc:creator>512banque</dc:creator>
		
		<category><![CDATA[Backlinks]]></category>

		<category><![CDATA[Techniques]]></category>

		<guid isPermaLink="false">http://www.deliciouscadaver.com/?p=278</guid>
		<description><![CDATA[Une redirection 301, c&#8217;est une redirection qui transfère vos visiteurs, et votre jus vers une autre page, tout en disant à Google &#8220;ça a changé d&#8217;endroit, ça se passe ici maintenant&#8221;.
L&#8217;utilisation white hat, on va pas s&#8217;attarder dessus : vous changez l&#8217;url d&#8217;une page, et logiquement, vous faîtes une 301 via htaccess ou php pour [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.deliciouscadaver.com/wp-content/uploads/2010/02/redirections.jpg"><img class="size-medium wp-image-280  alignnone" title="redirections" src="http://www.deliciouscadaver.com/wp-content/uploads/2010/02/redirections.jpg" alt="" width="200" height="300" /></a></p>
<p>Une redirection 301, c&#8217;est une redirection qui transfère vos visiteurs, et votre jus vers une autre page, tout en disant à Google &#8220;ça a changé d&#8217;endroit, ça se passe ici maintenant&#8221;.</p>
<p>L&#8217;utilisation white hat, on va pas s&#8217;attarder dessus : vous changez l&#8217;url d&#8217;une page, et logiquement, vous faîtes une 301 via htaccess ou php pour dire au robot &#8220;c&#8217;est par ici que ça se passe&#8221;.</p>
<p>Là où ça devient croustillant, c&#8217;est quand vous vous rendez compte du potentiel de la 301. Accumuler du jus, et redispatcher ce jus à votre guise. Voilà quelques exemples d&#8217;utilisation :</p>
<p>1) Le Google Bombing. Vous référencez une dizaine de sites, avec une ancre optimisée pour l&#8217;occasion, et au bout d&#8217;un mois, vous larguez une 301 par jour vers le site cible. C&#8217;est en effet une étape clé pour réussir votre <a href="http://blog.robin-d.fr/black-hat/reussir-son-google-bombing-332.html">google bombing</a>.</p>
<p>2) Référencer des sites inréférençables : si vous vendez des petites pillules bleues sur le net, faîtes un site internet dénonçant les dangers du viagra, du cialis et compagnie, faîtes votre spam et demandez aux webmasters de faire un lien vers vous, puis au bout d&#8217;un petit moment, faîtes une 301 vers votre site où vous en vendez. Vous pourrez même choper du BL de wikipédia <img src='http://www.deliciouscadaver.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> Attention, c&#8217;est particulièrement tordu ça !</p>
<p>Plus directement, vous pouvez tout aussi bien changer le contenu sans rien rediriger du tout.</p>
<p>3) Si vous êtes impatient, vous pouvez faire un truc encore plus tordu - mais là c&#8217;est seulement pour les polissons d&#8217;entre vous - c&#8217;est le combo <strong>301 + cloaking</strong> : vous <strong>redirigez google mais pas les visiteurs.</strong> C&#8217;est-à-dire que je fais mon tour de magie en direct : je profite d&#8217;un site fusible et inintéressant avec du contenu très propre et moralisateur dessus pour demander aux webmasters de faire des liens vers ce site, et j&#8217;envoie discrètement l&#8217;intégralité du jus vers un autre domaine.</p>
<p>Considérez vos sites comme des réservoirs de jus. Jus que vous pouvez vider et envoyer vers les sites de votre choix.</p>
<p style="text-align: center;"><a href="http://www.deliciouscadaver.com/wp-content/uploads/2010/02/reservoir.jpg"><img class="size-medium wp-image-279 aligncenter" title="reservoir" src="http://www.deliciouscadaver.com/wp-content/uploads/2010/02/reservoir-300x199.jpg" alt="" width="300" height="199" /></a></p>
<h2>Et les pénalités alors ?</h2>
<p>La grosse question que je me pose, c&#8217;est : est-ce que la 301 transfère également les pénalités ? Que la réponse soit oui ou non, <strong>s&#8217;il y a une règle systématique, </strong>dans les deux cas c&#8217;est avantageux :</p>
<ul>
<li>Si la 301 peut transférer les pénalités d&#8217;un domaine pourri, alors je me fais un domaine plein de spam, et je renvoie la patate chaude vers un concurrent.</li>
</ul>
<ul>
<li>Si la 301 ne transfère pas les pénalités, alors j&#8217;y vais gaiement et je fais <strong>toujours</strong> un domaine plein de spam, et au bout d&#8217;un moment, je renvoie vers un autre site immaculé.</li>
</ul>
<p>La discussion est en cours sur cet article de <a href="http://www.pink-seo.com/blog/seo-black-hat-532">techniques black hat pour le référencement</a>.</p>
<p>PS les amis : plus la peine de venir me spammer avec des pseudos à la noix, maintenant je ne valide que les commentaires qui en valent la peine/qui n&#8217;abusent pas de la gentillesse de tonton. Avis aux &#8220;lingerie fine&#8221; et compagnie qui seraient tentés de commenter <img src='http://www.deliciouscadaver.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deliciouscadaver.com/pagerank-301-et-rocknroll.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Loueur de redirections 302, futur du métier de SEO ?</title>
		<link>http://www.deliciouscadaver.com/loueur-de-redirections-302-futur-du-metier-de-seo.html</link>
		<comments>http://www.deliciouscadaver.com/loueur-de-redirections-302-futur-du-metier-de-seo.html#comments</comments>
		<pubDate>Fri, 01 Jan 2010 09:27:10 +0000</pubDate>
		<dc:creator>512banque</dc:creator>
		
		<category><![CDATA[Annuaires]]></category>

		<category><![CDATA[Backlinks]]></category>

		<category><![CDATA[Techniques]]></category>

		<guid isPermaLink="false">http://www.deliciouscadaver.com/?p=273</guid>
		<description><![CDATA[Il y a deux manières d&#8217;aborder le métier de SEO : soit il s&#8217;agit d&#8217;une relation de confiance, basée sur la construction, l&#8217;amélioration du site du client&#8230; Soit il s&#8217;agit d&#8217;une relation basée exclusivement sur le résultat, où le SEO est payé en fonction de la position du site et c&#8217;est tout, et où les [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-274" title="braquage" src="http://www.deliciouscadaver.com/wp-content/uploads/2010/01/braquage.jpg" alt="" width="276" height="191" /></p>
<p>Il y a deux manières d&#8217;aborder le métier de SEO : soit il s&#8217;agit d&#8217;une relation de confiance, basée sur la construction, l&#8217;amélioration du site du client&#8230; Soit il s&#8217;agit d&#8217;une relation basée exclusivement sur le résultat, où le SEO est payé en fonction de la position du site et c&#8217;est tout, et où les questions de confiance, de travail de fond et de développement durable n&#8217;ont aucune place. Du adwords naturel en quelque sorte. Une sale relation.</p>
<p>Il est possible de fonctionner comme ça quand les gens ne font pas confiance, et/ou que les positions à atteindre sont faciles. L&#8217;idée est de dire : je vous vends la première page de google pour tel mot clé pour x€ par mois. Je m&#8217;occupe de tout, tu s&#8217;occupes de rien.</p>
<p>Le problème, c&#8217;est l&#8217;indépendance du client : vous allez bosser sur son site pendant 5-6 mois, et au final, en en faisant un minimum, il sera complètement autonome et vous enverra balader en vous disant &#8220;finalement j&#8217;ai pas besoin de toi, dégage avorton&#8221;.</p>
<p>D&#8217;où l&#8217;idée suivante : je fais un site où je balance TOUS mes backlinks, absolument tous, même en concours, je fais en sorte qu&#8217;il se ranke facilement sur n&#8217;importe quelle requête, et ensuite depuis ce site, je fais des redir 302 sur les pages des clients.</p>
<p>Ainsi, le client dispose de l&#8217;ancienneté du master domaine, de ses backlinks, bref absolument de tout. Et il paie pour cela. Le jour où il arrête de payer, je me garde ma redirection pour moi, et éventuellement je l&#8217;envoie vers un autre client.</p>
<p>Où un MFA <img src='http://www.deliciouscadaver.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deliciouscadaver.com/loueur-de-redirections-302-futur-du-metier-de-seo.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Un blog “black hat” est-il possible ?</title>
		<link>http://www.deliciouscadaver.com/un-blog-black-hat-est-il-possible.html</link>
		<comments>http://www.deliciouscadaver.com/un-blog-black-hat-est-il-possible.html#comments</comments>
		<pubDate>Wed, 04 Nov 2009 18:39:15 +0000</pubDate>
		<dc:creator>512banque</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.deliciouscadaver.com/?p=269</guid>
		<description><![CDATA[Disons-le tout net, le SEO black hat, c&#8217;est comme les frites : c&#8217;est ceux qui en parlent de moins qui en mangent le plus.
Pourquoi ?
Partager ses tips au grand public est extrêmement dangereux et risque de surcharger la barque : on l&#8217;a vu avec Tiger qui a donné l&#8217;astuce pour avoir des liens dofollow sur [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-medium wp-image-270 aligncenter" title="chut" src="http://www.deliciouscadaver.com/wp-content/uploads/2009/11/chut.jpg" alt="" /></p>
<p>Disons-le tout net, le SEO black hat, c&#8217;est comme les frites : c&#8217;est ceux qui en parlent de moins qui en mangent le plus.</p>
<p>Pourquoi ?</p>
<p>Partager ses tips au grand public est extrêmement dangereux et risque de surcharger la barque : on l&#8217;a vu avec Tiger qui a donné <a href="http://www.seoblackout.com/2009/08/02/referencement-twitter/">l&#8217;astuce pour avoir des liens dofollow sur twitter</a>, il a suffit de quelques jours pour Twitter réagisse et passe tout en Nofollow.</p>
<p>Si Tiger avait gardé cette astuce pour lui, il aurait bénéficié de BLs bien sentis, tout en restant discret. Quelqu&#8217;un d&#8217;autre s&#8217;en serait aperçu et en aurait fait de même, ou bien l&#8217;astuce aurait été échangée contre un script ou un tip équivalent et elle aurait tourné dans des cercles restreints d&#8217;initiés.</p>
<p>Dans son cas, il a grillé son plan, mais il a bénéficié d&#8217;une notoriété internationale. Donc je pense que tout a été calculé évidemment.</p>
<p>Donc tout le problème est là : plus je partage mes tips, plus les gens l&#8217;utilisent et donc, plus google réagit et plus l&#8217;astuce devient inefficace. Cela revient à scier la branche sur laquelle on est assis.</p>
<p>C&#8217;est d&#8217;ailleurs pour cela que les forums SEO BH les plus efficaces sont privés, et c&#8217;est aussi pour cela que parmi tous les tips que j&#8217;ai appris, les plus &#8220;valuables&#8221; sont ceux lors des échanges sur ces forums et/ou en privé avec les pointures dans le domaine.</p>
<p><a href="http://twitter.com/512banque/status/4171419444">Idem lorsque j&#8217;ai trouvé ma plate-forme &#8220;vierge&#8221; de tout backlink et avec un trustrank de ouf</a>, c&#8217;est par le biais d&#8217;échanges de bons procédés, privés, que j&#8217;ai pu m&#8217;enrichir et enrichir mes interlocuteurs. Si j&#8217;avais publié un article ou si j&#8217;avais balancé un twitt, je me serais auto-grillé.</p>
<p>Je pense que le partage est un bon mode de fonctionnement finalement : si tu débutes en black hat, ben tu te fais bizuter : tu es obligé d&#8217;aller au charbon pour trouver des pépites à échanger/partager avec d&#8217;autres. La logique vautour/leecher n&#8217;est pas dans l&#8217;esprit du SEO en général.</p>
<p>D&#8217;ailleurs, je parle de BH, mais de quoi parlé-je au juste ?</p>
<p>Je reprends la définition de Rudy :</p>
<blockquote><p>Pour moi le black hat c’est 20% de dev ,20% de seo , 20% de webmarketing et <strong>40% de vice et d’esprit tordu</strong> !</p></blockquote>
<p>Bref, pour en revenir à l&#8217;idée initiale, je me rends compte que lors des études de cas qu&#8217;on réalise, cf 1er sur &#8220;casino en ligne&#8221; en un mois chez discodog (qu&#8217;il a fort bien fait de passer en privé), ou une autre chez black hat world sur &#8220;true blood season 2&#8243;, ou encore une autre sur un domaine <span style="text-decoration: line-through;">très lucratif</span> que je convoite et dont je tairai les termes de recherche, c&#8217;est <strong>toujours ceux qui en parlent le moins qui se gavent le plus.</strong></p>
<p>1) Car ils ne partagent qu&#8217;à travers des cercles très restreints leurs astuces, et</p>
<p>2) Car ainsi, ils ne se font pas griller par Google et son équipe de quality raters qui veillent au grain et qui identifient ceux qui sont un peu trop bling bling.</p>
<p>Y avait un film comme ça, avec un gangster, qui se faisait chopper parce que la première chose qu&#8217;il avait faite après un casse c&#8217;était s&#8217;acheter une grosse voiture et aller frimer en ville. C&#8217;est peut-être dans le parrain il me semble&#8230;</p>
<p>Je pense que pour le SEO BH c&#8217;est pareil. Il vaut mieux se taire, faire les choses en douce, <strong>ne surtout jamais linker son blog depuis d&#8217;autres sites où des techniques sont visibles</strong>, et regarder sa console accumuler les €.</p>
<p>J&#8217;en arrive donc sur la conclusion et l&#8217;explication suivante : si vous cherchez des conseils BH gratuits et accessibles à tous, vous n&#8217;en trouverez pas, pour la simple et bonne raison que si vous en trouvez, alors c&#8217;est des conseils nazes ou très généralistes qui ne mouillent pas l&#8217;auteur.</p>
<p>Y compris sur ce blog.</p>
<p> <img src='http://www.deliciouscadaver.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deliciouscadaver.com/un-blog-black-hat-est-il-possible.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Script de Content Spining</title>
		<link>http://www.deliciouscadaver.com/script-de-content-spining.html</link>
		<comments>http://www.deliciouscadaver.com/script-de-content-spining.html#comments</comments>
		<pubDate>Wed, 28 Oct 2009 23:09:27 +0000</pubDate>
		<dc:creator>512banque</dc:creator>
		
		<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://www.deliciouscadaver.com/?p=262</guid>
		<description><![CDATA[1) Prendre des textes frais
2) Les mettre dans la variable $texte;
3) Lancer la moulinette
4) Vous obtenez un texte &#8220;unique&#8221; composé de phrases à la manière de Frankeinstein
Il va de soi que plus vous avez de sources, plus courtes sont les phrases et moins long est votre texte de sortie, plus c&#8217;est efficace.

&#60;?php
$texte = &#34;&#34;; // [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.deliciouscadaver.com/script-de-content-spining.html/attachment/996972" rel="attachment wp-att-266"><img src="http://www.deliciouscadaver.com/wp-content/uploads/2009/10/996972.jpg" alt="" title="996972" width="394" height="300" class="aligncenter size-full wp-image-266" /></a></p>
<p>1) Prendre des textes frais<br />
2) Les mettre dans la variable $texte;<br />
3) Lancer la moulinette<br />
4) Vous obtenez un texte &#8220;unique&#8221; composé de phrases à la manière de Frankeinstein</p>
<p>Il va de soi que plus vous avez de sources, plus courtes sont les phrases et moins long est votre texte de sortie, plus c&#8217;est efficace.</p>

<div class="wp_syntax"><div class="code"><pre class="php php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #000088;">$texte</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&quot;</span>; <span style="color: #666666; font-style: italic;">// Collez ici toute votre poésie de wikipédia, des concurrents, des flux rss scrapés et compagnie...</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// Génère : You should eat pizza, beer, and ice cream every day</span>
<span style="color: #000088;">$healthy</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;<span style="color: #000099; font-weight: bold;">\r</span><span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;  &quot;</span><span style="color: #009900;">&#41;</span>;
<span style="color: #000088;">$yummy</span>   <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot; &quot;</span><span style="color: #009900;">&#41;</span>;
&nbsp;
<span style="color: #000088;">$texte</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$healthy</span><span style="color: #339933;">,</span> <span style="color: #000088;">$yummy</span><span style="color: #339933;">,</span> <span style="color: #000088;">$texte</span><span style="color: #009900;">&#41;</span>;
&nbsp;
<span style="color: #000088;">$array_phrases</span> <span style="color: #339933;">=</span> <span style="color: #990000;">explode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;.&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$texte</span><span style="color: #009900;">&#41;</span>;
<span style="color: #000088;">$array_phrases</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array_map</span><span style="color: #009900;">&#40;</span><span style="">'trim'</span><span style="color: #339933;">,</span><span style="color: #000088;">$array_phrases</span><span style="color: #009900;">&#41;</span>;
&nbsp;
<span style="color: #666666; font-style: italic;">// supprime les phrases vides et met en majuscule</span>
    <span style="color: #b1b100;">foreach</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$array_phrases</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$key</span> <span style="color: #339933;">=&gt;</span> <span style="color: #000088;">$value</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
      <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">empty</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$value</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        <span style="color: #990000;">unset</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$array_phrases</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$key</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span>;
      <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #000088;">$array_phrases</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$key</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #990000;">ucfirst</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$array_phrases</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$key</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span><span style="">'.'</span>;
	  <span style="color: #009900;">&#125;</span>
    <span style="color: #009900;">&#125;</span> 
&nbsp;
<span style="color: #0000ff; font-style: italic;">/**
 * tire aléatoirement plusieurs éléments différents d'un tableau
 * 
 * @param array $tableau tableau contenant les éléments à tirer
 * @param int $nbElements nombre d'éléments à retourner
 * @param array $exclure valeurs des éléments à exclure du tirage
 * 
 * @return array
 */</span>
<span style="color: #000000; font-weight: bold;">function</span> elementsDifferents<span style="color: #009900;">&#40;</span><span style="color: #000088;">$tableau</span><span style="color: #339933;">,</span> <span style="color: #000088;">$nbElements</span><span style="color: #339933;">,</span> <span style="color: #000088;">$exclure</span><span style="color: #339933;">=</span><span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
   <span style="color: #000088;">$retour</span><span style="color: #339933;">=</span><span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>;
&nbsp;
   <span style="color: #b1b100;">for</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$i</span><span style="color: #339933;">=</span><span style="color: #cc66cc;">1</span>; <span style="color: #000088;">$i</span><span style="color: #339933;">&lt;=</span><span style="color: #000088;">$nbElements</span>; <span style="color: #000088;">$i</span><span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>
   <span style="color: #009900;">&#123;</span>
      <span style="color: #000088;">$valeurs</span><span style="color: #339933;">=</span><span style="color: #990000;">array_values</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$tableau</span><span style="color: #009900;">&#41;</span>;
&nbsp;
      <span style="color: #666666; font-style: italic;">// on tire au hasard une valeur, tant qu'on n'en trouve pas une qui ne soit pas exclue</span>
      <span style="color: #b1b100;">do</span>
      <span style="color: #009900;">&#123;</span>
         <span style="color: #000088;">$valTiree</span><span style="color: #339933;">=</span><span style="color: #000088;">$valeurs</span><span style="color: #009900;">&#91;</span><span style="color: #990000;">mt_rand</span><span style="color: #009900;">&#40;</span><span style="color:#800080;">0</span><span style="color: #339933;">,</span> <span style="color: #990000;">count</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$valeurs</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">-</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#93;</span>;
      <span style="color: #009900;">&#125;</span>
      <span style="color: #b1b100;">while</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">in_array</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$valTiree</span><span style="color: #339933;">,</span> <span style="color: #000088;">$exclure</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>;
&nbsp;
      <span style="color: #666666; font-style: italic;">// on stocke la valeur trouvée et on la supprime du tableau afin qu'elle ne soit plus tirée </span>
      <span style="color: #000088;">$retour</span><span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">=</span><span style="color: #000088;">$valTiree</span>;
      <span style="color: #000088;">$index</span><span style="color: #339933;">=</span><span style="color: #990000;">array_search</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$valTiree</span><span style="color: #339933;">,</span> <span style="color: #000088;">$tableau</span><span style="color: #009900;">&#41;</span>;
&nbsp;
      <span style="color: #990000;">unset</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$tableau</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$index</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span>;
   <span style="color: #009900;">&#125;</span>
&nbsp;
   <span style="color: #b1b100;">return</span> <span style="color: #000088;">$retour</span>;
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #000088;">$phrases</span><span style="color: #339933;">=</span><span style="color: #990000;">implode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot; &quot;</span><span style="color: #339933;">,</span>elementsDifferents<span style="color: #009900;">&#40;</span><span style="color: #000088;">$array_phrases</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">10</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>; <span style="color: #666666; font-style: italic;">//prend 10 phrases au hasard</span>
&nbsp;
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;p&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #990000;">echo</span> <span style="color: #990000;">strip_tags</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$phrases</span><span style="color: #009900;">&#41;</span>; <span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;/p&gt;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.deliciouscadaver.com/script-de-content-spining.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>“Loueur de backlinks”, le futur du métier de SEO ?</title>
		<link>http://www.deliciouscadaver.com/loueur-de-backlinks-le-futur-du-metier-de-seo.html</link>
		<comments>http://www.deliciouscadaver.com/loueur-de-backlinks-le-futur-du-metier-de-seo.html#comments</comments>
		<pubDate>Fri, 23 Oct 2009 13:31:44 +0000</pubDate>
		<dc:creator>512banque</dc:creator>
		
		<category><![CDATA[Backlinks]]></category>

		<category><![CDATA[Outils]]></category>

		<category><![CDATA[Techniques]]></category>

		<guid isPermaLink="false">http://www.deliciouscadaver.com/?p=228</guid>
		<description><![CDATA[Si les domaines de l&#8217;optimisation technique, la rédaction de contenu, et la stratégie de génération de trafic sont importants, il me semble que, sur un élément de technique pure, la vraie valeur ajoutée d&#8217;un référenceur semble sa capacité à créer du backlink là où il faut et quand il faut.
Si aujourd&#8217;hui, je devais déléguer une [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-254 aligncenter" title="location-liens" src="http://www.deliciouscadaver.com/wp-content/uploads/2009/10/location-liens.gif" alt="" width="485" height="246" /></p>
<p>Si les domaines de l&#8217;optimisation technique, la rédaction de contenu, et la stratégie de génération de trafic sont importants, il me semble que, sur un élément de technique pure, la vraie valeur ajoutée d&#8217;un référenceur semble <strong>sa capacité à créer du backlink là où il faut et quand il faut</strong>.</p>
<p>Si aujourd&#8217;hui, je devais déléguer une partie de mon job en référencement, et si je devais payer des sommes astronomiques (ou pas), ce serait pour avoir du backlink.</p>
<h3>Le contenu ?</h3>
<p>Je l&#8217;ai, et je préfère laisser faire les clients-techniciens passionnés par leur boulot le faire, et je passe derrière pour doper ça et dramatiser un peu.</p>
<h3>L&#8217;optimisation technique ?</h3>
<p>A part les balises title unique, l&#8217;url rewriting, le non duplicate et les balises alt, et deux ou trois petites amélioration mineures, il y a quoi à faire ? Il suffit d&#8217;un <a href="http://www.journaldunet.com/solutions/breve/41627/un-ver-se-repand-sur-wordpress.shtml">wordpress mis à jour</a> et configuré convenablement et on a le meilleur CMS jamais créé.</p>
<h3>Bref, que reste-t-il dans tout ça ?</h3>
<p>Allez, du contenu &#8220;qui fait buzzer&#8221;, c&#8217;est à dire un super linkbait ? Mais là on est plutôt dans le webmarketing avec moyens importants plutôt que dans du référencement pur (faire monter un site sur google sur des requêtes données).</p>
<p>De plus, vu qu&#8217;aujourd&#8217;hui tout le monde veut buzzer, il faut souvent trouver l&#8217;idée du siècle pour se distinguer des concurrents : n&#8217;importe quelle entreprise, même <a href="http://www.dailymotion.com/video/x2b21h_lilmaaz-mange-du-kebab">le kébab du coin</a> veut son site de marketing viral.</p>
<p>Bref, pour moi, un vrai référenceur est celui qui sait créer du backlink de qualité en quantité. N&#8217;en déplaise à certains, ce n&#8217;est pas avec du contenu &#8220;pertinent&#8221; ou &#8220;bien rédigé&#8221; que l&#8217;on arrive à gagner un <a href="http://66.102.9.102/search?hl=fr&amp;gl=fr&amp;q=black+hattitude&amp;start=0&amp;sa=N">concours SEO</a>. C&#8217;est avec du backlink ayant comme ancre <a href="http://www.deliciouscadaver.com/demo/black-hattitude.html"><strong>black hattitude</strong></a>.</p>
<h2>Louer du lien ? Quels liens ?</h2>
<p>Si l&#8217;on suit la logique de la pyramide de backlinks, on peut imaginer qu&#8217;au bout de quelques années, le référenceur arrive à se constituer une pyramide, que dis-je, une montagne de sites ready-for-backlinks&#8230;</p>
<p>Imaginez un peu. Vous gérez un coquet parc de 5000 sites avec PR correct&#8230;</p>
<p>Un client vous demande de référencer un site, bien sûr vous lancez quelques communiqués &#8220;histoire-de&#8221;, mais honnêtement&#8230; Un lien par jour sur ces sites, le tout en automatisé. Si c&#8217;est bien fait, vous ne pensez pas que le site de votre client va monter haut, très haut <span style="text-decoration: line-through;">et va même monter au-dessus du logo Google</span> ?</p>
<p>Et si vous voulez prendre des raccourcis et <a href="http://www.discodog.fr/linkfarmevolution-lfe-aka-le-script-dont-nous-revions.html">faire évoluer votre ferme de liens</a>, rien ne vous en empêche !</p>
<p><strong>Bref, au fil de sa vie, le référenceur se crée son capital, et ce capital-là, c&#8217;est sa capacité à poser du backlink facilement et un peu partout.</strong></p>
<p>Je sais, c&#8217;est le deuxième article où je réduis le métier de SEO à trouver du backlink, mais honnêtement, sauf pour la longue traîne, qu&#8217;est-ce qu&#8217;on en a à taper du contenu ?</p>
<p>Attention, je distingue le <strong>&#8220;référencement&#8221; </strong>où je veux monter sur des expressions bien précises, de la génération de trafic qui, on le sait tous, se fait à 80% sur des requêtes uniques (&#8221;manger chips pizzeria haute savoie&#8221;, ou &#8220;creer site sur mon chat qui a 27 ans&#8221;), nécessitant donc du contenu en très grosse quantité&#8230;</p>
<p>Mais comme dit, vos clients ne vous paient pas pour écrire des articles sur le décolletage en haute savoie sous tous ses aspects. On vous paie pour du backlink.</p>
<p>Et voilà un lien qui n&#8217;a rien à voir si vous voulez continuer la réflexion : <a href="http://acidcow.com/pics/4553-dead-flies-art-15-pics.html/">http://acidcow.com/pics/4553-dead-flies-art-15-pics.html/</a></p>
<p>Edit : Merci à Gwaradenn de <a href="http://www.gnomecorp.fr">concours SEO</a> d&#8217;avoir relevé une coquille de liens (le pire type de coquilles) dans l&#8217;article.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deliciouscadaver.com/loueur-de-backlinks-le-futur-du-metier-de-seo.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Viré de wikio ! Et réflexions sur le negative SEO et le fliquage de google</title>
		<link>http://www.deliciouscadaver.com/vire-de-wikio-et-reflexions-sur-le-negative-seo-et-le-fliquage-de-google.html</link>
		<comments>http://www.deliciouscadaver.com/vire-de-wikio-et-reflexions-sur-le-negative-seo-et-le-fliquage-de-google.html#comments</comments>
		<pubDate>Sun, 18 Oct 2009 16:05:49 +0000</pubDate>
		<dc:creator>512banque</dc:creator>
		
		<category><![CDATA[Annuaires]]></category>

		<category><![CDATA[Backlinks]]></category>

		<category><![CDATA[Sécurité]]></category>

		<category><![CDATA[Techniques]]></category>

		<guid isPermaLink="false">http://www.deliciouscadaver.com/?p=251</guid>
		<description><![CDATA[Fallait s&#8217;y attendre, avec mon idée débile de vote automatique sur wikio, ils m&#8217;ont viré.
Mouarf.
Ca me fait pas une grosse perte.
Mais le sujet du shootage en général mérite débat :
Si j&#8217;ai pu faire bannir mon site en &#8220;spammant&#8221; leur système de votre qui date des années 2000, wedoo et compagnie, j&#8217;aurais pû faire bannir n&#8217;importe [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.deliciouscadaver.com/wp-content/uploads/2009/10/wikio.gif"><img class="size-medium wp-image-252 aligncenter" title="wikio" src="http://www.deliciouscadaver.com/wp-content/uploads/2009/10/wikio-300x87.gif" alt="" width="300" height="87" /></a></p>
<p>Fallait s&#8217;y attendre, avec mon idée débile de vote automatique sur wikio, ils m&#8217;ont viré.</p>
<p>Mouarf.</p>
<p>Ca me fait pas une grosse perte.</p>
<p>Mais le sujet du shootage en général mérite débat :</p>
<p>Si j&#8217;ai pu faire bannir mon site en &#8220;spammant&#8221; leur système de votre qui date des années 2000, wedoo et compagnie, j&#8217;aurais pû faire bannir n&#8217;importe quel autre site, en faisant le coup de l&#8217;image qui ouvre l&#8217;URL de vote.</p>
<p>D&#8217;où une réflexion plus générale sur les critères offsite qui permettent de juger du comportement spammy d&#8217;un webmaster : <strong>au nom de quoi peut-on virer un site au motif qu&#8217;il reçoit des liens spammeux ?</strong></p>
<h2>Are you a spammeur ?</h2>
<p>Les seuls éléments permettant de déterminer qu&#8217;un webmaster est un spammeur qui ne respecte pas les 10 commandements de la divinité Google, sont les éléments onsite.</p>
<p>Se baser sur le fait que plein de liens pointent vers ce site, quand bien même le crime lui profite, n&#8217;est pas suffisant pour pouvoir shooter son site.</p>
<p>Exemple : <a href="http://www.insolite-du-geek.fr/insolite-du-geek-suspendu-pour-cause-de-spam-ah/">L&#8217;insolite du geek a été suspendu pour cause de spam</a>. Pourtant, nulle trace de spam sur le site lui-même, ni sur le serveur via envoi massif d&#8217;emails, etc.</p>
<p>Ce serait plutôt à cause d&#8217;un afflux de liens spammeux. Si l&#8217;insolite du geek s&#8217;est (peut-être ?) effectivement grillé en y allant trop fort, qu&#8217;est-ce qui prouve qu&#8217;un concurrent mal intentionné ne s&#8217;est pas lâché ?</p>
<p>Autre exemple : la principale page optimisée d&#8217;un site pro dont je tairai l&#8217;adresse a été désindexée pour cause de spam referer trop important. Si je me suis fait prendre, qu&#8217;est-ce qui prouve que ça n&#8217;a pas été un concurrent qui s&#8217;en est donné à coeur joie ?</p>
<p>Aussi, récemment, j&#8217;ai spammé un top à la noix qui se base sur un système de in.php?id=32 et out.php?id=32. Sauf que j&#8217;ai spammé ce top pour mon site, et <a href="http://www.islamic-events.be/">le site d&#8217;un ami</a>&#8230; et j&#8217;ai laissé tourner le script en l&#8217;oubliant. Résultat, nous nous sommes fait shooter du top en question, par ma faute. Autant, &#8220;bien fait pour moi&#8221;, mais l&#8217;autre site a assisté impuissant à son shootage, sans pouvoir rien faire (sympa le pote).</p>
<p>Dernier cas, imaginaire, mais beaucoup plus grave : imaginons que je crée un MFA avec plein d&#8217;images à côté des pubs, du cloaking, du spam et du texte en blanc sur fond blanc, <strong>et que je place les publicités d&#8217;un compte adsense d&#8217;un concurrent&#8230;</strong> Imaginez que son compte adsense se fasse fermer, vous imaginez les conséquences pour lui ? Ou beaucoup plus simple, que je clique de manière abusive sur ses pubs sur son site. Imaginez les heures à passer avec Google à essayer de prouver qu&#8217;il n&#8217;est pas à l&#8217;origine du forfait.</p>
<p>Bref, selon moi, Google (entre autres) est tiraillé entre l&#8217;envie de shooter des sites &#8220;à qui profite le crime&#8221; et créer injustement des dommages collatéraux.</p>
<h2>Cadeau empoisonné</h2>
<p>On parle d&#8217;IP, de classe C, etc. Quoi qu&#8217;on en dise, ces éléments ne suffisent pas à identifier à coup sûr le propriétaire d&#8217;un site. Le whois, à la limite, si, et encore on peut facilement utiliser des prêtes-noms.</p>
<p>En revanche, il existe des éléments permettant d&#8217;identifier à coup sûr le propriétaire d&#8217;un site aux yeux de google : analytics, et webmaster tools (et par recoupage, feedburner).</p>
<p>Dans Analytis, GWT et feedburner, vous retrouvez toujours l&#8217;élément infaillible pour déterminer l&#8217;identité de quelqu&#8217;un : une double validation du compte. A partir du moment où on accepte le cadeau de google, il faut que l&#8217;on s&#8217;identifie et que l&#8217;on colle un fichu code sur son site, et c&#8217;est à ce moment précis que le piège se referme sur le SEO naïf qui-débarque-de-chez-WRI : s&#8217;il fanfaronne de pouvoir obtenir quelques informations à faible valeur ajoutée, il vient de prouver à son pote Google que le site lui appartient.</p>
<p>Bien sûr, Google jure (wallalaradime) qu&#8217;il n&#8217;utilisera ô grand jamais ce genre de données pour nous fliquer, nous traquer et nous atomiser, pauvres SEO que nous sommes. Et quelles raisons auriont nous de ne pas lui faire confiance ?</p>
<p>Ben oui, Google ne ment jamais, c&#8217;est bien connu !</p>
<p>Google <strong>ne ment pas</strong> quand il dit <a href="http://www.laboratoire-referencement.fr/suivi-lien-nofollow.php">qu&#8217;il ne suit pas les liens nofollow</a>.</p>
<p>Google <strong>ne ment pas non plus</strong> quand il dit <a href="http://www.seoblackout.com/2009/10/01/meta-robots-noarchive/">qu&#8217;il n&#8217;archive pas les pages avec le meta &#8220;noarchive&#8221;</a>.</p>
<p>Alors, quelles raisons aurions-nous de nous inquiéter ?</p>
<p>Googlolâtres : bande de nazes !</p>
<h2>Le référenceur efficace : un mec qui vaut de l&#8217;or</h2>
<p>Un taux d&#8217;utilisation d&#8217;internet en constante augmentation + une amélioration constante de l&#8217;algorithme de Google tirant vers une plus grande pertinence = <strong>une confiance quasi aveugle dans les résultats fournis par google</strong>.</p>
<p>Qui tape encore &#8220;www.rueducommerce.fr&#8221; dans sa barre d&#8217;adresse ? Tout le monde tape dans google &#8220;rue du commerce&#8221; et clique sur le 1er lien. En plus ça permet de régler la question du &#8220;c&#8217;est quoi déjà, un .fr ou un .com ?&#8221;. Bref, c&#8217;était un simple détail pour montrer la confiance que l&#8217;on a en Google.</p>
<p>Dans un contexte de confiance aveugle du public dans les résultats fournis par google, vous pouvez largement vous représenter la valeur (monétaire) d&#8217;un référenceur efficace. Et vous pouvez vous imaginer comment google va tout faire pour le combattre.</p>
<p>Le référenceur viole google. Et google n&#8217;aime pas se faire violer. Ca remet en question son existence même : google dit &#8220;je suis tellement puissant et pertinent que j&#8217;arrive à choisir les sites qui méritent d&#8217;être mis en avant&#8221; et le référenceur lui dit &#8220;non, tu la fermes, ce n&#8217;est pas ce site qu&#8217;il faut mettre en 1ère page, mais plutôt celui là&#8221; et google bouffe sans broncher, parce qu&#8217;il n&#8217;a pas d&#8217;autre choix.</p>
<h2>La riposte du géant</h2>
<p>Pensez-vous honnêtement que Google va se laisser faire et en redemander en plus ?</p>
<p>Imaginez les moyens que Google va employer pour shooter les référenceurs un peu trop bourrins&#8230;</p>
<p>Il y a déjà re-captcha que google vient d&#8217;acquérir pour combattre le spam.</p>
<p>Mais je serais google, j&#8217;en utiliserais déjà 3 que j&#8217;ai à portée pour identifier les fermes de liens. 3 qui me disent à coup sûr qui se cache derrière un site. Je sais pas vous, mais moi j&#8217;en vois 3 qui clignotent en rouge : analytics, gwt et feedburner (c&#8217;est d&#8217;ailleurs pourquoi je suis passé à piwik pour les stats).</p>
<p>Evidemment, si j&#8217;étais google, je le ferais de manière très sporadique pour faire passer mes interventions pour des légendes urbaines. Je ne tomberais pas dans l&#8217;erreur de débutant qui consiste à me faire griller, me faire reverse-engineerer en adoptant un comportement trop visible, mais je shooterais que les sites les plus bling bling en matière de spam, et je pondèrerais les autres un peu moins, sous risque de donner l&#8217;alerte.</p>
<h2>La bonne nouvelle dans tout ça</h2>
<p>On peut en déduire un principe simple dans toute cette histoire : plus google combat le spam efficacement, plus il valorise ceux qui passent à travers les mailles du filet.</p>
<p>Et puis moi je retourne sur <a href="http://www.onnouscachetout.com">onnouscachetout.com</a> et promis, demain, j&#8217;arrête les acides.</p>
<p> <img src='http://www.deliciouscadaver.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Don&#8217;t be evil</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/9RDe2Ia6YlM&#038;hl=fr&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/9RDe2Ia6YlM&#038;hl=fr&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deliciouscadaver.com/vire-de-wikio-et-reflexions-sur-le-negative-seo-et-le-fliquage-de-google.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Astuce très puissante pour référencer un site</title>
		<link>http://www.deliciouscadaver.com/astuce-tres-puissante-pour-referencer-un-site.html</link>
		<comments>http://www.deliciouscadaver.com/astuce-tres-puissante-pour-referencer-un-site.html#comments</comments>
		<pubDate>Tue, 06 Oct 2009 13:56:51 +0000</pubDate>
		<dc:creator>512banque</dc:creator>
		
		<category><![CDATA[Annuaires]]></category>

		<category><![CDATA[Backlinks]]></category>

		<category><![CDATA[Contenu]]></category>

		<category><![CDATA[Sécurité]]></category>

		<category><![CDATA[Techniques]]></category>

		<guid isPermaLink="false">http://www.deliciouscadaver.com/?p=244</guid>
		<description><![CDATA[Je suis de bonne humeur aujourd&#8217;hui, et j&#8217;ai choisi de vous révéler gratuitement le secret le mieux gardé au monde : celui du SEO.
A la fin de cet article, vous aurez appris le secret fondamental du référencement.
Vous saurez comment propulser un site en haut des SERPs, un secret que les référenceurs gardent jalousement de génération [...]]]></description>
			<content:encoded><![CDATA[<p>Je suis de bonne humeur aujourd&#8217;hui, et j&#8217;ai choisi de vous révéler gratuitement le secret le mieux gardé au monde : celui du SEO.</p>
<p>A la fin de cet article, vous aurez appris le secret fondamental du référencement.</p>
<p>Vous saurez comment propulser un site en haut des SERPs, un secret que les référenceurs gardent jalousement de génération en génération.</p>
<p>Cette technique ancestrale vous permettra de savoir comment référencer un site tout en vous adaptant aux changements d&#8217;algorithmes successifs.</p>
<blockquote><p>Avant de lire cet article, j&#8217;étais nul et mal dans ma peau. Maintenant que je l&#8217;ai lu, je vais bien mieux et j&#8217;ai plein d&#8217;amis, ma femme est revenue et je gagne 3000€/jour sans rien faire.</p>
<p style="text-align: right;">Teddy</p>
</blockquote>
<p style="text-align: left;">N&#8217;attendez plus !</p>
<h2 style="text-align: left;"><span style="background: yellow none repeat scroll 0% 0%; color: #ff0000;">Oui 512banque, je veux apprendre maintenant comment référencer un site !</span></h2>
<p>Ok, alors ouvrez grand vos yeux car ça va être violent.</p>
<p>Le référencement, c&#8217;est learning by doing. Donc voici la démarche en 4 temps pour référencer votre site :</p>
<p>1) Benchmarkez-vous : analysez la structure des backlinks de vos concurrents, et l&#8217;optimisation de leurs pages</p>
<p>et</p>
<p>2) Faites plus ou moins la même chose (voire mieux si possible !) sur votre site</p>
<p>puis</p>
<p>3) Regardez ce qui se passe</p>
<p>et</p>
<p>4) Avisez puis Revenez à la case 1)</p>
<p>Maintenant, imprimez ça et collez le au dessus de votre lit.</p>
<p><a href="http://www.deliciouscadaver.com/wp-content/uploads/2009/10/microsoft-word-2.jpg"><img class="aligncenter size-full wp-image-245" title="microsoft-word-2" src="http://www.deliciouscadaver.com/wp-content/uploads/2009/10/microsoft-word-2.jpg" alt="" width="320" height="310" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deliciouscadaver.com/astuce-tres-puissante-pour-referencer-un-site.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
