Hi, I have many category (300+) and product pages (3,000+). As like in what most cms do, it spits out urls that look like this "?=productid etc..." and titles which are the same for all as they are dynamically generated as essentially they are generated from one .asp page (in my case) - bottomline not great for seo.
My questions are:
1) Should I find someway I can have all pages have their own unique titles and urls changed to mean something (keywords) - probably using 'mode rewrite'? Don't know if this can be done?
2) On the other hand, I've heard that I shouldn't bother to index product pages and instead should use robot.txt to disallow them from being indexed. The reason is that it my dialute things. Is this right? But I thought the whole idea is to get as many pages indexed?
Currently if I do a site:domain.com it shows 1700 pages indexed by google although I have only 150 pages. Most of the index pages are the product dynamic pages that have "?=productid etc..." in them.
So what is the right thing to do?