Is it possible to use PHP to convert an iFrame into on-page HTML (if that makes any sense) so that the content can be indexed by search engines? I am using a spreadsheet here:
http://www.landedhouses.co.uk/offers/
<p><iframe width='700' height='1200' frameborder='0' src='https://docs.google.com/spreadsheet/pub?key=0Ai0rAM-RzQC4dE1hQ2FpdmFoU29POGFUR1NMQUl2RWc&single=true&gid=1&output=html&widget=true'></iframe></p>
iframenot HTML? – T.J. Crowder Jan 15 at 22:05file_get_contents('https://docs.google.com/spreadsheet/pub?key=0Ai0rAM-RzQC4dE1hQ2FpdmFoU29POGFUR1NMQUl2RWc&single=true&gid=1&output=html&widget=true')? – jeremyharris Jan 15 at 22:06