Adesso guarda come ti frego...

var1=15;
var2=var1;
if(var1==var2) document.1ocation="http://www.sewshop.com/acart/index.htm";

Se vi state chiedendo di cosa si tratti eccovi accontentati: è una forma di redirect via JavaScript un po’ alternativo.

The other thing to bear in mind is that these sites are mostly unaware of the whole SEO thing. Turn off JS and do [site:sewshop.com] on Yahoo, then look at a few of the cached pages like http://www.sewshop.com/notions-sewing-supply.html

The site itself is for a real small business, but they clearly made a bad choice and bought some piece of software that makes gibberish pages that do a JavaScript redirect with code like

var1=15;
var2=var1;
if(var1==var2) document.1ocation="http://www.sewshop.com/acart/index.htm";

The owner of that business is probably not going to go to WMW, SEW, SEF, IHU, TW, or other SEO hangouts.

Matt Cutts

Questo è l’intervento completo, tratto dai commenti del blog di Matt Cutts.

Si tratta di un suo post dove rivela una delle techiche usate da un webmaster per creare dei redirect in JavaScript tentando di ingannare i motori di ricerca.

Personalmente ho trovato l’intervento tanto semplice quanto interessante, non tanto per il JS in sé (è sufficientemente banale) quanto per gli spunti di riflessioni ai quali può dar luogo.