I want to develop new pages for my dating site. This pages should list users by certain data, e.g. all users that live in USA, California, or all users with religion Christian who live in USA. There should be a pagination system that list 10 users per page. The script already use a pagination system that you could use.
Initially I would be creating pages for
country, state (e.g. all users in USA and California)
country, state, city
country, religion
country, ethnicity
country is USA or Canada.
For each state I would be creating pages for 10-30 cities. I would be researching the most relevant cities for each state. Another option is to use the cities that are already in the db.
This results in at least 630 (50 USA states + 13 Canada regions) pages, plus secondary pages listing more members.
I don’t know if to create those pages automatically, or manually based on a template. The important thing is that those pages need to be search engine friendly. What would be your recommendation?
The script is coded in PHP and MySQL. New pages can be also PHP, or .html, or whatever else that is SE friendly. Each page should have it’s own title and description meta tags, and H1 tags.
Please send me your recommendation on how to implement this project, so I can decide who I should assign this project to.