NameSilo

Asp 301 redirect

Spaceship Spaceship
Watch

tgo

Established Member
Impact
7
Hi guys,

I have a page that I am currently using to serve many pages depending on the querystring.

The page is
http://famousqt.com/profile.asp?celeb=1
but its also used like this for completly different results
http://famousqt.com/profile.asp?celeb=1&select=1&page=1
http://famousqt.com/profile.asp?celeb=1&select=2&page=1

My question is should I change this to a static url, for example

http://famousqt.com/profile.asp?celeb=1
then
http://famousqt.com/photos.asp?celeb=1
http://famousqt.com/wallpapers.asp?celeb=1

I can do this with a redirect on the profile page to detect what page it should be going to and 301 redirect to the new one. Is this worth it to get the extra keywords in the url, and shorten the querystring? It may take a while to change but is it worth it in the end?
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back