View Single Post
  #58 (permalink)  
Old 02-20-2008, 07:18 AM
Webnauts's Avatar
Webnauts Webnauts is offline
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Aug 2003
Location: Worldwide
Posts: 8,170
Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9
Default Re: When should I use no-follow on internal Links?

Quote:
Originally Posted by kgun View Post
  1. XLink is XML's linking model.
  2. Linkbases, exdtended links and arcroles are much more.
  3. "Blockquote" is used to little. I use it on my sites to quote (cite). Some misueses it for indenting. Isn't blockquote depricated?
I am aware of what XLink, Linkbases etc are about.
XLink defines a standard way of creating hyperlinks in XML documents.
Example:

Code:
<?xml version="1.0"?> 
<homepages xmlns:xlink="http://www.w3.org/1999/xlink">   
<homepage xlink:type="simple"
  xlink:href="http://www.seoworkers.com">SEO Workers</homepage>   
<homepage xlink:type="simple"
  xlink:href="http://www.webnauts.net">Webnauts.net</homepage> 
</homepages>
And blockquote is not deprecated.

What is next? XPointers?
__________________
"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

Last edited by Webnauts; 02-20-2008 at 07:26 AM.
Reply With Quote