Forum Moderators: open
I'm wondering the same thing.
>Did you email other webmasters who link to the old url? They should change their links to point towards your new page.
Why?
If the PR is transferred to the new page then why does the link need to be changed as well?
I'm trying to clean up a large, mature site with many instances of \widgets.html and \widgets\index.html (and sometimes \widgets.shtml). Some of these are duplicate conmtent, more often the problem is that they are different iterations of the site's design. ALL versions are indexed in Google, and ALL have some inbound links. I'd like to use 301 Redirects to pool the value (and PR) of each URL into a single, current page, without having to update links. My understanding is that
Redirect 301 /widgets.html [mydomain.com...]
and
Redirect Permanent /widgets.html [mydomain.com...]
will both do this and are the same thing. Can anyone confirm this?
Hmm. Could I just use
Redirect 301 /widgets.html /widgets/index.html
I found this thread while searching for answers, so if I find them elsewhere I'll come back and post them here.
www.oldsite.com is still in some of the rankings when I do a search, but I'm sure that will be fixed soon. I don't really care that much although it does look a bit funny to customers (e.g. www.cars.com and the title and description in the results is about boats, the new site's description).
Anyone else has experience with 301 transferring PR value to the new page?
A number of months ago, the owner of a cruise site linked to an article on my site via a redirect link. In other words, when users clicked on the "Sitename" link on the cruise site's PR6 home page, they were taken to a page called r2.htm or something similar on the cruise site, and that page redirected them to my article. (I assume this was done so the Webmaster could track clickthroughs in her daily traffic reports.)
In the next Google update, my article ranked #1 for its most important keyphrase (the name of a cruise ship), and the SERP correctly displayed the name of my page and a snippet from its content. However, the URL was the URL of the cruise site's redirect page.
Later, after another month or so, my own URL replaced the redirect page's URL in the Google listing. (That's all that changed: the page was still #1 for its keyphrase.)
Based on my experience, I'd predict that:
1) The redirect won't hurt you in Google; and...
2) Google will show the old URL for a while, but in a month or two the new URL will take its place.
Redirect 301 /widgets.html [mydomain.com...]
and
Redirect Permanent /widgets.html [mydomain.com...]will both do this and are the same thing. Can anyone confirm this?
Hmm. Could I just use
Redirect 301 /widgets.html /widgets/index.html
HTH,
Jim
Hmmmm, hope that makes sense!