<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7926064972926475734</id><updated>2012-03-03T17:45:46.816-08:00</updated><category term='Estrategias de contenidos'/><category term='Nota técnica'/><category term='Wordpress'/><category term='Mensajes'/><category term='Herramientas'/><category term='Link Building'/><category term='Artículo SEO'/><category term='Ganar dinero'/><category term='Promoción Social Media'/><category term='Tips de blogger'/><category term='No funcionó'/><category term='Tip Técnico'/><title type='text'>Proyecto Analibius</title><subtitle type='html'>Un nuevo concepto en SEO</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>33</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-2218897211422545541</id><published>2012-03-03T17:45:00.001-08:00</published><updated>2012-03-03T17:45:46.823-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tip Técnico'/><title type='text'>Bajar el consumo de recursos de los spiders en tu sitio</title><content type='html'>&lt;p align="justify"&gt;Cuando se contratan server de hosting baratos, estos dicen ser ilimitados pero no lo son. Si te pasas de la raya te cortan el servicio. Por lo que si tienes un poquito de tráfico, estás en riesgo de que te echen y no te den más el servicio. Créase o no, los spider, crawlers y bots que andan por la red generan el 50% aproximadamente de las visitas a tu sitio. Google se la pasa mirando si no has tenido alguna modificación para indexar todo cuanto antes. Por lo que hay que pedirle que no sea tan molesto y no genere una excesiva carga en nuestro servidor baratito.&lt;/p&gt; &lt;p align="justify"&gt;Una de las formas es modificar el robots.txt y agregar una línea de comando pidiendo que acceda más espaciadamente. Esto de esapaciado puede ser –por ejemplo- no más de un acceso cada 20 segundos. No te modificará en nada la velocidad con que tendrás tus páginas indexadas, pero te puede hacer una gran diferencia en la carga de tu servidor.&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;Crawl-delay: 20&lt;/p&gt;&lt;/blockquote&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-2218897211422545541?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/2218897211422545541/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2012/03/bajar-el-consumo-de-recursos-de-los.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/2218897211422545541'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/2218897211422545541'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2012/03/bajar-el-consumo-de-recursos-de-los.html' title='Bajar el consumo de recursos de los spiders en tu sitio'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-2442900391264933161</id><published>2012-03-03T17:30:00.001-08:00</published><updated>2012-03-03T17:33:26.384-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tip Técnico'/><title type='text'>Hotlinking – como evitar que te roben ancho de banda</title><content type='html'>&lt;p&gt;En el root de los servers existe un archivo llamado .htaccess que tiene en su control redireccionamientos y otras cosas delicadas del sistema. Es allí donde podemos agregar unas líneas para que cuando hay un acceso desde otro sitio para mostrar una imagen, mostramos otra cosa. Al final del .htaccess agregamos entonces las siguientes líneas reemplazando donde dice MISITIO la URL de tu blog y donde dice PATHIMAGENDESTINO la imagen que queremos mostrar en su lugar que conviene ponerla en un servidor gratuito de imágenes x ej &lt;a href="http://www.flickr/"&gt;http://www.flickr/&lt;/a&gt;….. Aprovechen y pongan alguna publicidad de algo propio así lo obtienen gratuitamente.&lt;/p&gt; &lt;p&gt;Si estás utilizando blogger esto no lo podrás hacer por falta de acceso al .htaccess pero además no te hará falta ya que el ancho de banda de google es ilimitado. Si tienes contratado un hosting de 5 dólares por mes donde tienes un Wordpress, te será de gran utilidad si tu sitio ya tiene un tiempo y seguramente algún pillo ha hecho hotlink de tus imágenes.&lt;/p&gt; &lt;p&gt;# BEGIN HotLink Off&lt;br&gt;RewriteEngine On&lt;br&gt;RewriteCond %{HTTP_REFERER} !^http://(.+\.)?MISITIO\.com/ [NC]&lt;br&gt;RewriteCond %{HTTP_REFERER} !^$&lt;br&gt;RewriteRule .*\.(jpe?g|gif|bmp|png|jpg)$ PATHIMAGENREEMPLAZO [L]&lt;/p&gt; &lt;p&gt;# END HotLink Off&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-2442900391264933161?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/2442900391264933161/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2012/03/hotlinking-como-evitar-que-te-roben.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/2442900391264933161'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/2442900391264933161'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2012/03/hotlinking-como-evitar-que-te-roben.html' title='Hotlinking – como evitar que te roben ancho de banda'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-4174094694918195486</id><published>2012-02-24T13:07:00.001-08:00</published><updated>2012-02-24T13:18:29.878-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Link Building'/><title type='text'>Sitios de blogs gratuitos para link buisding por PR</title><content type='html'>&lt;p&gt;&lt;a href="http://farm8.staticflickr.com/7145/6677873721_1a7ea00bf2_b.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh6.ggpht.com/-fPABOfGcREk/T0f7-pOgeWI/AAAAAAAAHV8/G7GSbS6TlPQ/image%25255B6%25255D.png?imgmax=800" width="540" height="450"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;US-based: 68 (sorted by &lt;acronym title="Page Ranking"&gt;PR&lt;/acronym&gt;) &lt;/p&gt; &lt;div style="margin: 5px 20px 20px"&gt; &lt;div style="margin-bottom: 2px" class="smallfont"&gt;Code:&lt;/div&gt;&lt;pre style="border-bottom: 1px inset; text-align: left; border-left: 1px inset; padding-bottom: 6px; margin: 0px; padding-left: 6px; width: 510px; padding-right: 6px; height: 498px; overflow: auto; border-top: 1px inset; border-right: 1px inset; padding-top: 6px" dir="ltr" class="alt2"&gt;wordpress.com,pr9&lt;br /&gt;livejournal.com,pr8&lt;br /&gt;my.opera.com,pr8&lt;br /&gt;tripod.com,pr8&lt;br /&gt;tumblr.com,pr8&lt;br /&gt;typepad.com,pr8&lt;br /&gt;weebly.com,pr8&lt;br /&gt;angelfire.com,pr7&lt;br /&gt;multiply.com,pr7&lt;br /&gt;my.telegraph.co.uk,pr7&lt;br /&gt;officelive.com,pr7&lt;br /&gt;posterous.com,pr7&lt;br /&gt;rediff.com,pr7&lt;br /&gt;salon.com,pr7&lt;br /&gt;wikidot.com,pr7&lt;br /&gt;wikispaces.com,pr7&lt;br /&gt;yola.com,pr7&lt;br /&gt;webs.com,pr7&lt;br /&gt;squidoo.com,pr7&lt;br /&gt;areavoices.com,pr6&lt;br /&gt;blog.com,pr6&lt;br /&gt;blogger.com,pr6&lt;br /&gt;doodlekit.com,pr6&lt;br /&gt;edublogs.org,pr6&lt;br /&gt;fc2.com,pr6&lt;br /&gt;gather.com,pr6&lt;br /&gt;hubpages.com,pr6&lt;br /&gt;onsugar.com,pr6&lt;br /&gt;quizilla.teennick.com,pr6&lt;br /&gt;travelblog.org,pr6&lt;br /&gt;ucoz.com,pr6&lt;br /&gt;webspawner.com,pr6&lt;br /&gt;wetpaint.com,pr6&lt;br /&gt;xanga.com,pr6&lt;br /&gt;blinkweb.com,pr5&lt;br /&gt;blogetery.com,pr5&lt;br /&gt;devhub.com,pr5&lt;br /&gt;flixya.com,pr5&lt;br /&gt;getjealous.com,pr5&lt;br /&gt;insanejournal.com,pr5&lt;br /&gt;livelogcity.com,pr5&lt;br /&gt;ohlog.com,pr5&lt;br /&gt;shutterfly.com,pr5&lt;br /&gt;snappages.com,pr5&lt;br /&gt;spruz.com,pr5&lt;br /&gt;thoughts.com,pr5&lt;br /&gt;zoomshare.com,pr5&lt;br /&gt;2itb.com,pr4&lt;br /&gt;blogge.rs,pr4&lt;br /&gt;bloghi.com,pr4&lt;br /&gt;blogreaction.com,pr4&lt;br /&gt;blurty.com,pr4&lt;br /&gt;inube.com,pr4&lt;br /&gt;lifeyo.com,pr4&lt;br /&gt;myblogsite.com,pr4&lt;br /&gt;mywapblog.com,pr4&lt;br /&gt;mytripjournal.com,pr4&lt;br /&gt;yousaytoo.com,pr4&lt;br /&gt;spi-blog.com,pr4&lt;br /&gt;bcz.com,pr3&lt;br /&gt;blogster.com,pr3&lt;br /&gt;iblog.at,pr3&lt;br /&gt;weblogplaza.com,pr3&lt;br /&gt;spyuser.com,pr3&lt;br /&gt;sweetcircles.com,pr3&lt;br /&gt;blogpico.com,pr2&lt;br /&gt;evood.com,pr2&lt;br /&gt;uwcblog.com,pr2&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;non-US English: 30 (sorted by &lt;acronym title="Page Ranking"&gt;PR&lt;/acronym&gt;) &lt;/p&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px"&gt;&lt;br /&gt;&lt;div style="margin-bottom: 2px" class="smallfont"&gt;Code:&lt;/div&gt;&lt;pre style="border-bottom: 1px inset; text-align: left; border-left: 1px inset; padding-bottom: 6px; margin: 0px; padding-left: 6px; width: 510px; padding-right: 6px; height: 498px; overflow: auto; border-top: 1px inset; border-right: 1px inset; padding-top: 6px" dir="ltr" class="alt2"&gt;jimdo.com,pr7&lt;br /&gt;page.tl,pr7&lt;br /&gt;webnode.com,pr7&lt;br /&gt;journalspace.com,pr6&lt;br /&gt;springnote.com,pr6&lt;br /&gt;soup.io,pr6&lt;br /&gt;blog.co.uk,pr6&lt;br /&gt;webstarts.com,pr6&lt;br /&gt;moonfruit.com,pr6&lt;br /&gt;hpage.com,pr5&lt;br /&gt;ewebsite.com,pr5&lt;br /&gt;webgarden.com,pr5&lt;br /&gt;beep.com,pr5&lt;br /&gt;350.com,pr5&lt;br /&gt;freehostia.com,pr5&lt;br /&gt;freeflux.net,pr5&lt;br /&gt;qapacity.com,pr5&lt;br /&gt;dinstudio.com,pr5&lt;br /&gt;iseekblog.com,pr4&lt;br /&gt;bloggum.com,pr4&lt;br /&gt;doomby.com,pr4&lt;br /&gt;blog.ca,pr4&lt;br /&gt;wallinside.com,pr4&lt;br /&gt;hipero.com,pr4&lt;br /&gt;quechup.com,pr4&lt;br /&gt;fotopages.com,pr4&lt;br /&gt;freeblogspot.org,pr4&lt;br /&gt;sitew.com,pr3&lt;br /&gt;freeweb.me,pr3&lt;br /&gt;ibizlog.com,pr3&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;non-English &lt;/p&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px"&gt;&lt;br /&gt;&lt;div style="margin-bottom: 2px" class="smallfont"&gt;Code:&lt;/div&gt;&lt;pre style="border-bottom: 1px inset; text-align: left; border-left: 1px inset; padding-bottom: 6px; margin: 0px; padding-left: 6px; width: 510px; padding-right: 6px; height: 162px; overflow: auto; border-top: 1px inset; border-right: 1px inset; padding-top: 6px" dir="ltr" class="alt2"&gt;blog.de,pr6&lt;br /&gt;freeblog.hu,pr6&lt;br /&gt;alivenotdead.com,pr5&lt;br /&gt;blog.com.es,pr5&lt;br /&gt;blog.hr,pr5&lt;br /&gt;blog.nl,pr5&lt;br /&gt;hazblog.com,pr5&lt;br /&gt;punt.nl,pr5&lt;br /&gt;pimpblog.nl,pr3&lt;/pre&gt;&lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-4174094694918195486?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/4174094694918195486/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2012/02/us-based-68-sorted-by-pr-code-wordpress.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/4174094694918195486'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/4174094694918195486'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2012/02/us-based-68-sorted-by-pr-code-wordpress.html' title='Sitios de blogs gratuitos para link buisding por PR'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/-fPABOfGcREk/T0f7-pOgeWI/AAAAAAAAHV8/G7GSbS6TlPQ/s72-c/image%25255B6%25255D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-1293488523207341744</id><published>2012-01-03T16:49:00.001-08:00</published><updated>2012-01-03T16:49:48.052-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Wordpress'/><category scheme='http://www.blogger.com/atom/ns#' term='Nota técnica'/><title type='text'>Cómo cambiar Wordpress de subdirectorio</title><content type='html'>&lt;p&gt;Have you ever had the need to &lt;strong&gt;install wordpress in a subdirectory/subfolder&lt;/strong&gt; or even replicate a previous instalation of wordpress and simply couldn’t get it to work? &lt;p&gt;1) Let’s assume your site is magro.ic21.eu and you need to install it to magro.ic21.eu/foobar&lt;br&gt;2) Create the subdirectory (I’ named it &lt;strong&gt;foobar&lt;/strong&gt;)&lt;br&gt;3) Move all files from the previous wordpress directory to &lt;strong&gt;foobar&lt;/strong&gt;&lt;br&gt;4) You’ll notice that magro.ic21.eu/foobar will not have any posts displayed and wp-admin will not work.&lt;br&gt;5) Go to mysql prompt and issue the following command:&lt;br&gt;&lt;code&gt;update wp_options set option_value='&lt;strong&gt;http://magro.ic21.eu/foobar&lt;/strong&gt;' where option_name = 'home' or option_name = 'siteurl';&lt;/code&gt; &lt;p align="center"&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;NOTE: You need to change magro.ic21.eu/foobar with your site/subdirectory name!!!&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-1293488523207341744?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/1293488523207341744/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2012/01/como-cambiar-wordpress-de-subdirectorio.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/1293488523207341744'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/1293488523207341744'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2012/01/como-cambiar-wordpress-de-subdirectorio.html' title='Cómo cambiar Wordpress de subdirectorio'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-6302906088632146916</id><published>2012-01-03T14:18:00.001-08:00</published><updated>2012-01-03T14:18:11.662-08:00</updated><title type='text'>facebook clickjacking howto</title><content type='html'>&lt;p&gt;&lt;strong&gt;facebook clickjacking howto&lt;/strong&gt; allows setting up a website where users will do a facebook like without their knowledge when clicking any link on the page. This works by dragging an invisible (very low opacity) facebook like button bellow the mouse when the user hovers a link. &lt;h4&gt;How it works&lt;/h4&gt; &lt;p&gt;Since we cannot inject css or javascript inside the facebook iframe, we cannot change the cursor:pointer css property when the mouse is over the like button, so it would be suspicious to have a page always with a clicking-hand mouse cursor. The workaround was making the like button follow the mouse when it’s normal to have a clicking-hand mouse cursor (cursor:pointer) such as when hovering a link!  &lt;p&gt;After clicking a link, the user will like the current page in facebook and will in fact be redirected to the href (through javascript magic – document.location.href) and a cookie will be defined so that the facebook like button no longer appears in future page loads. &lt;h4&gt;Mitigation&lt;/h4&gt; &lt;p&gt;The purpose of this script is creating a discussion about how to &lt;strong&gt;PREVENT clickjacking&lt;/strong&gt; and by using this script for any reason other than security debugging you might be violating Facebook Terms and Service Statements and might lose your Facebook account.  &lt;p&gt;As such, the code you have below it’s easily found on the web if you use it in your website and I’ll personally report you if you use it for malicious reasons.  &lt;h4&gt;What we’ll see in the future&lt;/h4&gt; &lt;p&gt;Before discussing how clickjacking will evolve, there is an important assumption to keep in mind: it’s possible to share a website not directly connected to where the like button is placed, meaning I might place a like button in fernandomagro.com liking another website/domain.  &lt;p&gt;So, it’s possible to create a database of websites and generate a lot of different like buttons consecutively in the same website.  &lt;p&gt;Wrapping it all up, when Facebook Clickjacking goes viral, I believe we will start seeing consecutive clickjacking likes/shares from malicious websites with huge galleries where a lot of clicking takes place. Example: having a gallery with 500 interesting pictures, imagine clicking those galleries for 2 hours and then returning to facebook and realizing the account was flooded with a huge amount of unrequested likes.  &lt;h4&gt;Install it&lt;/h4&gt; &lt;p&gt;I managed to wrap it all up around a nice javascript file that you just need to include to make it work in your webpage. &lt;p&gt;Change the headers of your webpage with the following:&lt;pre&gt;&lt;code&gt;&amp;lt;script src="http://code.jquery.com/jquery-1.5.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script src="http://connect.facebook.net/en_US/all.js#xfbml=1"&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script&amp;gt;window.DO_CLICKJACKING = 1&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script src="clickjacking.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;p&gt;Then, download the file &lt;a href="http://fernandomagro.com/clickjacking.js"&gt;clickjacking.js&lt;/a&gt; and put it in an accessible folder:&lt;pre&gt;&lt;code&gt;var $J = jQuery.noConflict(); &lt;br /&gt;&lt;br /&gt;// solve: images and floating divs&lt;br /&gt;function heightestChild(elem)&lt;br /&gt;{&lt;br /&gt;	var t=0;&lt;br /&gt;	var t_elem;&lt;br /&gt;	$J("*",elem).each(function () {&lt;br /&gt;	    if ( $J(this).outerHeight(true) &amp;gt; t ) {&lt;br /&gt;	        t_elem=$J(this);&lt;br /&gt;	        t=t_elem.outerHeight(true);&lt;br /&gt;	    }&lt;br /&gt;	});&lt;br /&gt;	// we care about the heighest&lt;br /&gt;	if (elem.outerHeight(true) &amp;gt; t)&lt;br /&gt;	{&lt;br /&gt;		t = elem.outerHeight(true);&lt;br /&gt;	}&lt;br /&gt;&lt;br /&gt;	//return elem.outerHeight(true);&lt;br /&gt;	return t+3; // hotfix&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;function highestOffsetTop(elem)&lt;br /&gt;{&lt;br /&gt;	var t=elem.offset().top;&lt;br /&gt;	var t_elem;&lt;br /&gt;	$J("*",elem).each(function () {&lt;br /&gt;	    if ( $J(this).offset().top &amp;lt; t ) {&lt;br /&gt;	        t_elem=$J(this);&lt;br /&gt;	        t=t_elem.offset().top;&lt;br /&gt;	    }&lt;br /&gt;	});&lt;br /&gt;	// we only care about the object that is most on top&lt;br /&gt;	if (elem.offset().top &amp;lt; t)&lt;br /&gt;	{&lt;br /&gt;		t = elem.offset().top;&lt;br /&gt;	}&lt;br /&gt;&lt;br /&gt;	//return elem.offset().top;&lt;br /&gt;	return t+3;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;// 57 19 63&lt;br /&gt;&lt;br /&gt;$J(document).ready(function(){&lt;br /&gt;	if (window.DO_CLICKJACKING) { // wrap up EVERYTHING&lt;br /&gt;&lt;br /&gt;	/*$J("body").append('&amp;lt;div id="clickjacking" style="position:absolute;display:block;opacity:0.01;-khtml-opacity:.01;-moz-opacity:.01;filter:alpha(opacity=1);"&amp;gt;&amp;lt;fb:like layout="button_count" show_faces="false" width="100"&amp;gt;&amp;lt;/fb:like&amp;gt;&amp;lt;/div&amp;gt;');*/&lt;br /&gt;	$J("body").append('&amp;lt;div id="clickjacking" style="position:absolute;display:block;"&amp;gt;&amp;lt;fb:like layout="button_count" show_faces="false" width="100"&amp;gt;&amp;lt;/fb:like&amp;gt;&amp;lt;/div&amp;gt;');&lt;br /&gt;&lt;br /&gt;	var elementWidth = 0;&lt;br /&gt;	var elementHeight = 0;&lt;br /&gt;	var theElement = '';&lt;br /&gt;	var likeDone = 0;&lt;br /&gt;&lt;br /&gt;	if ($J.cookie("clickjacking_"+escape(document.URL)) == 1)&lt;br /&gt;	{&lt;br /&gt;		likeDone = 1;&lt;br /&gt;	}&lt;br /&gt;&lt;br /&gt;	// fired when the user clicks a link (likes our page) -&amp;gt; clickjacking is done&lt;br /&gt;	FB.Event.subscribe('edge.create', function(response) {&lt;br /&gt;		  $J("#clickjacking").css("display", "none");&lt;br /&gt;		  likeDone = 1;&lt;br /&gt;		  $J.cookie("clickjacking_"+escape(document.URL), "1");&lt;br /&gt;		  // let the user actually go to the link he clicked.&lt;br /&gt;		  window.location.href = theElement.attr('href');&lt;br /&gt;	});&lt;br /&gt;&lt;br /&gt;$J(document).mousemove(function(event) {&lt;br /&gt;		if (theElement != '')&lt;br /&gt;		{&lt;br /&gt;			if (event.pageY &amp;lt; (highestOffsetTop(theElement)-4) || event.pageY &amp;gt; (highestOffsetTop(theElement) + heightestChild(theElement)) || event.pageX &amp;lt; theElement.offset().left || event.pageX &amp;gt; (theElement.offset().left + theElement.width()) )&lt;br /&gt;			{&lt;br /&gt;				//alert(event.pageY + " " + theElement.height() + " " + theElement.offset().top);&lt;br /&gt;			/*	$J("#log").append("&amp;lt;p&amp;gt;mouse off the element LEFT " + event.pageX  + " " + theElement.offset().left + " " + (theElement.offset().left + theElement.width()) +  "&amp;lt;/p&amp;gt;");&lt;br /&gt;				$J("#log").append("&amp;lt;p&amp;gt;mouse off the element TOP " + event.pageY  + " " + highestOffsetTop(theElement) + " " + (highestOffsetTop(theElement) + heightestChild(theElement,true)) +  "&amp;lt;/p&amp;gt;");*/&lt;br /&gt;				theElement = ''; // the mouse is off theElement&lt;br /&gt;				$J("#clickjacking").css("display", "none");&lt;br /&gt;			}&lt;br /&gt;			else&lt;br /&gt;			{&lt;br /&gt;				if ($J.browser.msie) {&lt;br /&gt;					$J("#clickjacking").css("top",(event.pageY-15)+"px");&lt;br /&gt;					$J("#clickjacking").css("left",(event.pageX-20)+"px");&lt;br /&gt;				}&lt;br /&gt;				else&lt;br /&gt;				{&lt;br /&gt;					$J("#clickjacking").css("top",(event.pageY-5)+"px");&lt;br /&gt;					$J("#clickjacking").css("left",(event.pageX-20)+"px");&lt;br /&gt;				}&lt;br /&gt;			}&lt;br /&gt;		}&lt;br /&gt;});&lt;br /&gt;&lt;br /&gt;$J(document).delegate("a","mouseenter", function (){&lt;br /&gt;	// register mouse is inside element&lt;br /&gt;	if (likeDone == 0)&lt;br /&gt;	{&lt;br /&gt;		theElement = $J(this);&lt;br /&gt;		$J("#clickjacking").css("display", "block");&lt;br /&gt;	}&lt;br /&gt;}); &lt;br /&gt;&lt;br /&gt;} // window.DO_CLICKJACKING&lt;br /&gt;});&lt;br /&gt;&lt;br /&gt;/**&lt;br /&gt; * Cookie plugin&lt;br /&gt; *&lt;br /&gt; * Copyright (c) 2006 Klaus Hartl (stilbuero.de)&lt;br /&gt; * Dual licensed under the MIT and GPL licenses:&lt;br /&gt; * http://www.opensource.org/licenses/mit-license.php&lt;br /&gt; * http://www.gnu.org/licenses/gpl.html&lt;br /&gt; *&lt;br /&gt; */&lt;br /&gt;&lt;br /&gt;/**&lt;br /&gt; * Create a cookie with the given name and value and other optional parameters.&lt;br /&gt; *&lt;br /&gt; * @example $.cookie('the_cookie', 'the_value');&lt;br /&gt; * @desc Set the value of a cookie.&lt;br /&gt; * @example $.cookie('the_cookie', 'the_value', { expires: 7, path: '/', domain: 'jquery.com', secure: true });&lt;br /&gt; * @desc Create a cookie with all available options.&lt;br /&gt; * @example $.cookie('the_cookie', 'the_value');&lt;br /&gt; * @desc Create a session cookie.&lt;br /&gt; * @example $.cookie('the_cookie', null);&lt;br /&gt; * @desc Delete a cookie by passing null as value. Keep in mind that you have to use the same path and domain&lt;br /&gt; *       used when the cookie was set.&lt;br /&gt; *&lt;br /&gt; * @param String name The name of the cookie.&lt;br /&gt; * @param String value The value of the cookie.&lt;br /&gt; * @param Object options An object literal containing key/value pairs to provide optional cookie attributes.&lt;br /&gt; * @option Number|Date expires Either an integer specifying the expiration date from now on in days or a Date object.&lt;br /&gt; *                             If a negative value is specified (e.g. a date in the past), the cookie will be deleted.&lt;br /&gt; *                             If set to null or omitted, the cookie will be a session cookie and will not be retained&lt;br /&gt; *                             when the the browser exits.&lt;br /&gt; * @option String path The value of the path atribute of the cookie (default: path of page that created the cookie).&lt;br /&gt; * @option String domain The value of the domain attribute of the cookie (default: domain of page that created the cookie).&lt;br /&gt; * @option Boolean secure If true, the secure attribute of the cookie will be set and the cookie transmission will&lt;br /&gt; *                        require a secure protocol (like HTTPS).&lt;br /&gt; * @type undefined&lt;br /&gt; *&lt;br /&gt; * @name $.cookie&lt;br /&gt; * @cat Plugins/Cookie&lt;br /&gt; * @author Klaus Hartl/klaus.hartl@stilbuero.de&lt;br /&gt; */&lt;br /&gt;&lt;br /&gt;/**&lt;br /&gt; * Get the value of a cookie with the given name.&lt;br /&gt; *&lt;br /&gt; * @example $.cookie('the_cookie');&lt;br /&gt; * @desc Get the value of a cookie.&lt;br /&gt; *&lt;br /&gt; * @param String name The name of the cookie.&lt;br /&gt; * @return The value of the cookie.&lt;br /&gt; * @type String&lt;br /&gt; *&lt;br /&gt; * @name $.cookie&lt;br /&gt; * @cat Plugins/Cookie&lt;br /&gt; * @author Klaus Hartl/klaus.hartl@stilbuero.de&lt;br /&gt; */&lt;br /&gt;jQuery.cookie = function(name, value, options) {&lt;br /&gt;    if (typeof value != 'undefined') { // name and value given, set cookie&lt;br /&gt;        options = options || {};&lt;br /&gt;        if (value === null) {&lt;br /&gt;            value = '';&lt;br /&gt;            options.expires = -1;&lt;br /&gt;        }&lt;br /&gt;        var expires = '';&lt;br /&gt;        if (options.expires &amp;amp;&amp;amp; (typeof options.expires == 'number' || options.expires.toUTCString)) {&lt;br /&gt;            var date;&lt;br /&gt;            if (typeof options.expires == 'number') {&lt;br /&gt;                date = new Date();&lt;br /&gt;                date.setTime(date.getTime() + (options.expires * 24 * 60 * 60 * 1000));&lt;br /&gt;            } else {&lt;br /&gt;                date = options.expires;&lt;br /&gt;            }&lt;br /&gt;            expires = '; expires=' + date.toUTCString(); // use expires attribute, max-age is not supported by IE&lt;br /&gt;        }&lt;br /&gt;        // CAUTION: Needed to parenthesize options.path and options.domain&lt;br /&gt;        // in the following expressions, otherwise they evaluate to undefined&lt;br /&gt;        // in the packed version for some reason...&lt;br /&gt;        var path = options.path ? '; path=' + (options.path) : '';&lt;br /&gt;        var domain = options.domain ? '; domain=' + (options.domain) : '';&lt;br /&gt;        var secure = options.secure ? '; secure' : '';&lt;br /&gt;        document.cookie = [name, '=', encodeURIComponent(value), expires, path, domain, secure].join('');&lt;br /&gt;    } else { // only name given, get cookie&lt;br /&gt;        var cookieValue = null;&lt;br /&gt;        if (document.cookie &amp;amp;&amp;amp; document.cookie != '') {&lt;br /&gt;            var cookies = document.cookie.split(';');&lt;br /&gt;            for (var i = 0; i &amp;lt; cookies.length; i++) {&lt;br /&gt;                var cookie = jQuery.trim(cookies[i]);&lt;br /&gt;                // Does this cookie string begin with the name we want?&lt;br /&gt;                if (cookie.substring(0, name.length + 1) == (name + '=')) {&lt;br /&gt;                    cookieValue = decodeURIComponent(cookie.substring(name.length + 1));&lt;br /&gt;                    break;&lt;br /&gt;                }&lt;br /&gt;            }&lt;br /&gt;        }&lt;br /&gt;        return cookieValue;&lt;br /&gt;    }&lt;br /&gt;};&lt;/code&gt;&lt;br /&gt;&lt;/pre&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-6302906088632146916?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/6302906088632146916/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2012/01/facebook-clickjacking-howto.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/6302906088632146916'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/6302906088632146916'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2012/01/facebook-clickjacking-howto.html' title='facebook clickjacking howto'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-3396680263095866025</id><published>2012-01-03T13:51:00.001-08:00</published><updated>2012-01-03T13:51:55.747-08:00</updated><title type='text'>Facebook auto like script</title><content type='html'>&lt;p&gt;&lt;strong&gt;facebook auto like script&lt;/strong&gt; is a php script that allows liking friend’s posts or an external page or all posts in a facebook page with some level of randomness. The script comes in two versions, &lt;strong&gt;like friends posts&lt;/strong&gt; (iterates an user wall to like friends’ posts) and &lt;strong&gt;like external pages&lt;/strong&gt; (iterates a rss feed to retrieve external links to like).  &lt;p&gt;&lt;a href="http://fernandomagro.com/programming/facebook-auto-like-script/#likefriends"&gt;&lt;/a&gt; &lt;p&gt;&lt;a href="http://fernandomagro.com/programming/facebook-auto-like-script/#likeexternal"&gt;&lt;/a&gt; &lt;p&gt;Important update: if you’re looking for a way to automatically STEAL facebook likes from users that visit your website, then you should also read my &lt;a href="http://fernandomagro.com/programming/facebook-clickjacking-howto"&gt;facebook clickjacking howto&lt;/a&gt; blog post. I wrote it to raise awareness for this issue. You should try to understand it and focus on how to prevent it.  &lt;h4&gt;Like friends posts&lt;/h4&gt; &lt;p&gt;The script runs in background and iterates a user’s facebook page every random seconds to see if there are new posts added, if so there is a coin-flip with a user-defined probability value to see if those posts should be liked.  &lt;h5&gt;Like Friends Posts configurations&lt;/h5&gt;&lt;pre&gt;$login_email = "CHANGE THIS TO your-login-email";&lt;br /&gt;$login_pass = "CHANGE THIS TO your-password";&lt;br /&gt;$users = Array(&lt;br /&gt;            "CHANGE THIS TO A FRIEND'S USERNAME" =&amp;gt; 0.5,&lt;br /&gt;            "CHANGE THIS TO A FRIEND'S USERNAME" =&amp;gt; 0.9,&lt;br /&gt;            "CHANGE THIS TO A FRIEND'S USERNAME" =&amp;gt; 0.4,&lt;br /&gt;            "CHANGE THIS TO A FRIEND'S USERNAME" =&amp;gt; 0.2,&lt;br /&gt;         );&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;p&gt;That means that username1′s posts will have a 50% chance to be liked, username2′s posts will have 90% chance to be liked, and so on.&lt;br&gt;Remember to change your-login-email and your-password with the actual email and facebook password. &lt;br /&gt;&lt;h5&gt;Like Friends Posts Code&lt;/h5&gt;&lt;br /&gt;&lt;p&gt;Updated 11/01/2011&lt;pre&gt;CODE REMOVED MARCH 1, 2011 BY FACEBOOK'S REQUEST -- &lt;a href="http://fernandomagro.com/facebook_letter.pdf"&gt;check out the letter they sent me&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I asked that for taking down the code  they'd donate 5000€ for charity. Unfortunately I didn't get any response from the lawyers until now but I'll remove the code anyway (I'm just a nice guy).&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;h4&gt;Like External Pages&lt;/h4&gt;&lt;br /&gt;&lt;p&gt;&lt;strong&gt;Like external pages&lt;/strong&gt; is using an url like http://www.facebook.com/plugins/like.php?href=some_URL to inject a list of urls automatically without human interaction. &lt;br /&gt;&lt;h5&gt;Like External Pages configurations&lt;/h5&gt;&lt;pre&gt;CODE REMOVED MARCH 1, 2011 BY FACEBOOK'S REQUEST -- &lt;a href="http://fernandomagro.com/facebook_letter.pdf"&gt;check out the letter they sent me&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I asked that for taking down the code  they'd donate 5000€ for charity. Unfortunately I didn't get any response from the lawyers until now but I'll remove the code anyway (I'm just a nice guy).&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;h5&gt;Like External Pages tweaks&lt;/h5&gt;&lt;br /&gt;&lt;p&gt;You can tweak your script to work with the different types of rss feeds. Right now it’s optimized for feedburner where there is a , however you can comment that line on the script and uncomment the line referring to if you have some other type of rss feed. Locate the following in the above script: &lt;pre&gt;#preg_match_all("/&amp;lt;feedburner:origLink&amp;gt;([^&amp;lt;]+)&amp;lt;\/feedburner:origLink&amp;gt;/", $feed, $links);&lt;br /&gt;preg_match_all("/&amp;lt;link&amp;gt;([^&amp;lt;]+)&amp;lt;\/link&amp;gt;/", $feed, $links);&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;h4&gt;Like all posts in a facebook wall page&lt;/h4&gt;&lt;br /&gt;&lt;p&gt;By user request I made a modification in the initial script so that it crawls a facebook page and goes 5 pages deep liking every post it finds. To set it up, you need to change the header of the script like the other ones, but now there’s something else because you’ll have to fill in the page you want to crawl.&lt;pre&gt;1º Go to the page you want to crawl&lt;br /&gt;2º Copy the URL&lt;br /&gt;3º Paste the url in $fbpage&lt;br /&gt;4º Change www.facebook.com to m.facebook.com&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;p&gt;Important notes as of 23/Jan/2011: facebook blocks liking several posts at once from a certain page, so I added a sleep &lt;i&gt;timer&lt;/i&gt; so the urls are not fetched all at once, not sure it will help; You must remember to like the page itself before liking its posts, otherwise the like button won’t be available for the posts and the script won’t see it. &lt;br /&gt;&lt;h4&gt;Dummies and windows users&lt;/h4&gt;&lt;br /&gt;&lt;p&gt;1º Install &lt;a href="http://windows.php.net/downloads/releases/php-5.3.5-nts-Win32-VC9-x86.msi"&gt;PHP windows binaries&lt;/a&gt;&lt;br&gt;2º During the installation select “Do not setup a web server”&lt;br&gt;3º Download the script you wish from this post&lt;br&gt;4º Open it with WORDPAD (must be wordpad, notepad will give you everything without newlines)&lt;br&gt;5º Change the first lines of the script where it says /* ———– USER CONFIGURATIONS ———— */&lt;br&gt;6º Open cmd.exe (Start menu -&amp;gt; run -&amp;gt; cmd)&lt;br&gt;7º Locate the path where you extracted the script, example: C:\fbautolike\fbautolike.php&lt;br&gt;8º Type number 9º&lt;br&gt;9º php C:\fbautolike\fbautolike.php&lt;br /&gt;&lt;p&gt;Note: if you get a message saying “Could not open input file” then you’re typing the path wrong. To check if PHP is installed correctly, type: php -v &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-3396680263095866025?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/3396680263095866025/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2012/01/facebook-auto-like-script.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/3396680263095866025'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/3396680263095866025'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2012/01/facebook-auto-like-script.html' title='Facebook auto like script'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-7511928400067604729</id><published>2012-01-02T14:57:00.001-08:00</published><updated>2012-01-02T14:58:51.952-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Artículo SEO'/><title type='text'>Tabla de links necesarios para un PR determinado</title><content type='html'>&lt;p&gt;&lt;a href="http://lh3.ggpht.com/-VdbOw_xX3mE/TwI2YtBS9FI/AAAAAAAAHKU/llkjLGfCbfA/s1600-h/image%25255B4%25255D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="tabla de page rank" border="0" alt="tabla de page rank" src="http://lh5.ggpht.com/-Y8NzYf9nCp4/TwI2ZZcVcYI/AAAAAAAAHKc/ocGNjsHFScU/image_thumb%25255B2%25255D.png?imgmax=800" width="520" height="231"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;El PR ó Page Rank, es la medida de importancia que da Google a un sitio. Cuantos más links entrantes tiene el sitio más PR obtiene, pero este depende del PR de los sitios que enlazan al tuyo. Esta tabla muestra que un link entrante desde una página con PR 5, te da instantáneamente un PR3 mientras que para lograr lo mismo con links entrantes de PR 1, se necesitan 555.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-7511928400067604729?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/7511928400067604729/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2012/01/tabla-de-links-necesarios-para-un-pr.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/7511928400067604729'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/7511928400067604729'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2012/01/tabla-de-links-necesarios-para-un-pr.html' title='Tabla de links necesarios para un PR determinado'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/-Y8NzYf9nCp4/TwI2ZZcVcYI/AAAAAAAAHKc/ocGNjsHFScU/s72-c/image_thumb%25255B2%25255D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-4526996452718256361</id><published>2012-01-02T13:26:00.001-08:00</published><updated>2012-01-02T13:47:26.490-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Promoción Social Media'/><title type='text'>Generador de crédito en twiends</title><content type='html'>&lt;p&gt;Twiends es una comunidad de intercambio de seguidores en twitter. No es el lugar para explicar la importancia de tener cuentas de twitter con miles de seguidores, así que aquí el método para lograrlos mediante estas comunidades de intercambio y especialmente n twiends, lograr créditos para que nos sigan.&lt;/p&gt; &lt;p&gt;Primero elegir una de estas urls – reemplazando donde dice country por el país que quieran&lt;/p&gt; &lt;p&gt;&lt;a href="http://twiends.com/all"&gt;http://twiends.com/all&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://twiends.com/country"&gt;http://twiends.com/country&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Una vez allí poner el siguiente código en la barra de locación del navegador.&lt;/p&gt; &lt;p&gt;javascript: /* nemsis 4 bhw */ function tr_f() { var followlinks = []; for (var i=0; i &amp;lt; document.links.length; i++) {if (document.links[i].getAttribute("class")=="follow"){followlinks[followlinks.length] = document.links[i];}} /* nemsis 4 bhw */ for (var i=0; i&lt;followlinks.length ; tr_f();&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-4526996452718256361?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/4526996452718256361/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2012/01/generador-de-credito-en-twiends.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/4526996452718256361'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/4526996452718256361'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2012/01/generador-de-credito-en-twiends.html' title='Generador de crédito en twiends'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-5169805451878677366</id><published>2011-12-30T15:18:00.001-08:00</published><updated>2011-12-30T15:18:16.414-08:00</updated><title type='text'>Links ads sin Google Adsense</title><content type='html'>&lt;p&gt;&lt;a href="http://lh5.ggpht.com/-aVgVs4sxxJw/Tv5GsOB-89I/AAAAAAAAHJc/qRht3uHRIw0/s1600-h/image%25255B4%25255D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Links ads sin Google Adsense" border="0" alt="Links ads sin Google Adsense" src="http://lh4.ggpht.com/-dq7Xp4QwKqE/Tv5GsfYAI0I/AAAAAAAAHJk/SNSH5n0BY-g/image_thumb%25255B2%25255D.png?imgmax=800" width="535" height="170"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p align="justify"&gt;Una de las mejores cosas que tiene Google Adsense es la publicidad de texto y especialmente las líneas de links. Si son puestas correctamente, la gente las confunde con un menú y tienen una probabilidad de cliqueo enorme. Cuando no se dispone de Google Adsense, existe una alternativa posible. &lt;/p&gt; &lt;p align="justify"&gt;Mediante infolinks, se puede rentabilizar un sitio poniendo un código que subraya y genera links salientes publicitarios según las palabras claves que los auspiciantes hayan pagado. &lt;/p&gt; &lt;p align="justify"&gt;Dicho esto, la idea es hacer un menú con un montón de palabras típicamente clave y de alta rentabilidad del color del fondo del menu y de esta forma dejar que infolinks resalte las que quiera. Así se ve el caso de la imagen superior. De esta manera las palabras no resaltadas quedan del mismo color del fondo e invisibles y se subrayan los links publicitarios en color blanco.&lt;/p&gt; &lt;p align="justify"&gt;&lt;a href="http://www.infolinks.com/"&gt;infolinks&lt;/a&gt;&lt;/p&gt; &lt;p align="justify"&gt;De esta manera se logran resultados como este donde se puede ver en el reporte ganacias de más de 20 dólares diarios con un CTR (click through rate o tasa de cliqueo) de más del 6% cuando lo medio es alrededor del 3%.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href="http://lh5.ggpht.com/-hhPh4_uavmU/Tv5GtS9BMXI/AAAAAAAAHJs/dC3CUwRPFng/s1600-h/image%25255B12%25255D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Links ads sin Google Adsense infolinks" border="0" alt="Links ads sin Google Adsense infolinks" src="http://lh6.ggpht.com/-20Zut1WJdpQ/Tv5GtzkQq5I/AAAAAAAAHJ0/alJOlhwjPlI/image_thumb%25255B6%25255D.png?imgmax=800" width="467" height="372"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-5169805451878677366?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/5169805451878677366/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/12/links-ads-sin-google-adsense.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/5169805451878677366'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/5169805451878677366'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/12/links-ads-sin-google-adsense.html' title='Links ads sin Google Adsense'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/-dq7Xp4QwKqE/Tv5GsfYAI0I/AAAAAAAAHJk/SNSH5n0BY-g/s72-c/image_thumb%25255B2%25255D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-3856301705391310105</id><published>2011-12-30T14:54:00.001-08:00</published><updated>2011-12-30T15:19:13.999-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ganar dinero'/><title type='text'>Alternativa Adsense - Smowtion</title><content type='html'>&lt;div style="margin: 0px 5px 0px 0px; float: left"&gt;&lt;a style="border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none" href="https://publisher.smowtion.com/users/signup/pepeto"&gt;&lt;img style="border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none" border="0" alt="Rentabiliza tu sitio!" src="http://ads.smowtion.com/affiliate/180_130_es.gif?1325285060" width="180" height="130"&gt; &lt;/a&gt;&lt;/div&gt; &lt;p align="justify"&gt;Definitivamente quien mejor puede explotar los espacios publicitarios de tu web/blog es &lt;em&gt;Google adsense&lt;/em&gt; debido a la enorme cantidad de advertisers que posee. Es la plataforma de promoción en línea más grande en el mundo con la red más amplia. Por esto último es que se dan el lujo de “bannear” sitios permanentemente por haber infringido su TOS. – condiciones de uso.&lt;/p&gt; &lt;p align="justify"&gt;En este momento es que aparece en juego las alternativas a &lt;em&gt;adsense&lt;/em&gt; que si bien no dan el mismo ingreso, algo es algo… una &lt;em&gt;alternativa de adsense&lt;/em&gt; interesante es &lt;a href="https://publisher.smowtion.com/users/signup/pepeto" rel="nofollow"&gt;smowtion&lt;/a&gt;.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-3856301705391310105?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/3856301705391310105/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/12/alternativa-adsense-smowtion.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/3856301705391310105'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/3856301705391310105'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/12/alternativa-adsense-smowtion.html' title='Alternativa Adsense - Smowtion'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-7159260404243964017</id><published>2011-12-16T15:52:00.001-08:00</published><updated>2011-12-30T14:58:05.969-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Promoción Social Media'/><title type='text'>Promoción vía social media</title><content type='html'>&lt;p&gt;&lt;a href="http://bit.ly/vYlzJH"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="promocion social media" border="0" alt="promocion social media" src="http://lh5.ggpht.com/-8ouiL5JXV2k/TuvZz-MSr6I/AAAAAAAAHIM/Z_c9A-NRm4g/image%25255B5%25255D.png?imgmax=800" width="520" height="84"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Después de que Google admitiera que dentro de la ecuación de posicionamiento estaría la presencia en redes sociales, comenzó a tener una importancia vital a estos efectos el tener seguidores en facebook, suscriptores en twitter y youtube y clics en Google +&lt;/p&gt; &lt;p&gt;Para esto, existe una comunidad llamada Youlikehits donde la gente intercambia seguimientos – lo he probado y da resultado instantáneo. Es muy bueno para comenzar rápidamente teniendo un número digno de seguidores en distintas redes sociales.&lt;/p&gt; &lt;p&gt;&lt;a href="http://bit.ly/vYlzJH" target="_blank"&gt;YouLikeHits&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-7159260404243964017?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/7159260404243964017/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/12/promocion-via-social-media.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/7159260404243964017'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/7159260404243964017'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/12/promocion-via-social-media.html' title='Promoción vía social media'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/-8ouiL5JXV2k/TuvZz-MSr6I/AAAAAAAAHIM/Z_c9A-NRm4g/s72-c/image%25255B5%25255D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-7109639859454017225</id><published>2011-11-10T07:06:00.001-08:00</published><updated>2011-11-10T07:08:17.523-08:00</updated><title type='text'>Atrayendo tráfico de la búsqueda de Imágenes</title><content type='html'>&lt;!--[if gte mso 9]&gt;&lt;xml&gt; &lt;w:WordDocument&gt;  &lt;w:View&gt;Normal&lt;/w:View&gt;  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;  &lt;w:TrackMoves/&gt;  &lt;w:TrackFormatting/&gt;  &lt;w:PunctuationKerning/&gt;  &lt;w:ValidateAgainstSchemas/&gt;  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;  &lt;w:DoNotPromoteQF/&gt;  &lt;w:LidThemeOther&gt;EN-US&lt;/w:LidThemeOther&gt;  &lt;w:LidThemeAsian&gt;X-NONE&lt;/w:LidThemeAsian&gt;  &lt;w:LidThemeComplexScript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;  &lt;w:Compatibility&gt;   &lt;w:BreakWrappedTables/&gt;   &lt;w:SnapToGridInCell/&gt;   &lt;w:WrapTextWithPunct/&gt;   &lt;w:UseAsianBreakRules/&gt;   &lt;w:DontGrowAutofit/&gt;   &lt;w:SplitPgBreakAndParaMark/&gt;   &lt;w:DontVertAlignCellWithSp/&gt;   &lt;w:DontBreakConstrainedForcedTables/&gt;   &lt;w:DontVertAlignInTxbx/&gt;   &lt;w:Word11KerningPairs/&gt;   &lt;w:CachedColBalance/&gt;  &lt;/w:Compatibility&gt;  &lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;m:mathPr&gt;   &lt;m:mathFont m:val="Cambria Math"/&gt;   &lt;m:brkBin m:val="before"/&gt;   &lt;m:brkBinSub m:val="&amp;#45;-"/&gt;   &lt;m:smallFrac m:val="off"/&gt;   &lt;m:dispDef/&gt;   &lt;m:lMargin m:val="0"/&gt;   &lt;m:rMargin m:val="0"/&gt;   &lt;m:defJc m:val="centerGroup"/&gt;   &lt;m:wrapIndent m:val="1440"/&gt;   &lt;m:intLim m:val="subSup"/&gt;   &lt;m:naryLim m:val="undOvr"/&gt;  &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt;&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt; &lt;w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"  DefSemiHidden="true" DefQFormat="false" DefPriority="99"  LatentStyleCount="267"&gt;  &lt;w:LsdException Locked="false" Priority="0" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Normal"/&gt;  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="heading 1"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 1"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 2"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 3"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 4"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 5"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 6"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 7"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 8"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 9"/&gt;  &lt;w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/&gt;  &lt;w:LsdException Locked="false" Priority="10" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Title"/&gt;  &lt;w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/&gt;  &lt;w:LsdException Locked="false" Priority="11" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/&gt;  &lt;w:LsdException Locked="false" Priority="22" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Strong"/&gt;  &lt;w:LsdException Locked="false" Priority="20" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/&gt;  &lt;w:LsdException Locked="false" Priority="59" SemiHidden="false"   UnhideWhenUsed="false" Name="Table Grid"/&gt;  &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/&gt;  &lt;w:LsdException Locked="false" Priority="1" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/&gt;  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading"/&gt;  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List"/&gt;  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid"/&gt;  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1"/&gt;  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2"/&gt;  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1"/&gt;  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2"/&gt;  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1"/&gt;  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2"/&gt;  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3"/&gt;  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List"/&gt;  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading"/&gt;  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List"/&gt;  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid"/&gt;  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/&gt;  &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/&gt;  &lt;w:LsdException Locked="false" Priority="34" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/&gt;  &lt;w:LsdException Locked="false" Priority="29" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Quote"/&gt;  &lt;w:LsdException Locked="false" Priority="30" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/&gt;  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="19" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/&gt;  &lt;w:LsdException Locked="false" Priority="21" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/&gt;  &lt;w:LsdException Locked="false" Priority="31" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/&gt;  &lt;w:LsdException Locked="false" Priority="32" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/&gt;  &lt;w:LsdException Locked="false" Priority="33" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Book Title"/&gt;  &lt;w:LsdException Locked="false" Priority="37" Name="Bibliography"/&gt;  &lt;w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/&gt; &lt;/w:LatentStyles&gt;&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;&lt;style&gt; /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;}&lt;/style&gt;&lt;![endif]--&gt;&lt;br /&gt;&lt;span style="font-family: inherit;"&gt;Hay páginas que tienen másde 1000 visitas al día desde Google Imágenes, estos usuarios realmente noentran a la web, lo que realmente hacen es descargarse la foto e irse…&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: inherit;"&gt;¿Peroque pasaría si los obligamos a entrar a nuestra web? Sería una visitapseudo-real, ya que estaría destinado a buscar la foto por todo tu contenido…incluso, podría llegar a ser un lector habitual si le gusta lo que publicas.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="font-family: inherit;"&gt;Lo único que tienen que hacer escopiar este código en el &amp;lt;head&amp;gt; de la página:&lt;/div&gt;&lt;div class="MsoNormal" style="font-family: inherit;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;blockquote class="tr_bq"&gt;&lt;div class="MsoNormal" style="font-family: inherit;"&gt;&amp;lt;script type="text/javascript"&amp;gt; &amp;lt;!-- if(top.location!= self.location) { top.location = self.location.href } //--&amp;gt;&amp;lt;/script&amp;gt; &lt;/div&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-7109639859454017225?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/7109639859454017225/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/11/atrayendo-trafico-de-la-busqueda-de.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/7109639859454017225'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/7109639859454017225'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/11/atrayendo-trafico-de-la-busqueda-de.html' title='Atrayendo tráfico de la búsqueda de Imágenes'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-6791107645580091492</id><published>2011-05-01T13:25:00.001-07:00</published><updated>2011-05-01T13:30:35.643-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Nota técnica'/><title type='text'>Instalar servidor Web, Apache, MySql y PHP en Windows</title><content type='html'>&lt;p&gt;&lt;a href="http://www.wampserver.com"&gt;&lt;img style="border-right-width: 0px; margin: 0px 5px 0px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" align="left" src="http://lh6.ggpht.com/_RkRpH9Z1WTM/Tb3BvOnIJvI/AAAAAAAAGL4/x7SkP4O6Mfk/image%5B4%5D.png?imgmax=800" width="241" height="291"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p align="justify"&gt;Muchas veces necesitamos a la mano un servidor de web con capacidad de correr los Php’s que generamos y tener de esa forma un server de desarrollo. Para eso hay que instalar múltiples servidores – existe una solución que instala con un solo botón todo lo necesario para ello y junto con el NO-IP deja listo un servidor para ser accedido desde dentro y fuera de la red.&lt;/p&gt; &lt;p align="justify"&gt;Hay dos muy populares de estos paquetes, en este caso veremos el WAMPSERVER.&lt;/p&gt; &lt;p align="justify"&gt;&lt;a href="http://www.wampserver.com/en/download.php"&gt;descargar&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-6791107645580091492?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/6791107645580091492/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/05/instalar-servidor-web-apache-mysql-y.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/6791107645580091492'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/6791107645580091492'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/05/instalar-servidor-web-apache-mysql-y.html' title='Instalar servidor Web, Apache, MySql y PHP en Windows'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/_RkRpH9Z1WTM/Tb3BvOnIJvI/AAAAAAAAGL4/x7SkP4O6Mfk/s72-c/image%5B4%5D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-2445748762081533045</id><published>2011-05-01T10:02:00.001-07:00</published><updated>2011-05-01T10:14:05.370-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Nota técnica'/><title type='text'>URL para servidores con IP dinámica</title><content type='html'>&lt;p align="justify"&gt;&lt;a href="http://www.no-ip.com"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 5px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://lh3.ggpht.com/_RkRpH9Z1WTM/Tb2SIeRQBaI/AAAAAAAAGLo/D6a7WNh08Kk/image%5B4%5D.png?imgmax=800" width="246" height="87"&gt;&lt;/a&gt; Un problema que se suscita cuando montamos un servidor de web o cualquier otro servicio bajo una IP dinámica (fibertel, arnet, etc) es que si declaramos una ip en el registro de la URL (godaddy) y la ip cambia por ser dinámica, entonces perdemos el acceso. Para eso existe un servicio de NO-IP que supera este problema.&lt;/p&gt; &lt;p align="justify"&gt;Se instala un programa en la máquina que tiene el server de web, ftp o lo que fuere que se encarga de informar al servidor de NO-IP de la última dirección otorgada por nuestro prestador mientras que la IP del DNS hacia el mindo apunta a los servidores de ellos en forma fija y son ellos quienes redireccionan dinámicamente.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.no-ip.com"&gt;no-ip&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-2445748762081533045?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/2445748762081533045/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/05/url-para-servidores-con-ip-dinamica.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/2445748762081533045'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/2445748762081533045'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/05/url-para-servidores-con-ip-dinamica.html' title='URL para servidores con IP dinámica'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_RkRpH9Z1WTM/Tb2SIeRQBaI/AAAAAAAAGLo/D6a7WNh08Kk/s72-c/image%5B4%5D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-8796618896796342212</id><published>2011-04-29T08:10:00.001-07:00</published><updated>2011-04-29T08:11:11.996-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Nota técnica'/><title type='text'>Cómo enviar un e-mail desde un php</title><content type='html'>&lt;p&gt;Imaginemos un formulario de entrada de datos de contacto el cual deseamos recibir en nuestro inbox en el caso de que alguien lo llene. Los datos son pasados al php mediante GET y este php lo recibe y envia por e-mail.&lt;/p&gt; &lt;p&gt;&amp;lt;html&amp;gt;&lt;br&gt;&amp;lt;head&amp;gt;&lt;br&gt;&amp;lt;title&amp;gt;Envio de Datos.&amp;lt;/title&amp;gt;&lt;br&gt;&amp;lt;/head&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;lt;body&amp;gt;&lt;br&gt;&amp;lt;?&lt;br&gt;$dest = "XXXX@gmail.com;XXX@hotmail.com";&lt;/p&gt; &lt;p&gt;$head&amp;nbsp; = "MIME-Version: 1.0\r\n";&lt;br&gt;$head .= "Content-type: text/html; charset=iso-8859-1\r\n";&lt;br&gt;$head .= "From:[FORMULARIO DE DATOS] &amp;lt;info@XXXX.com&amp;gt;\r\n";&lt;/p&gt; &lt;p&gt;$msg = "NOMBRE:&amp;nbsp;&amp;nbsp; ".$_GET['name']."\r\n";&lt;br&gt;$msg.= "TELEFONO: ".$_GET['fono']."\r\n";&lt;br&gt;$msg.= "E-MAIL:&amp;nbsp;&amp;nbsp; ".$_GET['email']."\r\n";&lt;br&gt;$msg.= "TEXTO:&amp;nbsp;&amp;nbsp;&amp;nbsp; ".$_GET['textarea']."\r\n\r\n";&lt;/p&gt; &lt;p&gt;mail($dest, "Formulario de Cotizacion", $msg, $head);&lt;/p&gt; &lt;p&gt;echo("Su Mensaje ha sido Enviado.");&lt;br&gt;?&amp;gt;&lt;/p&gt; &lt;p&gt;&lt;br&gt;&amp;lt;/body&amp;gt;&lt;br&gt;&amp;lt;/html&amp;gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-8796618896796342212?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/8796618896796342212/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/04/como-enviar-un-e-mail-desde-un-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/8796618896796342212'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/8796618896796342212'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/04/como-enviar-un-e-mail-desde-un-php.html' title='Cómo enviar un e-mail desde un php'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-4597924823285602049</id><published>2011-04-29T08:05:00.001-07:00</published><updated>2011-04-29T08:05:43.463-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Nota técnica'/><title type='text'>Redirección de un link</title><content type='html'>&lt;p&gt;Muchas veces tenemos contenido de otro sitio el cual apunta a más información la cual queremos incluir en nuestras notas o posts. Este link que pongamos le suma relevancia al sitio destino. Para que esto no ocurra podemos direccionar el link a un lugar de nuestro control y desde allí redireccionarlo al destino final. Esto se logra de esta forma:&lt;/p&gt; &lt;p&gt;Supongamos un link a microsoft. El link original era www.microsoft.com – reemplazamos entonces la línea original del link &lt;/p&gt; &lt;p&gt;&amp;lt;a href=”http://www.microsoft.com” rel = "nofollow"&amp;gt;Microsoft&amp;lt;/a&amp;gt;';&lt;/p&gt; &lt;p&gt;por&lt;/p&gt; &lt;p&gt;&amp;lt;a href="http://www.PIRULO.com/redirect.php?URL=http://www.microsoft.com" rel = "nofollow"&amp;gt;Microsoft&amp;lt;/a&amp;gt;';&lt;/p&gt; &lt;p&gt;donde redirect.php contiene el siguiente código:&lt;/p&gt; &lt;p&gt;&amp;lt;body&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;lt;?&lt;br&gt;$URL = $_GET['URL'];&lt;br&gt;echo '&amp;lt;meta http-equiv="REFRESH" content="0;url='.$URL.'"&amp;gt;';&lt;br&gt;?&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;lt;/body&amp;gt;&lt;/p&gt; &lt;p&gt;Aquí se ve cómo se pasa una variable a un php en la línea de la dirección. Al poner ?URL=… se está enviando información en la variable URL al programa php y este lo lee haciendo un $_GET[‘URL’]&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-4597924823285602049?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/4597924823285602049/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/04/redireccion-de-un-link.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/4597924823285602049'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/4597924823285602049'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/04/redireccion-de-un-link.html' title='Redirección de un link'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-4411477509952412488</id><published>2011-04-29T07:50:00.001-07:00</published><updated>2011-04-29T08:06:01.947-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Nota técnica'/><title type='text'>Cómo correr un Cron desde cPanel</title><content type='html'>&lt;p&gt;&lt;font face="Courier New"&gt;El Cron es lo que permite ejecutar en un servidor Unix/Linux procesos cada determinada cantidad de tiempo en forma automática. Esto es clave a levantar información de otros sitios y completar contenido en nuestro site. En los web hostings con cPanel – que es el tablero de control de nuestro sitio hosteado – la forma de hacerlo es la siguiente.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Courier New"&gt;Entrar en el icono Cron del cPanles y donde dice comando introducir lo siguiente:&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Courier New"&gt;/usr/bin/php -f /home/velazqu1/public_html/xxx.php&lt;/font&gt;&lt;/p&gt; &lt;p&gt;Donde xxx es el nombre del archivo php que se desea correr &lt;/p&gt; &lt;p&gt;La –f es uno de las posible opciones de ejecución del proceso&lt;/p&gt; &lt;p&gt;-a Run interactively&lt;br&gt;-b &amp;lt;addressport&amp;gt;|&amp;lt;port&amp;gt; Bind Path for external FASTCGI Server mode&lt;br&gt;-C Do not chdir to the script's directory&lt;br&gt;-c &amp;lt;path&amp;gt;|&amp;lt;file&amp;gt; Look for php.ini file in this directory&lt;br&gt;-n No php.ini file will be used&lt;br&gt;-d foo[=bar] Define INI entry foo with value 'bar'&lt;br&gt;-e Generate extended information for debugger/profiler&lt;br&gt;-f &amp;lt;file&amp;gt; Parse &amp;lt;file&amp;gt;. Implies `-q'&lt;br&gt;-h This help&lt;br&gt;-i PHP information&lt;br&gt;-l Syntax check only (lint)&lt;br&gt;-m Show compiled in modules&lt;br&gt;-q Quiet-mode. Suppress HTTP Header output.&lt;br&gt;-s Display colour syntax highlighted source.&lt;br&gt;-v Version number&lt;br&gt;-w Display source with stripped comments and whitespace.&lt;br&gt;-z &amp;lt;file&amp;gt; Load Zend extension &amp;lt;file&amp;gt;.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-4411477509952412488?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/4411477509952412488/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/04/como-correr-un-cron-desde-cpanel.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/4411477509952412488'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/4411477509952412488'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/04/como-correr-un-cron-desde-cpanel.html' title='Cómo correr un Cron desde cPanel'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-4407764105727170415</id><published>2011-04-19T14:07:00.001-07:00</published><updated>2011-04-19T17:06:39.102-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips de blogger'/><title type='text'>Blogger: Cómo agregar botón de I Like it de Facebook</title><content type='html'>&lt;p&gt;Este es un método de atracción de tráfico muy efectivo y viral que extiende la exposición de los post a las redes sociales. Es altamente recomendable máxime si Google tiene en cuenta este tipo de presencia a la hora de rankear resultados. en el link adjunto está la explicación de cómo incluir en blogger los distintos tipos de botones posibles.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.simplebloggertutorials.com/2010/05/how-to-add-facebook-like-button-in.html"&gt;link&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Por otro lado el mismo facebook ofrece un apartado para desarrolladores donde se puede “customizar” el boton y generar el código correspondiente para una página fija.&lt;/p&gt; &lt;p&gt;&lt;a href="http://developers.facebook.com/docs/reference/plugins/like/"&gt;link&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-4407764105727170415?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/4407764105727170415/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/04/blogger-como-agregar-boton-de-i-like-it.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/4407764105727170415'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/4407764105727170415'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/04/blogger-como-agregar-boton-de-i-like-it.html' title='Blogger: Cómo agregar botón de I Like it de Facebook'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-778443043796247952</id><published>2011-04-17T03:33:00.001-07:00</published><updated>2011-04-17T03:34:12.303-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Herramientas'/><title type='text'>Enlaces automáticos desde Facebook y Twitter</title><content type='html'>&lt;p&gt;&lt;a href="http://twitterfeed.com/"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 5px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://lh6.ggpht.com/_RkRpH9Z1WTM/TarB6fv27GI/AAAAAAAAGGU/dPBbzuDRZIw/image%5B4%5D.png?imgmax=800" width="246" height="78"&gt;&lt;/a&gt; La generación de enlaces es algo importantísimo a la hora de posicionar en Google y aumentar la presencia en la red. Twitterfeed.com es una solución de automatización de posting en facebook y twitter para páginas webs que tengan RSS como es el caso de los blogs. Cada 30 minutos (máxima frecuencia) chequea tu blog y postea a facebook y twitter.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-778443043796247952?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/778443043796247952/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/04/enlaces-automaticos-desde-facebook-y.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/778443043796247952'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/778443043796247952'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/04/enlaces-automaticos-desde-facebook-y.html' title='Enlaces automáticos desde Facebook y Twitter'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/_RkRpH9Z1WTM/TarB6fv27GI/AAAAAAAAGGU/dPBbzuDRZIw/s72-c/image%5B4%5D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-8332707401404093996</id><published>2011-04-17T02:57:00.001-07:00</published><updated>2011-04-17T02:57:39.072-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Artículo SEO'/><title type='text'>El valor de los enlaces en internet</title><content type='html'>&lt;p align="justify"&gt;Los enlaces externos son de CRITICA importancia en el posicionamiento web. También es sabido que no todos los enlaces son iguales. Un conjunto de reconocidos miembros del mundo del SEO hispanohablante opinan sobre cual de los enlaces es más importante entre un contubernio de enlaces… &lt;/p&gt; &lt;p align="justify"&gt;Obviamente, también es reconocida la imposibilidad de conocer de forma fidedigna cual de estos valores es más importante, sobre todo debido a que es imposible conocer los valores de los enlaces al 100%,. Realmente, la idea de este estudio es determinar cuales factores consideran más importantes los profesionales para otorgar peso y capacidad de paso de “link juice” &lt;p&gt; &lt;a name='more'&gt;&lt;/a&gt; &lt;p&gt;Ver el &lt;a href="http://www.senormunoz.es/valor-enlaces/"&gt;estudio&lt;/a&gt; 10 Factores más importantes  &lt;p&gt; &lt;p&gt;01. 4.75: Anchor Text &lt;br&gt;02. 4.44: Importancia de la página (en enlaces entrantes) &lt;br&gt;03. 4.44: Importancia del dominio (en calidad de los enlaces recibidos “backlinks”) &lt;br&gt;04. 4.07: Relevancia de la página (relevancia contextual) &lt;br&gt;05. 4.00: Tipo de enlace (imagen, texto, flash) &lt;br&gt;06. 3.94: Edad del dominio &lt;br&gt;07. 3.94: Importancia del dominio (en número de los enlaces recibidos) &lt;br&gt;08. 3.88: Importancia del dominio (en los rankings referentes a las palabras claves) &lt;br&gt;09. 3.82: Numero de enlaces &lt;br&gt;10. 3.81: Autoridad de la página (en PageRank™)  &lt;p&gt;5 Factores menos importantes  &lt;p&gt;01. 1,50: Ranking Alexa &lt;br&gt;02. 1,94: Ultima actualización de la página (frescura en el contenido) &lt;br&gt;03. 2,19: Importancia del dominio (en referente al posicionamiento en palabras irrelevantes) &lt;br&gt;04. 2,63: URL de la página &lt;br&gt;05. 2,69: Calidad de los enlaces externos  &lt;p&gt;7 Factores mas acordados  &lt;p&gt;01. Anchor text &lt;br&gt;02. Alexa Rank &lt;br&gt;03. Relevancia con respecto a la TLD (.com, .edu, etc.) &lt;br&gt;04. Importancia de la página (en enlaces entrantes) &lt;br&gt;05. Posición del enlace en una página (boiler plate) &lt;br&gt;06. Página de destino (donde el enlace apunta) &lt;br&gt;07. Posición del enlace en el código fuente  &lt;p&gt;5 Factores mas controvertidos  &lt;p&gt;01. Página de destino (donde el enlace apunta) &lt;br&gt;02. Texto que rodea al enlace (near-link relevance) &lt;br&gt;03. Calidad de otros enlaces externos &lt;br&gt;04. Autoridad de la página (en enlaces internos) &lt;br&gt;05. Ultima actualización de la página (frescura en el contenido)&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-8332707401404093996?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/8332707401404093996/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/04/el-valor-de-los-enlaces-en-internet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/8332707401404093996'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/8332707401404093996'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/04/el-valor-de-los-enlaces-en-internet.html' title='El valor de los enlaces en internet'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-3281882873907299456</id><published>2011-04-17T02:46:00.001-07:00</published><updated>2011-04-17T02:46:13.745-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Artículo SEO'/><title type='text'>Factores de posicionamiento</title><content type='html'>&lt;p&gt;Existen factores de posicionamiento para aplicar a la página o blog (on page) para que Google analice los contenidos y los posicione y otros que dependen de lo que se puede hacer desde afuera, es decir, enlazando desde otros sitios (off page). Aquí van entonces según importancia.&lt;/p&gt;&lt;a name='more'&gt;&lt;/a&gt; &lt;p&gt;&lt;strong&gt;Factores On page: Positivos&lt;/strong&gt;&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Termino en la url: Cuanto más a la izquierda mejor. Lo cual es una invitación para url más cortas y no añadir carpetas interminables.  &lt;li&gt;Keywords en el nombre del dominio: Esta es muy clara para todo el mundo, aquí adelantar que los guiones no son malos si no hay mas de dos.  &lt;li&gt;Keywords en el “title”: Bueno, esto es bien sabido, añadir que aunque se acepta lo de 60 caracteres como máximo, cada vez se apuesta por menos.  &lt;li&gt;Keywords en Metatag (keyword y description)s: Bueno, tienen poca importancia para el seo pero sirven muy bien para evitar confusiones de contenido &lt;a title="contenido duplicado" href="http://www.vseo.es/seo-google/seo-contenido-duplicado/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;duplicado&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;, aunque te las hayas ganado a pulso…  &lt;li&gt;terminos en el Body: Sabeis que la densidad aplicable a cada temática es diferente?  &lt;li&gt;Terminos individuales: Que tu texto sea rico es interesante para el buscador, además de dejarte algo de &lt;a title="posicionamiento de long tail" href="http://www.vseo.es/buscadores/long-tail/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;long tail&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;…  &lt;li&gt;Keywords resaltados en H1, h2… Si se hace con cuidado puede ser muy recomendable.  &lt;li&gt;Estilo de los términos: Negrita funciona como bold y cursiva como “emphasis”. Bueno, es un tanto opinable el uso de la cursiva, que nadie lo intente para hacer keyword spaming porque molesta mucho la cursiva en una pantalla.  &lt;li&gt;Keyword Proximity: Cara a las cadenas de búsqueda, si ambos términos de la cadena están cerca es más fácil que Google encuentre la relación  &lt;li&gt;El orden dentro de las combinaciones: Depende de cómo escribas es más fácil que coincida con una cadena de búsqueda del usuario.  &lt;li&gt;Orden en el cuerpo de la página: Cuanto más arriba estén las frases que quieres posicionar mejor.  &lt;li&gt;Keyword en el Alt en las imágenes: Enseña a Google lo que no puede ver  &lt;li&gt;Anchors en los enlaces: Creo que no hace falta que diga nada de esto.  &lt;li&gt;Enlaces a páginas internas. No más de un anchor a la misma página de destino porque Google sólo tiene en cuenta el primer enlace y  &lt;li&gt;No excesivos enlaces internos en cada página.  &lt;li&gt;Accesibilidad a los contenidos: Es interesante que puedas tener acceso a los contenidos en 2 o 3 clics. Una arquitectura con muchos más niveles es mala para el SEO.  &lt;li&gt;Internal cross-linking: Seguro que tienes temáticas que tienen relaciones para los enlaces.  &lt;li&gt;Enlaces salientes a sitios válidos. Si enlazas a algun lugar penalizado te puedes comer algo de su penalización. Link farms, lugares que no tienen nada que ver… (Por cierto, yo esta regla sé que es mala, no la hago en las páginas de trabajo, pero en Vseo me la salto)  &lt;li&gt;No más de 100 links por página… Bueno, realmente puede cargar hasta 300 sin problemas, pero ese es el límite que no queremos pasar.  &lt;li&gt;El anchor saliente y el formato que se le haya asignado al texto: si no tiene nada que ver con tu temática…  &lt;li&gt;Estabilidad de enlaces, no te los cargues y los cambies, que se vea que tienes relaciones. Esto es válido para los salientes también y por supuesto que para los entrantes es áltamente necesario, sólo que hay que añadir además la tendencia de crecimiento.  &lt;li&gt;La extensión de dominios. Se comentaba que el .gov es el más importante, le seguían .edu y .org por los factores históricos que teníana que ver con la atribución de los dominios. Los “com” le seguían y luego los info y extensiones regionales. Eso es lo que se leía hace años y aun se mantiene en las mentes de muchos. Sólo decir que las búsquedas son locales, los dominios locales son cada véz más útiles, aunque sea únicamente por la geolocalización.  &lt;li&gt;Tamaño de la página: Es increible que aun se tengan que decir estas cosas… Menos mal que se pasó la moda de poner a todas las páginas una musiquilla midi de fondo. Qué traumas…  &lt;li&gt;Guiones en la URL: Uno o dos son buenos, 4 o más te acercan a la imagen de ser un spamer con lo que Google te puede ver con malos ojillos.  &lt;li&gt;Frescura de la página: Factor importante y un tanto polémico. En Google lo fresco manda. Es bueno para los blogs y malo para sites corporativos que no actualizan de forma continuada su sitio. Es una invitación a abrir blogs de empresa…  &lt;li&gt;Frecuencia de los updates: Aunque es parecido a la frescura de la página, la frecuencia ha de seguir un patrón, actualizarlo de forma continuada, mismos días, mismo ritmo, es una forma de educar al buscador.  &lt;li&gt;Tema de la página: Está unificado? Para el seo la presencia fuerte de keywords a lo largo de todo el site, si pertenecen al mismo cluster le da consistencia y “autoridad”. Es bueno centrarse o si te dispersas un poco, hacerlo a nivel de subdominios de forma que Google lo pueda ver de manera separada.  &lt;li&gt;Variación de keywords: No todo es repetir un keyword sino también abrir derivaciones. Google Lematiza. para el termino “posicionar” los complementos ” posicionado”, “posicionamiento” y demás también sirven.  &lt;li&gt;Semántica y sinónimos: Algo interesante de testear. Dicen que funciona.  &lt;li&gt;Latent semantic indexing. La verdad es que no he realizado ningún &lt;a title="test de posicionamiento" href="http://www.vseo.es/buscadores/long-tail/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;test&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; todavía se basa en la creación de una matriz por repetición de términos en una columna y cantidad de páginas por otra. En ella los términos que no estén muy repetidos se resaltan al corresponder a los extremos que pueden ser importantes en el contexto. La verdad es que es un disparate para testearlo y ha de hacerse con una página en blanco, sin enlaces con anchoring. Si alguien se anima a ayudarme que me diga, pero es un &lt;a title="test de posicionamiento" href="http://www.vseo.es/buscadores/long-tail/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;test&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; lento.  &lt;li&gt;Url cortas: En una url corta cada término es más fácilmente resaltable.  &lt;li&gt;Tamaño del sitio, a Google le gustan grandes: Esto es muy muy opinable y requiere explicaciones. A Google le gusta identificar contenido, relaciones y calidad, pero no te dejará ser grane a no ser que tengas una determinada calidad atribuida. Es decir, no se puede tener un site con 3.000.000 de páginas indexadas con pr3. Google indexa asta un punto en función del pr que tengas, no al revés. También ayuda que site sgrandes tienen mucho enlaces…  &lt;li&gt;Edad del sitio: Si llevas muchos años haciendo una página has de tener algo bien…  &lt;li&gt;Páginas nuevas en sitios viejos: Si eres viejo y sigues actualizando, se te verá más rapido.  &lt;li&gt;Arquitectura de Contenidos: Todo accesible y con Sitemaps on page y xml que faciliten todo lo máximo psible.&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;&lt;strong&gt;On site Factores Negativospara el posicionamiento:&lt;/strong&gt;&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Texto en imágnes, esto incluye en gran medida Ayax, flash, js… Aunque poco a poco parece que google, si no tiene que hacer una interacción superior a seguir un enlace, los lee.  &lt;li&gt;Site exclusivamente de afiliación: Google te localiza los trackings de los sites de afiliados, si gran parte del contenido es un track de eBay, amazon… de los grandes, puede entender que no tienes un contenido real propio y que como hay una fuente origina, duplicas y eres innecesario. En los ducumentos de “gestión de denuncias de Google” de los moderadores, uno de los parámetros es “thin affiliate” y eso es directamente excluyente. La forma de tapar esto (para aquellos que sean clikers o demás) es aplicar un mod rewrite a esas url de forma que no sean tan fácilmente identificables…  &lt;li&gt;OOP Over Optimazing Penalty: Si tienes un sitio nuevo y sobreoptimizado te aplican un &lt;a title="Sandbox" href="http://www.vseo.es/seo-google/seo-sandbox-fuera/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;sandbox &lt;/font&gt;&lt;/u&gt;&lt;/a&gt;por listo, la optimización excesiva no es natural en un lanzamiento, requiere una evolución.  &lt;li&gt;Enlazar a malos vecinos: De vez en cuando puede haber problemas con enviar enlaces a sitis penalizados…  &lt;li&gt;Redirigir bajo meta tags de Refresh: Poca gente hace esto ya, pero desde luego que es un factor que google no soporta.  &lt;li&gt;Malas combinaciones de palabras: Hay terminos que Google detecta muy rápido y que te pueden afectar cara al posicionamiento. No quieres que te realacionen con una página de temas para mayores de edad ni siquiera por equivocación. Cuida tus combinaciones para que no te puedan ver como no eres.  &lt;li&gt;Posion Words: Hay terminos que no debes usar, no son relativos a categorías, pero en tus url pueden ser detectados directamente por filtros. Páginas con la url “enlaces” y demás son directamente fusiladas por google, es por eso, que mi sección de enlaces se llama “camaradas”.  &lt;li&gt;&lt;a title="crosslinking y conseguir enlaces" href="http://www.vseo.es/seo-google/seo-conseguir-enlaces/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;crosslinking&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; excesivo: Si tienes varios dominios y te dedicas a enlazarlos bajo un mismo hosting, pega un poco al ojo, sin embargo un dedicado con 8 salidas de ip no es tan caro &lt;img class="wp-smiley" alt=":)" src="http://www.vseo.es/wp-includes/images/smilies/icon_smile.gif"&gt; . En lo del &lt;a title="crosslinking y conseguir enlaces" href="http://www.vseo.es/seo-google/seo-conseguir-enlaces/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;crosslinking&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; y detectar fuentes similares también entran las cuentas de webmasters y de &lt;a title="filtros avanzados" href="http://www.vseo.es/buscadores/filtros-google-analytics/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;google analytics&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; , sé que suena a disparate, pero si vais a hacer disparates no tengais todo identificado en una misma fuente.  &lt;li&gt;Nada de robar contenido /textos o imágenes de otros lugares: Google se pone muy tonto con el &lt;a title="DMCA" onclick="javascript:pageTracker._trackPageview('/outgoing/www.google.com/dmca.html');" href="http://www.google.com/dmca.html"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;copyright &lt;/font&gt;&lt;/u&gt;&lt;/a&gt;y con poco trabajo te pueden montar un problema por el hotlinking.  &lt;li&gt;Keyword Stuffing: Eso de repetir keywords por doquier… Bueno, Google se lo toma bastnate mal.  &lt;li&gt;Disolución de Target: Es algo tan sencillo como la frase ” quien mucho abarca… se queda en el fondo de las serp” o algo así. Cada página una cadena o dos de búsqueda. Esto es importante a la hora de enfocar comunidades online donde el usuario es el que te crea el contenido…  &lt;li&gt;Reeditar las páginas no es bueno: Cargarse el caché de una url de forma muy descarada no es nada interesante para Google.  &lt;li&gt;Cambiar el contenido constantemente: Si bajas cosas y las subes sin parar, Google no puede analizar las relaciones de entrada y de salida. Dale más contenido, pero no le quites lo antiguo.  &lt;li&gt;Cambiar continuamente los anchoring en tu página: Igual que lo de arriba, es bueno, dejar que algunas se asienten.  &lt;li&gt;Identificadores de sesión/ páginas dinámicas: No es bueno los id muy largos, en el 2006 Mat dijo que 2 o 3 estaban bien, pero ahora con los mod rewrite tan extendidos son algo que ataca más a la usabilidad que al seo.  &lt;li&gt;Excesivo JS: Deberíamos añadir también ayax… Google sigue y lee, no interactua.  &lt;li&gt;Flash: El flash si es texto plano lo lee, pero no hará una navegación cómoda y si la página de destino es otro flash, olvídate de indexarlo si está en el mismo fotograma. Hay técnicas para el &lt;a title="SEO Flash" href="http://www.vseo.es/seo-google/posicionamiento-para-flash/seo-flash-posicionamiento/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;posicionamiento en flash&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;, pero muy borderline con spam.  &lt;li&gt;Frames: Directamente NO. No se leen, no se siguen, se indexan mal. Son un jaleo.  &lt;li&gt;El robot noindex: Ahora está más de moda para el link juice, pero desde luego que no es algo para tratar a la ligera. Requiere cuidado, sobre todo si es para partes muy visibles de la página.  &lt;li&gt;Enlaces en pixels: Aunque espero que nadie siga haciendolo, es un &lt;a title="test de posicionamiento" href="http://www.vseo.es/buscadores/long-tail/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;test&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; que tendré que empezar para hacer el &lt;a title="test de posicionamiento" href="http://www.vseo.es/buscadores/long-tail/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;test&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; sobre las LSI que mencionaba arriba.  &lt;li&gt;Texto invisible: Otro no rotundo.  &lt;li&gt;Doorway: Aquí tengo mis reticencias, las páginas de entrada para buscadores en algunas situaciones son necesarias, si un cliente te manda que le posiciones un flash, te tocará crearlas, si es en frames, te tocará crearlas…  &lt;li&gt;Contenido &lt;a title="contenido duplicado" href="http://www.vseo.es/seo-google/seo-contenido-duplicado/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;duplicado&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;: Esto es un tanto relativo… Hasta un 30% Google lo permite porque considera que mucha gente puede tener una “versión para imprimir” y cosas así. Pero ojo, lo permite bajo un mismo subdominio. Si los tienes en diferentes es más fácil que vea que lo haces a malas  &lt;li&gt;Validación W3C: Mucho se dijo de esto hace años pero ni la gran “G” lo hace. Google puede pedir y agradecer muchas cosas, pero no puede establecer pautas de perfección para el contenido.  &lt;li&gt;Frases de cuarentena: Parece que hay algunos términos que editores de Google buscand de forma &lt;a title="manual seo en pdf" onclick="javascript:pageTracker._trackPageview('/downloads/wp-content/uploads/2008/05/manual-seo.pdf');" href="http://www.vseo.es/wp-content/uploads/2008/05/manual-seo.pdf"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;manual&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;, probalmente alguno de SEO, alguno de black hat, alguno de “ganar dinero” hay terminos que tienen que controlar.&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;&lt;strong&gt;Factores positivos posicionamiento Off Page:&lt;/strong&gt;&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Page Rank: Con sus mas y sus menos, evolución a trust rank y demás, la barrita verde sigue siendo un tema a tener en cuenta.  &lt;li&gt;Cantidad de enlaces entrantes: Diferentes IP, misma tematica, anchoring, de alto pr, antiguedad, densidad del término del enlace en el cuerpo de la página, que no cambie constantemente, la posición en tu página, que tenga title, localización, país… Esto está tan mascado que no creo que merezca la pena decir otra cosa que “muchos de páginas con calidd y tu temática”  &lt;li&gt;Crecimiento de enlaces: Ha de ser progresivo y es importante que sea constante. como ejemplo, Google se me ha enfadado recientemente por los enlaces que conseguí de golpe por manuales y &lt;a title="posicionamiento de videos" href="http://www.vseo.es/seo-google/seo-posicionamiento-de-videos/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;videos&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;, lo vio como antinatural.  &lt;li&gt;Enlace de un site de expertos: Quienes son los expertos? si tienes un enlace de un lugar con sitelinks bajo la misma temática en la que él está en esa posición lo tendrás muy muy bien, eso sí, no es nada habitual.  &lt;li&gt;Enlaces en imágenes y enlaces en Javascript: Por lo general se los toma muy mal, las imágenes pierdes anchor y el javascrit generalmente, cuando lo sigue que no es siempre, no dan popularidad.  &lt;li&gt;Estás en directorios de Calidad? Dmoz, yahoo y demás durante un tiempo tuvieron mucha importancia, pero ahora son granjas de spamers o webmasters que bloquean a la competencia. Realmente el que mejor funciona ahora es yahoo, si pagas los 300 € te pueden meter o no, pero con las fórmulas actuales para &lt;a title="link baiting o promoci&amp;oacute;n de enlaces" href="http://www.vseo.es/buscadores/seo-linkbaiting/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;conseguir enlaces&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; NO merecen la pena.  &lt;li&gt;Del.icio.us, Stumbleupon…: Me he cargado todas las referencias de la fuente original porque no considero ninguna útil. La web 2.0 tiene sus propias formas de clasificar y google lo tiene en cuenta.  &lt;li&gt;Registro de Dominio: Si un dominio ha cambiado mucho de nombre de registro, no lo vé como algo serio. Puedes ser un reseller. Si vas a vender o comprar dominios, planteate hacerlo con Godaddy.&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;&lt;strong&gt;Bajo métricas&lt;/strong&gt;&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Tiempo en la página: Si es mucho es bueno  &lt;li&gt;Acceso: si es por bookmark es bueno, si es repetido es bueno (para eso también sirve el &lt;a title="filtros avanzados" href="http://www.vseo.es/buscadores/filtros-google-analytics/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;google analytics&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; )  &lt;li&gt;Porcentaje de accesos para una búsqueda: Por eso varían las Serp durante el Dancel. Dar posibilidad a otros a entrar a competir. &lt;a title="test de posicionamiento" href="http://www.vseo.es/buscadores/long-tail/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;test&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; de relevancia temporales.  &lt;li&gt;Cantidad de tráfico: Hay muchas razones por las que eso es bueno.&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;&lt;strong&gt;Factores Negativos posicionamiento Off Page:&lt;/strong&gt;&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Has comprado tráfico redirigido? No suele ser de buena calidad y tirará por los suelos tu ctr, tiempo medio en la página…  &lt;li&gt;Nuevos enlaces muy rápido: No suele ser natural, aunque debería cambiar aunque sólo fuera por el detalle de las redes sociales y lo masivo del crecimiento asociado. (aparte de &lt;a title="link baiting o como conseguir enlaces" href="http://www.vseo.es/buscadores/seo-linkbaiting/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;link baiting&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;).  &lt;li&gt;Que te quiten muchos enlaces de golpe. Esto en Google es considerado como “mala arte y castigo” te irás directamente al inframundo.  &lt;li&gt;Comprar enlaces: Si no te pillan no pasa nada, si te pillan te perforan con razón… Bajo el radar se vive méjor…  &lt;li&gt;Domain Hijacking: Eso de copiar dominios enteros está bastante mal visto. Matt Cuts tuvo un problema con el caso “bacon polenta” muy interesante sobre copiado de rss y lanzamiento por Doorway por parte de los chicos de Black Hat…  &lt;li&gt;El servidor: Si se cae constantemente como es mi caso es una mierda para que Google te tome en serio.  &lt;li&gt;Site Wide Links: No todas las páginas han de enlazar a otro lugar. Mejor un &lt;a title="crosslinking y conseguir enlaces" href="http://www.vseo.es/seo-google/seo-conseguir-enlaces/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;crosslinking&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; entre categorías.  &lt;li&gt;Redireciones 302 Masivas: Esto pasa más en estados unidos que en España y es de Black hat y bowling. Es curioso, pero laborioso.&lt;/li&gt;&lt;/ol&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-3281882873907299456?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/3281882873907299456/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/04/factores-de-posicionamiento.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/3281882873907299456'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/3281882873907299456'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/04/factores-de-posicionamiento.html' title='Factores de posicionamiento'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-4966615214879330679</id><published>2011-04-17T02:26:00.001-07:00</published><updated>2011-04-17T02:28:17.616-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Herramientas'/><title type='text'>Rejunte de links útiles y herramientas</title><content type='html'>&lt;p&gt;Recopilación de sitios afines sobre herramientas útiles para el análisis de webs, tráfico, keywords, fotografías, facebook, twitter, video, etc&lt;/p&gt; &lt;a name='more'&gt;&lt;/a&gt; &lt;p&gt;&lt;strong&gt;Búsqueda&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.clasesdeperiodismo.com/2011/01/27/15-recursos-para-la-busqueda-de-informacon-en-social-media/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;15 recursos para búsqueda de información&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.socialblabla.com/10-herramientas-para-buscar-personas-en-las-redes-sociales.html"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;10 herramientas para buscar personas en redes sociales&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://ht.ly/3vfnd"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;6 herramientas para Social Media&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://marketingyconsumo.com/otras-5-herramientas-utiles-y-gratuitas-para-encontrar-influenciadores-y-filtrar-contenidos-de-blogs-facebook-y-twitter.html"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;5 herramientas para filtrar contenidos en blogs, Facebook y Twitter&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Educación&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://manuelgross.bligoo.com/content/view/1405087/100-Herramientas-digitales-para-profesores-y-alumnos.html#content-top"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;100 herramientas para profesores y alumnos&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;&lt;em&gt;Facebook&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.clasesdeperiodismo.com/2011/02/19/10-aplicaciones-para-tu-pagina-de-facebook/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;10 aplicaciones para tu página&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://geeksroom.com/2011/02/7-buscadores-que-te-ayudaran-a-encontrar-lo-que-buscas-en-facebook/45737?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+geeksroom%2FYpGd+%28GeeksRoom%29&amp;amp;utm_content=Twitter"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;7 buscadores&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://marketingyconsumo.com/6-herramientas-gratuitas-para-analizar-una-marca-en-facebook.html"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;6 herramientas para analizar una marca&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.socialblabla.com/5-herramientas-imprescindibles-para-facebook.html"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;5 herramientas&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Fotografías&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://wwwhatsnew.com/2010/09/02/25-bancos-de-imagenes-gratuitos/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;25 bancos de imágenes gratuitos&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://pulsosocial.com/2011/02/16/8-recursos-para-encontrar-imagenes-gratis-y-con-licencia-para-tu-web/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;8 recursos para acceder a imágenes gratuitas&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Gestión del tiempo&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.elwebmaster.com/general/6-herramientas-online-organizar-administrar-tiempo-freelancers?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed:+elwebmastercom+%28elWebmaster.com%29&amp;amp;utm_content=Netvibes"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;6 herramientas para organizar y administrar tu tiempo&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Monitorización&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://wwwhatsnew.com/2010/09/29/100-herramientas-para-monitorizar-la-web-social/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;100 herramientas para monitorizar la web social&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.socialmediacm.com/2011/03/herramientas-de-gstion-y-monitorizacion.html"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;34 herramientas de gestión y monitorización&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://manuelgross.bligoo.com/content/view/1032475/10-Herramientas-online-gratuitas-para-gestionar-tu-reputacion.html"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;10 herramientas para gestionar tu reputación&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://bitelia.com/2011/02/diez-herramientas-gestionar-presencia-redes-sociales"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;10 herramientas para gestionar nuestra presencia en redes sociales&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.vuelodigital.com/2010/10/18/8-herramientas-gratuitas-para-manejar-tu-reputacion-online/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;8 herramientas para manejar tu reputación &lt;em&gt;online&lt;/em&gt;&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Publicación&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.clasesdeperiodismo.com/2010/10/29/12-recursos-para-cobertura-en-tiempo-real-ona2010/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;12 recursos para cobertura en tiempo real&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;SEO&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.e-interactive.es/blog/las-9-mejores-herramientas-seo/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;9 herramientas SEO&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://altonivel.com.mx/8626-las-tres-mejores-herramientas-para-seo.html"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;3 herramientas para SEO&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Trabajo en equipo&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.popwuping.com/culture/software/50-tools-for-web-based-collaboration.php"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;Más de 50 herramientas para trabajar en equipo a través de la web&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; [artículo en inglés]&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.k-government.com/2011/01/31/como-comunicarse-por-internet-texto-video-y-audio/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;Herramientas para comunicarse por Internet (texto, vídeo y audio)&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://alt1040.com/2011/02/5-herramientas-colaborativas-para-trabajar-en-la-nube?utm_source=twitter&amp;amp;utm_medium=button&amp;amp;utm_campaign=TwitterButton"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;5 herramientas colaborativas para trabajar en la nube&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://wwwhatsnew.com/2011/02/11/guia-para-crear-gestionar-y-compartir-documentos-en-la-web/?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+WwwhatsNew+%28Wwwhat%27s+new%3F+-+Aplicaciones+Web+gratuitas%29&amp;amp;utm_content=Google+Reader"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;Guía para crear, gestionar y compartir documentos en la web&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;&lt;em&gt;Twitter&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.socialblabla.com/205-aplicaciones-utiles-para-twitter.html?utm_source=Hootsuite&amp;amp;utm_medium=Web&amp;amp;utm_campaign=Tuidon&amp;amp;utm_agent=Rafa"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;205 aplicaciones&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://jonia-consulting.blogspot.com/2010/12/las-150-aplicaciones-mas-utiles-para.html"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;150 aplicaciones para sacarle partido&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://victormartinp.com/2011/02/seleccion-de-54-aplicaciones-para-buscar-en-twitter/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;54 aplicaciones para realizar búsquedas&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://geeksroom.com/2011/02/13-herramientas-que-te-permiten-gestionar-tus-seguidores-en-twitter/45658?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+geeksroom%2FYpGd+%28GeeksRoom%29"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;13 herramientas para gestionar tus seguidores&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.twittboy.com/2011/02/8-herramientas-para-compartir-videos-en.html"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;8 herramientas para compartir &lt;strong&gt;vídeos&lt;/strong&gt;&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://cursocommunitymanager.com/2011/3-alternativas-a-klout-para-medir-tu-influencia-en-twitter/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;3 alternativas a &lt;em&gt;Klout&lt;/em&gt; para medir tu influencia&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.amnavigator.com/blog/2011/02/17/two-great-twitter-visualization-tools-twiangulate-mentionmap/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;2 herramientas de &lt;strong&gt;visualización &lt;/strong&gt;&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;[artículo en inglés]&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.pollowers.com/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;Herramienta para hacer &lt;strong&gt;encuestas&lt;/strong&gt;&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://wwwhatsnew.com/2011/02/26/bigbigtweet-escribe-un-mensaje-largo-para-publicar-en-twitter/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;Herramienta para &lt;strong&gt;enviar un mensaje de más de 140 caracteres&lt;/strong&gt;&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Vídeo&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.clasesdeperiodismo.com/2011/01/18/10-herramientas-en-linea-para-edicion-de-video/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;10 herramientas online para edición&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Varios&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.marketingdirecto.com/actualidad/checklists/80-herramientas-y-aplicaciones-que-aumentaran-tu-productividad/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;80 herramientas para aumentar tu &lt;strong&gt;productividad&lt;/strong&gt;&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://hablandoencorto.blogspot.com/2011/02/40-herramientas-gratuitas-de-social.html"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;40 herramientas para &lt;strong&gt;Social Media&lt;/strong&gt;&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.forum.practicalecommerce.com/articles/2588-32-Google-Tools-for-Ecommerce-Businesses"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;32 herramientas de Google para &lt;strong&gt;empresas de &lt;em&gt;Ecommerce&lt;/em&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;[artículo en inglés]&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.socialblabla.com/las-31-mejores-herramientas-en-redes-sociales.html?utm_source=twitterfeed&amp;amp;utm_medium=twitter"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;31 herramientas para &lt;strong&gt;redes sociales&lt;/strong&gt;&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.e-interactive.es/blog/las-30-mejores-herramientas-en-redes-sociales/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;30 herramientas para &lt;strong&gt;redes sociales&lt;/strong&gt;&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.construyendonuestrossuenos.com/herramientas-web/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;+ de 25 herramientas para la &lt;strong&gt;web 2.0&lt;/strong&gt;&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.blogdeblogger.com/herramientas-para-blogger-y-recursos/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;Herramientas y recursos para blogueros&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://wwwhatsnew.com/2011/02/22/mricons-un-buscador-de-iconos-gratuitos/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;&lt;strong&gt;Buscador de iconos&lt;/strong&gt; gratuitos&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://copypastecharacter.com/"&gt;&lt;strong&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;Iconos que no aparecen en el teclado&lt;/font&gt;&lt;/u&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-4966615214879330679?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/4966615214879330679/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/04/rejunte-de-links-utiles-y-herramientas.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/4966615214879330679'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/4966615214879330679'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/04/rejunte-de-links-utiles-y-herramientas.html' title='Rejunte de links útiles y herramientas'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-1444372018717280362</id><published>2011-04-16T15:48:00.001-07:00</published><updated>2011-04-16T15:48:56.842-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Artículo SEO'/><title type='text'>Google admite que toma en cuenta social media</title><content type='html'>&lt;p&gt;Si bien el posicionamiento en Google es importantísimo para llegar a quienes buscan productos o servicios ofrecidos, la presencia en las redes sociales también lo es y el crecimiento es imponente además del corrimiento del comportamiento de la gente hacia ese medio. A eso se le suma que Google reconoce tomar en cuenta la presencia en las redes sociales de las páginas web para rankear. Les adjunto un video para que vean ¨lo que se está viniendo¨&lt;/p&gt; &lt;p align="center"&gt;&lt;embed src="http://www.youtube.com/v/sIFYPQjYhv8&amp;amp;rel=0&amp;amp;hl=en_US&amp;amp;feature=player_embedded&amp;amp;version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="520" height="350"&gt;&lt;/embed&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-1444372018717280362?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/1444372018717280362/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/04/google-admite-que-toma-en-cuenta-social.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/1444372018717280362'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/1444372018717280362'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/04/google-admite-que-toma-en-cuenta-social.html' title='Google admite que toma en cuenta social media'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-4761615679399050413</id><published>2011-04-16T15:22:00.001-07:00</published><updated>2011-04-16T15:23:35.287-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Herramientas'/><title type='text'>Análisis SEO de páginas Web: Quirk</title><content type='html'>&lt;p align="justify"&gt;&lt;a href="http://lh4.ggpht.com/_RkRpH9Z1WTM/TaoWu3HKeWI/AAAAAAAAGGA/UIUK1TKw7TY/s1600-h/image%5B3%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 5px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://lh4.ggpht.com/_RkRpH9Z1WTM/TaoWvTRgKyI/AAAAAAAAGGE/W5k8PfLvnJQ/image_thumb%5B1%5D.png?imgmax=800" width="201" height="105"&gt;&lt;/a&gt;Una manera de mejorar las técnicas de posicionamiento es ver qué hacen los que de hecho posicionan bien para keywords determinados. Para hacerlo existen herramientas como plugins para Firefox que permiten ¨espiar¨ cómo están hechas las páginas webs. Es el caso de Quirk, una extensión de Firefox que instala un ícono al pié del browser y permite hacer diferentes análisis: Backwards links, análisis de densidad de palabras en el texto, links nofollow, etc. También muestra el pagerank de Google de la página presente y el Alexa que es un indicador de tráfico relativo – cuanto menor el número, mayor el tráfico.&lt;/p&gt; &lt;p align="justify"&gt;&lt;a href="http://www.quirk.biz/searchstatus/"&gt;quirk&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_RkRpH9Z1WTM/TaoWwZUqmTI/AAAAAAAAGGI/kuboE_fLmCo/s1600-h/image%5B8%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://lh6.ggpht.com/_RkRpH9Z1WTM/TaoWws1VqDI/AAAAAAAAGGM/gKL1lrTXLGQ/image_thumb%5B3%5D.png?imgmax=800" width="418" height="343"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-4761615679399050413?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/4761615679399050413/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/04/analisis-seo-de-paginas-web-quirk.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/4761615679399050413'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/4761615679399050413'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/04/analisis-seo-de-paginas-web-quirk.html' title='Análisis SEO de páginas Web: Quirk'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_RkRpH9Z1WTM/TaoWvTRgKyI/AAAAAAAAGGE/W5k8PfLvnJQ/s72-c/image_thumb%5B1%5D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-857910169627403570</id><published>2011-04-01T05:07:00.001-07:00</published><updated>2011-04-01T05:07:16.713-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips de blogger'/><title type='text'>Blogger: Sacar la barra superior de navegación</title><content type='html'>&lt;p&gt;Para eliminar la molesta barra de navegación hay que poner una línea de código cerca del comienzo del HTML en la sección design.&lt;/p&gt; &lt;p&gt;Donde dice algo como:&lt;/p&gt; &lt;p&gt;-----------------------------------------------&lt;br&gt;Blogger Template Style&lt;br&gt;Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Awesome Inc.&lt;br&gt;Designer: Tina Chen&lt;br&gt;URL:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tinachen.org&lt;br&gt;----------------------------------------------- &lt;/p&gt; &lt;p&gt;Agregar inmediatamente debajo:&lt;/p&gt; &lt;p&gt;&lt;span style="width: 735px; display: block; overflow: hidden" property="dc:content"&gt;.navbar { display:none; }&lt;/span&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-857910169627403570?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/857910169627403570/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/04/blogger-sacar-la-barra-superior-de.html#comment-form' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/857910169627403570'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/857910169627403570'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/04/blogger-sacar-la-barra-superior-de.html' title='Blogger: Sacar la barra superior de navegación'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-6435291962418679134</id><published>2011-04-01T04:48:00.001-07:00</published><updated>2011-04-01T04:48:15.773-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips de blogger'/><title type='text'>Blogger: Cómo dejar el título puro del post</title><content type='html'>&lt;p&gt;Blogger compone el título de las páginas con el nombre del blog más el título del post. Muchas veces no deseamos que sea de esa forma para poder tener control completo sobre las palabras que componen el título ya que es lo más importante en el posicionamiento de una página. Para dejar el título del post sin el nombre del blog por delante hay que reemplazar una línea del HTML.&lt;/p&gt; &lt;p&gt;Donde dice:&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;&amp;lt;title&amp;gt;&amp;lt;data:blog.pageTitle/&amp;gt;&amp;lt;/title&amp;gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt; Poner:&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;&amp;lt;b:if cond='data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;'&amp;gt;&lt;br&gt;&amp;lt;title&amp;gt;&amp;lt;data:blog.pageName/&amp;gt;&amp;lt;/title&amp;gt;&lt;br&gt;&amp;lt;b:else/&amp;gt;&lt;br&gt;&amp;lt;title&amp;gt;&amp;lt;data:blog.pageTitle/&amp;gt;&amp;lt;/title&amp;gt;&lt;br&gt;&amp;lt;/b:if&amp;gt; &lt;br&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Esta línea la encontrarán al comienzo del código dentro de la sección design en la solapa Edit HTML. En este caso verán comentada la linea anterior y reemplazada a continuación. Cuando se pone algo entre &amp;lt;!--&amp;nbsp; --&amp;gt; lo de adentro queda como comentario y sin efecto.&lt;/p&gt; &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_RkRpH9Z1WTM/TZW7fPQwMWI/AAAAAAAAGDM/V0OjrafxtFQ/s1600-h/image%5B3%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh4.ggpht.com/_RkRpH9Z1WTM/TZW7fimw3OI/AAAAAAAAGDQ/FbeCCOAzuMA/image_thumb%5B1%5D.png?imgmax=800" width="544" height="546"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-6435291962418679134?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/6435291962418679134/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/04/blogger-como-dejar-el-titulo-puro-del.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/6435291962418679134'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/6435291962418679134'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/04/blogger-como-dejar-el-titulo-puro-del.html' title='Blogger: Cómo dejar el título puro del post'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_RkRpH9Z1WTM/TZW7fimw3OI/AAAAAAAAGDQ/FbeCCOAzuMA/s72-c/image_thumb%5B1%5D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-3152285406708289673</id><published>2011-03-31T18:58:00.001-07:00</published><updated>2011-03-31T19:02:30.935-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='No funcionó'/><title type='text'>Wikipedia: 1er aprendizaje del error</title><content type='html'>&lt;p&gt;Antes de postear algo en wikipedia hay que leer los términos de contenido válido ya que sino puede aparecer este mensaje:&lt;/p&gt; &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_RkRpH9Z1WTM/TZUxIgCkVRI/AAAAAAAAGC8/1sRy3iGBTsI/s1600-h/image%5B4%5D.png"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="wikipedia analibius" border="0" alt="wikipedia analibius" src="http://lh3.ggpht.com/_RkRpH9Z1WTM/TZUxJLA9VjI/AAAAAAAAGDA/50H5vz_qQUA/image_thumb%5B2%5D.png?imgmax=800" width="514" height="859"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a name='more'&gt;&lt;/a&gt;Wikipedia da como ejemplo de lo que no funciona lo siguiente: &lt;/p&gt; &lt;p align="justify"&gt;Pedro Pérez es un mecánico de 33 años de edad de Valencia, España. Es aficionado a las Fallas y a la cerveza. Es soltero y está buscando pareja. Su sueño de la infancia era convertirse en policía, pero su sueño más reciente es convertirse en artista profesional de origami. &lt;/p&gt; &lt;p align="justify"&gt;¿Qué tiene de malo? No tenemos ningún problema con el Sr. Pedro Pérez, pero ese artículo no es interesante ni útil para Wikipedia. No describe su trabajo más notable o por qué debe existir un artículo sobre él en primer lugar. Además, los sueños y aficiones de incluso la gente famosa no son de valor enciclopédico, a no ser que sea algo destacado sobre su vida pública, y en cuyo caso, debe ser verificable.&lt;/p&gt; &lt;p&gt;FELICITACIONES A &lt;a href="http://es.wikipedia.org/wiki/Tomas_Analibius"&gt;TOMAS ANALIBIUS&lt;/a&gt; QUE SIGUE EN PIE !!!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-3152285406708289673?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/3152285406708289673/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/03/wikipedia-1er-aprendizaje-del-error.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/3152285406708289673'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/3152285406708289673'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/03/wikipedia-1er-aprendizaje-del-error.html' title='Wikipedia: 1er aprendizaje del error'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_RkRpH9Z1WTM/TZUxJLA9VjI/AAAAAAAAGDA/50H5vz_qQUA/s72-c/image_thumb%5B2%5D.png?imgmax=800' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-5646376345041292446</id><published>2011-03-31T18:40:00.001-07:00</published><updated>2011-03-31T18:50:48.927-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Artículo SEO'/><title type='text'>SEO on page</title><content type='html'>&lt;p align="justify"&gt;SEO significa "Search Engine Optimization" o Optimización para motores de búsqueda. Pero esta definición no solo es ambigua sino que abarca tal cantidad de actividades que es necesario clasificarlas. Entre las clasificaciones de acciones y actividades SEO más usadas están la diferenciación entre SEO on Page y Off Page. &lt;/p&gt; &lt;p align="justify"&gt;El SEO On Page, que podemos ver también expresado como SEO onPage SEO On-page, SEO onSite o SEO on-site (para gustos colores) es el conjunto de acciones que realizamos &lt;strong&gt;&lt;u&gt;dentro&lt;/u&gt;&lt;/strong&gt; de nuestra propia página para optimizarla para los buscadores. Quedando así como SEO Off Page todas las acciones que no hacemos en nuestra propia página, es decir, en el resto de páginas de internet. Cada vez que cambiamos un título, un texto o una maqueta; cada vez que creamos una nueva sección o un nuevo producto en nuestra web hacemos SEO On Page. Cada vez que creamos links en otras páginas, ponemos un tweet o comentamos blogs y foros hacemos SEO Off Page. &lt;/p&gt;&lt;a name='more'&gt;&lt;/a&gt; &lt;p align="justify"&gt;Así pues, podemos decir que el SEO On Page es la optimización pura, ya que no jugamos con la fuerza de nuestro site, su relación con otras páginas ni su tiempo de vida... simplemente manipulamos nuestra página para potenciar en los buscadores aquello de cuanto "poseemos" que más nos interesa.&lt;/p&gt; &lt;p align="justify"&gt;En el SEO On Page intervienen cientos de factores, ¿para que concretar cuantos? Nunca acabaríamos. Lo importante en realidad es encontrar un modelo lógico que siente las bases con las que trabajar. Entender una serie de conceptos con los cuales nuestro SEO On Page quede asegurado. Luego, sin duda habrá que añadirle detalles y trucos pero estos no pueden ser nunca tan importantes como las bases de todo. Yo personalmente estoy bastante cansado de oir hablar de que el SEO On Page son el "ALT" de las imágenes o el contenido del "meta-description"... eso son técnicas de optimización aisladas, pero por si solas no representan ni una milésima parte de lo que abarca el SEO on page.&lt;/p&gt; &lt;p align="justify"&gt;Al final la forma más sencilla de entender como hacer webs con un buen SEO On Page es basarnos en 3 conceptos base. &lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;1) Indexación:&lt;/strong&gt; ¿Que ha podido almacenar Google sobre nosotros en su índice? ¿Cómo le ayudo a que lo tenga todo si no lo tiene ya? &lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;2) Autoridad:&lt;/strong&gt; ¿Cuales de mis páginas dentro del site que estoy posicionando son mas importantes? ¿por qué la home es más importante que las fichas? &lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;3) Semántica:&lt;/strong&gt; ¿Qué significa o de que habla mi site? ¿Qué significa o de que habla cada una de mis páginas? ¿cómo la manipulo para que signifique lo que yo quiero? &lt;/p&gt; &lt;p align="justify"&gt;De cada uno de estos puntos o de la combinación de varios surgen las técnicas que nos permiten optimizar nuestra página según nuestros intereses. Por lo que es necesario dar respuesta a todas estas preguntas. &lt;/p&gt; &lt;p align="justify"&gt;La Indexación y el SEO On Page&lt;/p&gt; &lt;p align="justify"&gt;Google (y todos los buscadores) usa arañas para rastrear el contenido. Estas son programas que van saltando de página en página rastreando y clasificando todo el contenido que encuentran. Las arañas son las que descubren contenido y lo clasifican así que tenemos que entenderlas para controlar la indexación. &lt;/p&gt; &lt;p align="justify"&gt;¿como encuentran la información? &lt;/p&gt; &lt;p align="justify"&gt;Las arañas saltan de site a site y de página a página mediante los links que encuentran. Este es el primer punto: si una página no tiene ningún link que lleve a ella en alguna página que las arañas hayan visitado antes nunca será indexada y los buscadores nunca sabrán que existe. Por lo tanto hay que tener en cuenta que por cada página que queramos posicionar siempre tienen que haber por lo menos un link que apunte hacia ella en una página ya posicionada. &lt;/p&gt; &lt;p align="justify"&gt;Otro punto relacionado con el primero es que las arañas se cansan de saltar. Se alimentan de la autoridad (importancia) de las páginas y si en algún momento se quedan si ella dejan de seguir links. Si imaginamos que una araña llega a nuestro site por nuestra recien creada home (y por tanto con poca autoridad/importancia) tenemos que ver que va a ir encontrándose en su camino: llegará, leerá, saltará a varios links que tendrán aun menos autoridad y de estos a otros con todavía menos... Si el camino es demasiado largo dejará de saltar y las páginas más profundas del site no serán leidas. Así que nuestra función es conseguir que los links no queden demasiado lejos para que las arañas siempre lleguen a indexar nuestros contenidos. Siempre recordando que a mayor importancia de página más esfuerzo podemos exigirles. &lt;/p&gt; &lt;p align="justify"&gt;Y esta teoría ¿se aplica solo a esto? De ninguna forma! Seguidamente os muestro algunos artículos que ilustran detalles concretos que podemos tener en cuenta a la hora de indexar: &lt;/p&gt; &lt;p align="justify"&gt;&lt;a href="http://blog.ikhuerta.com/seo-offpage-indexacion-de-paginas-mediante-links-externos"&gt;Como forzar indexación de nuevas paginas con links externos&lt;/a&gt; &lt;/p&gt; &lt;p align="justify"&gt;&lt;a href="http://blog.ikhuerta.com/la-indexacion-en-google-ya-no-es-un-problema-indexa-nuevas-paginas-en-segundos"&gt;Como conseguir indexar páginas en segundos&lt;/a&gt; &lt;/p&gt; &lt;p align="justify"&gt;&lt;a href="http://blog.ikhuerta.com/posicionar-contenido-de-pago-o-restringido-a-usuarios%3EComo%20Indexar%20contenidos%20de%20pago%20y%20que%20por%20tanto%20no%20son%20visibles%20para%20los%20usuarios%3C/a%3E%3C/p%3E%3Cp%3E%3Ca%20href="&gt;Como indexar contenidos cargados con Ajax&lt;/a&gt; &lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;Autoridad y el SEO On Page&lt;/strong&gt; &lt;/p&gt; &lt;p align="justify"&gt;La autoridad es un valor abstracto que entendemos como la importancia que tiene para los buscadores cada una de nuestras páginas. Podemos encontrar varias referencias a indicadores que "en teoría" nos hablan de esta importancia: el viejo PageRank de Google, el TrustRank de yahoo o incluso mediciones inventadas como el ACRank de MajesticSEO. Al final ninguno de estos valores debe tomarse como absoluto (un pageRank de 8 nunca indica que la página tenga forzosamente mejor autoridad -cualitativamente- que una de 3) y debemos entender la autoridad como un valor abstracto donde tienen cabida expresiones como "mejorar la autoridad SEO" y "ganar autoridad SEO" pero nunca podremos saber exactamente cuanta autoridad tiene cada site y las comparaciones de autoridad entre webs solo serán posibles en casos muy obvios. Aparte de esto también tenemos la Autoridad On Page y la Autoridad Off Page ya que podemos diferenciar entre la que nos da nuestra propia web o la que ganamos gracias a otras webs. &lt;/p&gt; &lt;p align="justify"&gt;La base de la autoridad -lo más importante aunque no todo- es el numero de referencias que tiene una página desde otras. En otras palabras: cantidad de links que la apuntan. Este es el motivo por el que la home y las categorías suelen tener más autoridad que el resto de páginas: siempre existe un menú que en todas las páginas tiene links a ellos -y en off page las 'otras' webs suelen apuntar más al dominio que a artículos concretos-. Por lo tanto, nuestra forma de manipular la autoridad OnPage es manipular los links que llevan de un lado a otro. Existen técnicas para darle más importancia o incluso casi quitársela toda a los links con lo que podemos realmente hacer importante la página que nosotros queramos a base manipular el "interlinking" de nuestro site. &lt;/p&gt; &lt;p align="justify"&gt;Seguidamente unos cuantos artículos que nos dan pistas sobre distintas formas de manipular la autoridad de nuestros sites: &lt;/p&gt; &lt;p align="justify"&gt;&lt;a href="http://blog.ikhuerta.com/seo-onpage-link-sculping-y-contenidos-no-posicionables"&gt;Link Sculpting en la actualidad&lt;/a&gt; &lt;/p&gt; &lt;p align="justify"&gt;&lt;a href="http://blog.ikhuerta.com/seo-onpage-manipula-la-importancia-de-tus-paginas-con-la-estructura-de-links-internos"&gt;Manipulando la autoridad con links internos&lt;/a&gt; &lt;/p&gt; &lt;p align="justify"&gt;&lt;a href="http://blog.ikhuerta.com/seo-con-productos-estacionales"&gt;Jugando con la autoridad para manejar productos estacionales&lt;/a&gt; &lt;/p&gt; &lt;p align="justify"&gt;&lt;a href="http://blog.ikhuerta.com/seo-offpage-el-concepto-de-confianza-de-los-links"&gt;la confianza de los links&lt;/a&gt; &lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;Semántica y el SEO On Page&lt;/strong&gt; &lt;/p&gt; &lt;p align="justify"&gt;La semántica es el significado que tiene para los buscadores nuestro site y nuestras páginas. Google analiza los textos de todas nuestras páginas y decide que relevancia tienen para distintas palabras (keywords) que puede buscar un usuario en el buscador. Debemos entender que la semántica sobretodo afecta a nivel de página individual. Para cada una de nuestras páginas (fichas, categorías, posts) se calcula su relevancia semántica. El site queda al final como el conjunto se semánticas de todas sus páginas y acaba marcando una temática sobre la que la página habla (y dentro de la cual las semánticas apropiadas cobran más sentido). &lt;/p&gt; &lt;p align="justify"&gt;La semántica, por muy abstracta que suene se calcula de forma matemática y eso significa que al final lo que mejor funciona para manipularla es el uso de la frase de búsqueda exacta por la que queremos posicionarnos como título y titular principal de la página y la redacción de textos con significados muy cercanos a esta frase de forma casi repetitiva. Así que lo que hoy en día suele hacerse para manipular la semántica de una página es elegirle una keyword concreta por la que se va a posicionar y repetir esta en lugares estratégicos de la página (titulo, titular, primer párrafo, etc...). A partir de ahí se buscan distintas formas de expresar el mismo significado pero con un lenguaje natural (y no con repeticiones sistemáticas como hace solo unos años). &lt;/p&gt; &lt;p align="justify"&gt;El trabajo delicado, una vez entiendes todos los puntos que influyen a la semántica es como escoger de entre todas las posibilidades que tiene cada una de nuestras páginas que keyword específica vamos a posicionar ya que solo apareceremos como resultado para aquellas páginas de semántica similar a la keyword que ha buscado el usuario. A este trabajo lo llamamos "elección de keywords". &lt;/p&gt; &lt;p align="justify"&gt;Por otro lado, después de esta elección queda cómo hacer una web orientada a que los buscadores entiendan perfectamente todo lo que hacemos. Esto es, conocer los estándares web, intuir como los está interpretando el buscador y actuar en consecuencia. &lt;/p&gt; &lt;p align="justify"&gt;Seguidamente unos cuantos artículos relacionados con la elección y manipulación de la semántica de nuestras páginas: &lt;/p&gt; &lt;p align="justify"&gt;&lt;a href="http://blog.ikhuerta.com/estimar-el-volumen-de-trafico-potencial-de-una-keyword-en-seo"&gt;Saber el trafico que puede llegar a traernos una keyword&lt;/a&gt; &lt;/p&gt; &lt;p align="justify"&gt;&lt;a href="http://blog.ikhuerta.com/fuentes-de-inspiracion-para-elegir-palabras-clave-en-seo"&gt;Fuentes de las que sacar keywords&lt;/a&gt; &lt;/p&gt; &lt;p align="justify"&gt;&lt;a href="http://blog.ikhuerta.com/el-contenido-sigue-siendo-el-rey-del-seo"&gt;que entendemos por "contenido" al hablar de seo&lt;/a&gt; &lt;/p&gt; &lt;p align="justify"&gt;&lt;a href="http://blog.ikhuerta.com/guia-de-maquetacion-seo"&gt;Maquetación orientada a SEO&lt;/a&gt; &lt;/p&gt; &lt;p align="justify"&gt;&lt;a href="http://blog.ikhuerta.com/seo-onpage-uso-de-los-h2-y-h3-en-las-maquetas-seo"&gt;Como usar los h2 y h3 en SEO&lt;/a&gt; &lt;/p&gt; &lt;p align="justify"&gt;&lt;a href="http://blog.ikhuerta.com/microformatos-y-resultados-de-google"&gt;los micro-formatos y como afectan a los resultados de google&lt;/a&gt; &lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;Conclusión&lt;/strong&gt; &lt;/p&gt; &lt;p align="justify"&gt;Estas son las bases del Seo onPage. Está claro que a partir de aquí tenemos que investigar mucho más sobre estos tres puntos y sobre las keywords para poder sacar el máximo partido posible de los buscadores para nuestras páginas. &lt;/p&gt; &lt;p align="justify"&gt;En resumen: &lt;/p&gt; &lt;p align="justify"&gt;- Debemos conseguir que los buscadores introduzcan todas nuestras páginas en sus bases de datos &lt;/p&gt; &lt;p align="justify"&gt;- Debemos priorizar en autoridad sobre las demás aquellas páginas que nos van a traer más usuarios y más rentables &lt;/p&gt; &lt;p align="justify"&gt;- Debemos estudiar y escoger la mejor keyword posible para cada una de todas las páginas que forman nuestro site y luego orientar nuestras páginas a esta. Sólo de esta forma conseguiremos las visitas que deseamos &lt;/p&gt; &lt;p align="justify"&gt;- Con todo esto tendremos nuestro site listo... pero con esto no bastará. Ahora toca empezar a hacerle acciones OffPage para escalar más y más posiciones en los SERPS. &lt;/p&gt; &lt;p align="justify"&gt;Para acabar, dejaros un &lt;a href="http://blog.ikhuerta.com/graficos/grafico-acciones-seo-onpage.gif"&gt;gráfico que resume gran cantidad de las acciones posibles en SEO On Page&lt;/a&gt; y recordaros que esto es solo una parte del SEO, también tenemos al SEO Off Page y a un amplio mundo de acciones y consideraciones que no entrarían dentro de esta clasificación.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-5646376345041292446?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/5646376345041292446/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/03/seo-on-page.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/5646376345041292446'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/5646376345041292446'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/03/seo-on-page.html' title='SEO on page'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-9001571571289791628</id><published>2011-03-31T18:28:00.001-07:00</published><updated>2011-03-31T18:30:59.058-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Estrategias de contenidos'/><title type='text'>Analibius: ¿Servirá de algo Youtube?</title><content type='html'>&lt;p align="justify"&gt;Si Google priva los post con mayor contenido, entonces si tienen video es una buena alternativa de utilización de contenidos. Por otro lado un buen video que tenga la palabra clave en su título&amp;nbsp; - Analibus – debería ser más efectivo aún y este video podría rankear alto debido a la autoridad que posee Youtube. Por esta razón es que nos vemos conminados a experimentar con un video a ver qué ocurre y ahí va entonces.&lt;/p&gt; &lt;p align="justify"&gt;Otra alternativa es utilizar foros de alta autoridad para lograr links entrantes – pero el link building es caso para otro capítulo. Escriban comentarios y preguntas sobre los posts para hacer más rico el intercambio. Ah!!! Este es un video que encontre sobre SEO que parece bastante bueno. VEANLO&lt;/p&gt;&lt;iframe title="YouTube video player" height="450" src="http://www.youtube.com/embed/VBAJgksyhxo" frameborder="0" width="540" allowfullscreen&gt;&lt;/iframe&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-9001571571289791628?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/9001571571289791628/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/03/analibius-servira-de-algo-youtube.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/9001571571289791628'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/9001571571289791628'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/03/analibius-servira-de-algo-youtube.html' title='Analibius: ¿Servirá de algo Youtube?'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://img.youtube.com/vi/VBAJgksyhxo/default.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-3675804515603386164</id><published>2011-03-31T18:21:00.001-07:00</published><updated>2011-03-31T18:21:34.522-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Estrategias de contenidos'/><title type='text'>Analibius: La importancia de los links salientes</title><content type='html'>&lt;p align="justify"&gt;Google reconoce un post como más importante en su contenido no solo por la cantidad de texto que posee sino también por la calidad de links a los que hace referencia. Este es el caso de wikipedia o blogs que tienen “autoridad” como soloentendidos.com. Por lo tanto, este post tendrá un link saliente a wikipedia sobre &lt;a href="http://es.wikipedia.org/wiki/Analibius"&gt;analibus&lt;/a&gt; y otro a este tan importante blog que también habla de &lt;a href="http://www.soloentendidos.com/2011/03/analibius-entren-por-una-ayuda.html"&gt;analibus&lt;/a&gt;.&lt;/p&gt; &lt;p align="justify"&gt;De esta forma iré escribiendo posts con más o menos la misma cantidad de información pero con diferentes características para que uds vean cómo van rankeando cada uno de ellos y qué contenidos o tácticas son las más eficientes.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-3675804515603386164?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/3675804515603386164/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/03/analibius-la-importancia-de-los-links.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/3675804515603386164'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/3675804515603386164'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/03/analibius-la-importancia-de-los-links.html' title='Analibius: La importancia de los links salientes'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-6490822411015877985</id><published>2011-03-31T10:39:00.000-07:00</published><updated>2011-03-31T18:37:53.991-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mensajes'/><title type='text'>Reglas de participacion</title><content type='html'>1.- Recuerden que el ganador es el que mejor posiciona en google una página NUEVA&lt;br /&gt;2.- La página debe ser un blogspot para igualar posibilidades. NO puede ser por ejemplo un linkedin, facebook o wikipedia &lt;u&gt;aunque se pueden usar para ayudar al posicionamiento del blog&lt;/u&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-6490822411015877985?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/6490822411015877985/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/03/reglas-de-participacion.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/6490822411015877985'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/6490822411015877985'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/03/reglas-de-participacion.html' title='Reglas de participacion'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-1669066259273875068</id><published>2011-03-30T12:44:00.000-07:00</published><updated>2011-03-31T18:37:27.050-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Herramientas'/><title type='text'>Windows Live writer</title><content type='html'>Es ALTAMENTE RECOMENDADA la utilización del windows live writer como editor de posts ya que permite incluir alts en las fotografias y una mayor flexibilidad al incluir objetos multimedia. Utilizar preferentemente la versión en inglés. Este programa es un editor eficiente que, una vez editado el post a publicar, se conecta al blogger o wordpress y postea en el lugar correpondiente.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/en/confirmation.aspx?FamilyID=0d26b431-b29c-47e1-8895-563aa7512aac&amp;amp;displaylang=en"&gt;descargar del windows live writer&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-1669066259273875068?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/1669066259273875068/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/03/windows-live-writer.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/1669066259273875068'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/1669066259273875068'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/03/windows-live-writer.html' title='Windows Live writer'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7926064972926475734.post-8740232811512866189</id><published>2011-03-30T12:36:00.000-07:00</published><updated>2011-03-30T12:50:28.876-07:00</updated><title type='text'>Bienvenidos al proyecto SEO Analibius</title><content type='html'>Analibius es un nuevo concepto de marketing subliminal que produce dependencia a nivel inconsciente y adicción a la utilización de productos o utilización de servicios.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7926064972926475734-8740232811512866189?l=analibius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://analibius.blogspot.com/feeds/8740232811512866189/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://analibius.blogspot.com/2011/03/bienvenidos-al-proyecto-seo-analibius.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/8740232811512866189'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7926064972926475734/posts/default/8740232811512866189'/><link rel='alternate' type='text/html' href='http://analibius.blogspot.com/2011/03/bienvenidos-al-proyecto-seo-analibius.html' title='Bienvenidos al proyecto SEO Analibius'/><author><name>Aristocles</name><uri>http://www.blogger.com/profile/05946249981606293838</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_RkRpH9Z1WTM/STxA03m28sI/AAAAAAAACPA/KTvyI9B-9RY/S220/Pepe+120x120.jpg'/></author><thr:total>1</thr:total></entry></feed>
