Admin page "nofollow"
Posted: Tue Aug 21, 2007 6:39 pm
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:
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>';