View Single Post
  #63 (permalink)  
Old 02-20-2008, 08:50 AM
Webnauts's Avatar
Webnauts Webnauts is offline
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Aug 2003
Location: Worldwide
Posts: 8,132
Webnauts RepRank 8Webnauts RepRank 8Webnauts RepRank 8Webnauts RepRank 8Webnauts RepRank 8Webnauts RepRank 8Webnauts RepRank 8Webnauts RepRank 8Webnauts RepRank 8
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?
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood
SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO
Reply With Quote