I have an iframe which content I need Google to index. Is this possible?

felipetango

New Member
I have a classifieds website.The index.html has a form:\[code\] <form action="php_page" target="iframe" etc...>\[/code\]The iframe displays the results, and the php_page builds the results for the iframe. Basically the php_page builds a table containing the results from a mysql db, and outputs it.My problem is that this doesn't get indexed by google.How can I solve this?The reason I used an Iframe in the first place was to avoid page-reloading when hitting submit.Ajax couldn't be used due to various reasons I wont go into here.Any ideas what to do?ThanksUPDATE:I have a sitemap with URLS to all the classifieds also, but I don't think this guarantees google to spider those URLS.
 
Back
Top