Admin page "nofollow"

Found a bug? Tell us!!
Post Reply
kallussed
Posts: 1
Joined: Tue Aug 21, 2007 6:26 pm

Admin page "nofollow"

Post 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>';
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Admin page "nofollow"

Post by garvinhicking »

Hi!

Thanks a lot, good suggestion & committed!

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply