1) They've mentioned
nofollow in the draft just released.
http://www.w3.org/2008/02/html5-pressrelease
and
http://www.webpronews.com/blogtalk/2008/01/22/nofollow-makes-it-into-...
2) Yes, but different. I don't remember the specifics, but Google
will not follow the target of the link, others will. Google will
follow the target if another real link points to it.
3) Not really. There is always the possiblity that a page that you
only link to with nofollow is linked to by someone else, thus the need
for robots.txt and meta.
4) From what I've read and tested, they don't look at the target page,
they just ignore the link completely. But they do make note of it, as
evidenced by them being included in your WMT reports.
On Feb 1, 2:06 pm, Chris Gunn wrote:
> Howdy Folks,
> I'm trying to reduce the number of dynamic web pages the Googlebots
> access. While at the same time I want the pages to validate properly
> to HTML specifications.
> 1. According to W3C "nofollow" is not valid for REL= but their
> validator doesn't catch it.
> 2. The REL= is not valid for links using <FORM>.
> 3. The REL stands Relationship and "nofollow" does not really fit
> into that definition.
> It does not sit well with me to clutter a web site's pages with
> invalid code just to please Google.
> I've always managed to cover things with the Robots Meta tag and
> recently started excluding some links with the robot.txt file. These
> I know properly meet HTML and other specifications. They also
> validate properly.
> This brings up a whole bunch of questions:
> 1. Has Google gone through the process of requesting a change adding
> "nofollow" to the REL attibutes?
> 2. Do any of the other search engines pay attention to rel="nofollow"
> invention?
> 3. Will using the Robots Meta tag and/or the robots.txt to exclude
> links that might damage a site's ranking work the same as
> rel="nofollow"?
> 4. Does Google take the "nofollow" literally and not open that link
> or do they peek at the destination for other purposes?
> Thanks, Chris