Hi guys, I have this code that is hidden from people but I think robots and some software can still read it on the page. Is there a way to make it hard to read for robots or unwanted software? <?php if(!$is_reported) { ?><b><?php echo $lang['REPORT_THIS_AD']; ?></b> <a href="javascript:confirmAbuseReport();"><?php echo $lang['REPORT_ABUSE_SPAM']; ?></a> PHP: Thanks!