View Single Post
  #58 (permalink)  
Old 02-20-2008, 06:18 AM
Webnauts's Avatar
Webnauts Webnauts is offline
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 7,399
Webnauts RepRank 3Webnauts RepRank 3
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?

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