JBatman
Registered Member
- Mar 31, 2009
- 64
- 17
Ok, hopefully someone here can answer this, I can't post links yet so w3 is actually www:
How does GoogleBot process NoFollow links? Does GoogleBot follow html validation or not? For instance if a link has an invalid attribute will GoogleBot still process it or does it disregard the link entirely?
Example:
Flickr changed their outgoing links/comments, etc to NoFollow.... which looks like this now after you submit a link:
BUT they still allow for the "rel" attr when posting links in comments and such and if you add it into your link and post it comes out like this:
Which correct me if I'm wrong but duplicate attributes is invalid, so does it get thrown out by Google or what?
If I use the Firefox NoFollow plugin the link shows up as normal (blue) instead of red for nofollow
How does GoogleBot process NoFollow links? Does GoogleBot follow html validation or not? For instance if a link has an invalid attribute will GoogleBot still process it or does it disregard the link entirely?
Example:
Flickr changed their outgoing links/comments, etc to NoFollow.... which looks like this now after you submit a link:
Code:
<a href="w3.MySite.com" rel="nofollow">MySite</a>
Code:
<a href="w3.MySite.com" rel="********" rel="nofollow">MySite</a>
If I use the Firefox NoFollow plugin the link shows up as normal (blue) instead of red for nofollow