Go Back   TechArena Community > Software > Software Development
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , ,

Sponsored Links



How to make a nofollow link

Software Development


Reply
 
Thread Tools Search this Thread
  #1  
Old 25-11-2009
Member
 
Join Date: Apr 2009
Posts: 79
How to make a nofollow link

Does any one know how to make a no follow link in html. There are many website in which link is given but do not transfer any "Google juice" to it. How can I create link a no-follow link? Any recommendations and suggestions are appreciated.
Reply With Quote
  #2  
Old 25-11-2009
Zecho's Avatar
Member
 
Join Date: May 2008
Posts: 2,267
Re: How to make a nofollow link

The new nofollow link tag is supposed to provide webmasters with the opportunity to add a link to their website without leaking PageRank to the page they are linking to. Just add rel="nofollow" to your code.The nofollow attribute was originally designed to reduce comment spam, but has turned into a control method for the Google bot.
Reply With Quote
  #3  
Old 25-11-2009
Member
 
Join Date: Jan 2009
Posts: 199
Re: How to make a nofollow link

The nofollow attribute value is not meant for blocking access to content, it is an HTML attribute value used to instruct some search engines that a hyperlink should not influence the link target's ranking in the search engine's index.The Nofollow HTML linking tag is used to prevent search engines from “following” a specific link to another web page or site.
Reply With Quote
  #4  
Old 25-11-2009
Member
 
Join Date: Dec 2008
Posts: 177
Re: How to make a nofollow link

Code:
<a href="link here" rel="nofollow">text here</a>
The most obvious reason to gain these links is because they can still send traffic to your site. The proper methods for blocking search engine to access content on a website, the nofollow attribute basically means that the search engines will not follow the link, it’s assumed that it’s a waste of time to try to earn these.
Reply With Quote
Reply

  TechArena Community > Software > Software Development


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "How to make a nofollow link"
Thread Thread Starter Forum Replies Last Post
Dofollow Vs. Nofollow Vakalp Technology & Internet 8 28-12-2011 10:49 PM
Connecting TP-Link modem to TP-Link router Rufta Technology & Internet 3 02-02-2011 01:50 PM
Difference between symbolic link and a physical link Shell456 Operating Systems 4 25-02-2010 10:30 PM
Changing link color when moving mouse over link in HTML Cade Software Development 5 22-01-2010 07:46 PM
D-Link DIR-655, Intel WiFi Link 4965a/g/n, Vista and 802.11n lzdesert Windows Vista Network 1 14-07-2007 05:03 PM


All times are GMT +5.5. The time now is 03:48 AM.