Forum Moderators: open
Also I find the fact that they have broken up the www and other parts of the URL to be highly suspicious of something devious going on here.
Can someone tell me what this javascript is doing and if this is indeed preventing passing of PR and could it be doing harm to the site being redirected to?
They also used a fake title for the site they linked to and it was picked up by Amazon/Alexa, et. al. so now the fake title is all over the internet.
PS. I have replaced the site being linked to with "Domain".
<a class="title" href="javascript://"
onClick="doredir('htt','p://ww','w.DOMAIN.com/');return false;"
onFocus="ssb('htt','p://ww','w.DOMAIN.com/')"
onMouseOver="ssb('htt','p://ww','w.DOMAIN.com/'); return true;"
onMouseOut="window.status='';">
Can someone tell me what this javascript is doing and if this is indeed preventing passing of PR and could it be doing harm to the site being redirected to?
YES. This type of link does not pass any PR to the target URL as its been encoded by Javascript and search engine bot does not recognise URL's encoded in Javascript.