I am just about to finalise my links. The problem is I need to show different pages. This is an example of one of my links: http://www.domain.co.uk/Game-Server-Hosting-7.html Code (markup): Now, if I wanted to display page two, how would you recommend doing this? Should I do: Game-Server-Hosting-7.html?page=2 Or Game-Server-Hosting-7-Page2.html A rapid response would be great and reasons why it would be better. I think the ?page=2 because I may run the risk of having too many numbers in the URL and becomming too long. Or should I not even have page in it? So something like: Game-Server-Hosting-7-P2.html
Just Game-Server-Hosting-7-P2.html is fine. Really doesnt matter too much. No need using a ? if its not a php page.
Yeah, try to avoid any of those query strings showing up in your SEO pages if you can at all help it. Loading them up at the start or end of the page file name is better.
I decided on Page2 This is an example page: http://www.invision-gaming.co.uk/Counter-Strike-Source-23-Page2.html