So is this correct implementation of making a link nofollow?

<?php        echo $html->link('mylink', 'http://www.mylink.com', array
('rel'=>'nofollow') );  ?>



On Jan 17, 7:02 am, euromark <[email protected]> wrote:
> add in the third parameter as options array:
> array('rel'=>'nofollow')
>
> On 17 Jan., 09:11, John Andersen <[email protected]> wrote:
>
> > The nofollow is an additional attribute to the link. 
> > See:http://en.wikipedia.org/wiki/Nofollow
> > for an explanation and how to implement.
> > Enjoy,
> >    John
>
> > On Jan 17, 4:13 am, thankyou <[email protected]> wrote:
>
> > > Hello,
> > > Having problems creating a nofollow link.
>
> > > I currently have the code below:
>
> > > <?php        echo $html->link('mylink', 'http://www.mylink.com'); ?>
>
> > > What can I do to this to make it nofollow?
>
> > > Thank you :)
Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to