Hi,
I am working on a travel website where people can select the destination, whom they want to travel with, no. of days and month. Our plan is to save all these search results (that are generated dynamically) in the our database and would like to rank them.
To avoid the space issue and load on the website, we have decided to create a file where we will give the link to those dynamically generated pages. Eg:
File 1
mumbai.htm
delhi.htm
chennai.htm
hyderabad.htm
The above file will be present on the website and when user clicks on mumbai.htm, it will take user to the dynamically generated page, which will be kept somewhere in the database.
My question is can search engine crawl those dynamically generated pages?
Another question is related to the URL structure, is the below URL seo friendly?
http://travel.com/mumbai/family-infants/wildlife-heritage/5364abs
We are adding this id to make the pages unique.
TIA