crawling of search based web pages

wxdqz

New Member
I am working on a web site whose home page has a search facility. When the user uses the search facility the site displays the search results with 10 listings on each page. If the user wants to view the next 10 results he has to click on the 'NEXT" link provided at the bottom or the page or he can directly jump to pages by clicking on `PAGE NUMBER' links provided at the bottom of the search result display page.

I want google and other search engines to index my site along with the search facility


For example if you search `free ebooks' on Google then you get the search results with links like
<!-- m --><a class="postlink" href="http://www.mslit.com/default.asp?mjr=FRE">http://www.mslit.com/default.asp?mjr=FRE</a><!-- m -->
and
<!-- m --><a class="postlink" href="http://www.searchsite.com/?q=Free%20ebooks">http://www.searchsite.com/?q=Free%20ebooks</a><!-- m -->

This means that Google is able to also crawl the search pages which are not static but dynamic in nature and are produced by ASP, JSP or PHP.

Can someone guide me how can I have my web site search functionality crawled by Google so that if someone searches for a keyword and if the keyword is available through my search functionality then Google would display that.

Any advice on how to go about this.


Thanking you
s786787
 
Back
Top