Hello Friends,
I'm working on a Property site. In that site i've no. of cities like Delhi,Mumbai,Chennai and etc. and it will be around 15-20 cities
Now i've to display property accordingly the city. For it i've taken only one page which is dynamically brings the properties according cities name. But my question is is it okay to have a single page and bringing the data dynamically or should i take different different pages(15 pagges) according cities name. And also i've to make my site considering SEO(search engine optimization). So which way i should go through.
And also, how can i convert my .aspx page into html page for improving the speed
Niradhip ChakrabortyPosted May 27, 2009, 1:19 PM
You can Dynamically Compose the Keywords Meta-Tag in ASP.NET.
Check Out:
http://www.sandypondshoppingcarts.com/Resources/ASP-NET-How-To-Dynamically-Compose-Keywords-Meta-Tag.aspx
Manoj BishtPosted May 27, 2009, 1:17 AM
Yea it's ok to have a single page. But Suppose in google i look for Residential Property in Delhi then will it work.
because in meta tag i'll use only Residential Property in and city name, city name which comes at run-time.
Will it bring the residential property in delhi for me as i want to have
Niradhip ChakrabortyPosted May 26, 2009, 3:04 PM