How can you use nofollow in the head and get a global nofollow for the entire page ? Will that nofollow also effect links to other pagers in the same site ?
Use: <meta name="robots" content="nofollow" /> Code (markup): This will effect every link on the page, including inbound links.
Thanks Millar. What do you mean by inbound links, do you mean links to other pages on the same site ?
Here's an example of the outbound link from your page just to clarify. <a href="www.domain.com" rel="nofollow" title"">outbound link text</a>
thanks this is for single link i was looking for global how can i use it for whole website and all old links? this will include inbound links and also links within domain so i was asking any small edit in this line to exclude inbound