PDA

View Full Version : no follow attribute


BuckfastMonk
08-24-2007, 09:04 PM
Hi guys,

Is there any way to implement the nofollow attribute so that it affects multiple links on any given page?

Thanks

BFM

beu
08-24-2007, 10:26 PM
If you used:
<meta name="robots" content="index,nofollow">
you would be saying via the index directive to index the page but also saying via the follow directive not to follow any links on the page.

Is that what you want?:confused:

BuckfastMonk
08-25-2007, 06:33 AM
Hi Beu,

Yes that is exactly what I was looking for. Thank-you mate, much appreciated