I am updating my linking system for articles tonight and here is an example of the changes that will occur (only on new articles)
mysite.com/news/4567
to
mysite.com/nw/4567-funny-video
or something like that.
If a new article is acccessed through the old link, I want to do a redirect to the new article. I was going to do this with php with the header function
header("Location:$newpage");
is this the best way to do it or do I have to send something else to avoid duplicates with search engines? Can doing this redirect transfer the PR as well?
What is the best option here?
Thanks
Ryan






Bookmarks