Forum Moderators: open
While I was doing a link popularity check I found this script at the bottom of a site that was supposed to be linked to me.
There is no sign of my URL on their page.
It was only evident when I viewed their source.
I don't know what it means or what it does, but I'm ultra suspicious.
Can someone enlighten me please?
Also, what should I do about it?
<script language="javascript">
<!--
//top.location.replace("http://www.me.uk");
//-->
</script>
<noscript>Links: <a href="http://www.pricewatch.com">buy watch</a> ¦ <a href="http://www.example.com/">
watch retailer</a> ¦ <a href="http://directory.google.com...">watches
uk</a> ¦ <a href="http://www....">wristwatch</a> ¦
<a href="http://www.example.com/">...</a> ¦ <a href="http://www.espn.com">sports
watches</a> ¦ <a href="http://www.uk.co.uk">stuff</a></noscript>
</body>
</html>
Thanks!
[edited by: Brett_Tabke at 6:37 am (utc) on Dec. 18, 2002]
[edit reason] delinked [/edit]
Welcome to WebmasterWorld [webmasterworld.com]!
If JavaScript is enabled, the code does nothing, since the top.location.replace is commented out. If JavaScript is disabled, the list of text links will appear. Google's spider acts like a browser with JavaScript disabled, so it will pick up those links. You can go view Google's cache of that site with JavaScript enabled and with JavaScript disabled, and see what they picked up the last time they spidered that site.
HTH,
Jim