Hi,
I am developing a website where each page offers a time related service for different locations around the world. There is about 22.000 pages on the website. Each page URL is registered in a submitted sitemap:
... www.mysite.com/product_1.html
... www.mysite.com/product_2.html
... www.mysite.com/product_3.html
...
Now, although the content is clearly different for each page, there is not a lot of text on each page. More some could argue that it is not original content. However, the implementation is cleaner (better GUI), and much faster than competition. I also plan to make those pages work well on SmartPhones, since this is not the case for competition.
I see a possible risk of being penalized for excess of thin content pages.
I am wondering whether converting my page into a unique page with URL query parameters would eliminate that risk:
... www.mysite.com/product.html?id=1
... www.mysite.com/product.html?id=2
... www.mysite.com/product.html?id=3
...
Does anyone have experience with this? Is this a good idea worth investing time in?