php - How to make search engines index search results on my website? -


i have classifieds website.

it has index.html, consists of form. form 1 users use search classifieds. results of search displayed in iframe in index.html, page wont reload or anything. however, action of form php-page, work of fetching classifieds etc.

very simple.

my problem is, google hasn't indexed of search results yet.

must links on same page index.html google index search results? (because displayed in iframe)

or because content dynamic?

i have sitemap works, urls classifieds in sitemap, still not indexed.

i have robots.txt:

  disallow: /bincgi/ 

the php code inside /bincgi/ folder, reason why isn't being indexed?

i have used rewrite rewrite urls of classifieds to

  /annons/classified_title_here 

and how sitemap made up, using rewritten urls.

any ideas why isn't working?

thanks

if need more input let me know.

if content entirely dynamic , there no other way content except submitting form, google not indexing results because of that. mentioned in comment elsewhere, google did experimental form submission on large sites in 2008, have no idea if expanded on that.

however, if have valid , accessible google sitemap, google should index classifieds fine. suggest use google webmaster tools find out how google treats site , diagnose potential problems crawling.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -