Page 1 of 1

Admin page "nofollow"

Posted: Tue Aug 21, 2007 6:39 pm
by kallussed
I noticed that my admin page is getting indexed.

It seems reasonable (as it's quick and I can't think of any reason to index the admin page) to add the following:

Inside:
class serendipity_superuser_plugin

Update the following:

Code: Select all

echo '<a rel="nofollow" href="' . $link . '" title="'. $text .'">'. $text .'</a>';

Re: Admin page "nofollow"

Posted: Tue Aug 21, 2007 6:50 pm
by garvinhicking
Hi!

Thanks a lot, good suggestion & committed!

Regards,
Garvin