2
2 items should help this:
1. Place this code at the bottom of your print.php page
$xoopsTpl->assign('xoops_meta_robots', 'noindex, nofollow');
2. in the robots.txt file in your root directory add this line:
Disallow: /modules/zmagazine/print.php
this should help keep the robots from spidering that page.
-b