Simple solution if you want a scrolling IFRAME but need its content to be readable by spiders. use <style type="text/css"> #fakeiFrame { width: 295px; height: 125px; overflow: auto; border:1px solid #000000; } </style> <div id="fakeiFrame"> <?php include('frame.php3'); ?> </div> HTML: