View Single Post
  #63 (permalink)  
Old 02-20-2008, 08:50 AM
Webnauts's Avatar
Webnauts Webnauts is online now
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 7,529
Webnauts RepRank 3Webnauts RepRank 3
Default Re: When should I use no-follow on internal Links?

Xlink and XPointer can be accessible, and their linking/pointing semantics may be recognized with certainty.
How? Here is an example using links that can be recognized reliably by XLink applications.
Code:
<myxlink xmlns:xlink="http://www.w3.org/1999/xlink"
             xlink:href="http://www.seoworkers.com/example.xml">
         List of resources
    </myxlink>

What is the difference?

User Agents have no way of knowing this is a link if implemented like below:

Code:
<mylink linkend="http://mysite/myfile.xml">
      Current List of references 
</mylink>
But I still do not see a way making them accessible when events like "onLoad" will be implemented.

Anyway, I think we are clear after all, and we better stop the topic here as we went far off topic. OK bro?
Reply With Quote