Forum Moderators: Robert Charlton & goodroi
function doChange(className) {
elements = getElementsByClass(className)
for (i=0; i < elements.length; i++) {
m = elements[i].getAttributeNode("rel");
n = elements[i].removeAttributeNode(m);
}
Better to look at the source when in doubt...
check the <head> for meta robots noindex,nofollow
Yes, and many of the Firefox add-ons will highlight every link if there's a robots meta. As with much of web technology, there certainly are possible games, including cloaking. But as jimbeetle, most blog owners are it's going to be doing anything like that.