Forum Moderators: rogerd
I'm less concerned about user-dropped URLs than the many "junk" links on a typical forum page. On a given thread display page, for example, there may be a reply link (sometimes even one reply link in each message), edit links, profile links, "report this message" links, and so on. Few of these have any value to search engine visitors, so it would be logical to use the rel=nofollow attribute to keep the spiders focused on useful content. Is anyone actually doing this, and if so, are you seeing any changes in the way the site is spidered or ranked?
so it would be logical to use the rel=nofollow attribute to keep the spiders focused on useful content
IMO "nofollow" is a very misleading name -- spammers spam not because they want spiders to get their content, but because they want to get better rank due to number of links. So, in effect its the ranking issue, not spidering, and therefore attribute should have really be called something else like "norank" or even "PR-1".
Nevertheless its a good idea to support this emerging standard and apply tag to any place where links can be posted by non-owner of the place.
Some web developers use javascript to hide links they don't want spidered - links to user services, etc. It seems like the nofollow attribute could accomplish this without having to worry about visitors with JS disabled.