How to create a good pagination and titles for a forum
-
I have a subdomain forum in my website, for example: http://forum.mywebsite.com/, the point is that i'm not sure how to create the url pagination and title in the index of each category. Let's say that i have 10 categories, right, and i want to do the pagination for the index of each category. An example of a url for the category is: http://forum.mywebsite.com/category-one/, here i have the posts for this category i will present 10 for page, next when any user click to see the posts in the second page i have this url: http://forum.mywebsite.com/category-one/page1.html.
Here is where i have the problem, the url for the pagination it is ok, but the problem will be the titles for the continues pages (page2.html, page3.html, etc), it can't be the same one of the first url. So what can i do to avoid the problem of same titles in differents urls or any solution whit out any trouble for the spider.
-
The pagination tags should help clear things up for the spiders.