Add on request "nofollow"
Posted: Sun Nov 27, 2005 12:39 pm
I hope this is the right forum to post, if not sorry,
anyway, I'd like to request a
rel="nofollow"
check mod
this would be helpful because some linking partners are sneaking this tag in their pages, it could be global so that if the tag is found anywhere on their page LinkMan would delete it.
even just a code snippet would be great:
Am I getting warm?
Also, instead of LinkMan deleting links right off, how about pausing them from being view by the public but listed in the admin with a yellow [X] so the admin can either restore them or delete.
This would be a great help because in some link exchanges you get flooded with requests & each one you have to manually input but the other webmaster might be a few days behind you so a week later some of your new links might not be fully set.
This way you could choose to give them one more chance to catch up.
or delete old ones that are playing games.
Thanks
anyway, I'd like to request a
rel="nofollow"
check mod
this would be helpful because some linking partners are sneaking this tag in their pages, it could be global so that if the tag is found anywhere on their page LinkMan would delete it.
even just a code snippet would be great:
Code: Select all
if (preg_match("rel='nofollow'",$html)) {
echo "<br>\n<font color=\"#FF0000\">A NoFollow Was FOUND!</font><br><br>\n\nRemoving link ...<br>";
} else {
echo "<br>\n<font color=\"#008000\">A nofollow to $settings[site_url] was not found!</font><br><br>\n\n";
unset($lines[$i-1]);
$rewrite=1;


This would be a great help because in some link exchanges you get flooded with requests & each one you have to manually input but the other webmaster might be a few days behind you so a week later some of your new links might not be fully set.
This way you could choose to give them one more chance to catch up.
or delete old ones that are playing games.
Thanks
