php - I have an iframe which content I need Google to index. Is this possible? -
i have classifieds website.
the index.html has form:
<form action="php_page" target="iframe" etc...>
the iframe displays results, , php_page builds results iframe. php_page builds table containing results mysql db, , outputs it.
my problem doesn't indexed google.
how can solve this?
the reason used iframe in first place avoid page-reloading when hitting submit.
ajax couldn't used due various reasons wont go here.
any ideas do?
thanks
update:
i have sitemap urls classifieds also, don't think guarantees google spider urls.
trying make google spider crawl results of search form not right approach.
assuming want google.com users find classifieds ads searching google, best approach create set of static html pages ads, , link them (not invisibly) elsewhere on site (probably best home page - such link can in footer or else unobtrusive)
they can linked sitemap xml (you have sitemap xml file don't you?)
note: <iframe>
doesn't come this. or ajax.
Comments
Post a Comment