Forum Moderators: Robert Charlton & goodroi
I guess that it will take Google at least one PageRank update to reassign everything where it needs to be, but it might take a while to fully recover.
Google may see your site as a brand new site. You didn't mention how many pages it has. If it has many thousands of pages, then I guess that it would be a big blip on their radar.
Some of the new URLs are likely being treated as being duplicates of the content at the old URLs, and I guess that effect may take a week or two to clear.
You need to really make sure that there are no internal links that point to the "wrong" version now. In particular, pay attention, to any links to folders where the trailing / is missing from the URL.
Those may force a double 301 redirect via the wrong domain: domain.com/folder ---> www.domain.com/folder/ ---> domain.com/folder/ and that would be a big problem. Resolution of a missing / happens internally in the server, and over-rides what is in your redirect code.
Before, you had all you internal links to your homepage and sitemap pointing to www's
You then 301 redirected your home page from www to non www.
And then changed your internal links also.
If you had left your internal links in place (to www), the PR would have been transered to the non www. (The 301 would have taken care of all internal and backlinks, that were to www)
But because you have also redirected your links to the non www, Google may see these as new internal links and it may take time for google to recaluculate the value of these links to regain your PR.
My Honest Opinion
I guess that it will take Google at least one PageRank update to reassign everything where it needs to be, but it might take a while to fully recover.
So then Google does see the switch from www to non-www as new content? I had the 301 redirect in place before I updated the internal links. I saw some pages change to the non-www version quickly while others stayed www. Now all but very few pages are missing from the index. The few that are there are listed as non-www. My page rank hasn't budged throughout the change.
Google may see your site as a brand new site. You didn't mention how many pages it has. If it has many thousands of pages, then I guess that it would be a big blip on their radar.
Combined it has around 1500 pages now. It used to be closer to 2,250...I moved some content offsite to another site and used a 301 redirect to the new site. A few hundred other pages I removed entirely. The pages that are being redirected offsite and the ones dropped are now in supps.
Some of the new URLs are likely being treated as being duplicates of the content at the old URLs, and I guess that effect may take a week or two to clear.
Not too sure about that since they would be in supps if they were seen as dupe content, no? Of course, they may show up in the supps in a week or two, but usually when I make changes I see supps showing up very quickly
You need to really make sure that there are no internal links that point to the "wrong" version now. In particular, pay attention, to any links to folders where the trailing / is missing from the URL.
Ok, I didn't have internal links to folders in the past...only to individual html pages and to the domain name (without trailing slash)...is it an issue that the links to my domain name don't have a slash at the end?
Likewise a link pointing to www.domain.com/folder can get get redirected to domain.com/folder/ first, before being redirected onwards to www.domain.com/folder/.
The middle URL is on the default hostname (which may not be the one that you actually wanted to promote!). The default hostname is what is used when resolving the problem of a missing / on the end of a folder URL.
It takes precedence over all other redirects, such as your non-www to www (or vice versa) redirect that is supposed to be solving your Duplicate Content issues, and can make things worse.
Fortunately, the effect is usually easy to see. When running Xenu LinkSleuth over your site and then generating a sitemap, you get twice as many listed pages as you expected, and half of them are shown with a title of 301 Moved Permanently. Or you could just use a HTTP Header Checker and check the response you get for various test URLs.
[edited by: g1smd at 5:33 pm (utc) on Oct. 15, 2006]
[edited by: tedster at 5:39 pm (utc) on Oct. 15, 2006]
[edit reason] use example.com [/edit]
Once you get the redirect from non-www to www actioned, the www version usually gets back into the normal index within a few weeks, and the non-www verison stays Supplemental for a year (and the cache date is stuck), and then it drops out of the index.
However, it might not always work this way in the future if spammers are already taking advantage of these "dual listings" in any way.