Forum Moderators: open
Also, there are other effects which lead to a change in TollbarPR for a page (at the same time). Namely the PR of the 3 pages will change due to the following factors:
- a change of PR for pages linking to the sites
- a change of transferred PR through a change of the number of links on those pages
- a change in the PR algorithm (e.g. the damping factor)
- a change in the Toolbar scale
<%
Response.Status = "301 Moved Permanently"
Response.addheader "Location", "http://www.yourdomain.com/newpageurl/"
Response.End
%>
Even better:
xoc.net/works/tips/domain.asp
[edited by: bcolflesh at 9:47 pm (utc) on Dec. 11, 2003]
Doing a 301 redirect is the same as saying "this ressource is permanently moved to this other location"
Now this is fine when one page moves from one place to another or when one site changes the domain name. But, this is a special case - it's not a move of one site from one domain to another, it's a merger of three domains.
So your'e telling the world that:
- domainA.com is now permanently moved to domainX.com, and
- domainB.com is now permanently moved to domainX.com
...see? Okay perhaps not, but whatever domain should now be considered the "real" domainA, B, or X?
... a Search Engine just can't have more than one website, or page, on the same URL. One might or might not stay, the rest has definitely got to go. (not gone like "low PR", but gone like "zapped", "gone", "nowhere"). As you're giving ambiguous directions here, the decision of what will happen will likely also be ambigous. It's like your website has a split personality or something.
For this reason, i'll recommend you use a 301 for one-to-one relationships (moves) and use a 302 for many-to-one relationships (mergers, redirects of vanity domains, link redirects, etc.) - i know it sounds silly at first, but it took me a while to figure out, and now i even feel it makes sense.
/claus
Not many ordinary webmasters will ever need to mess with these things - if you choose to do so anyway for some odd reason, you better do it properly. The "Update Florida" definitely hasn't changed this.
I did a 301 for one of my sites and it disappeared from SERPS (well from 5th for a phrase, down to page 32 and as good as dead)
I logged this with Google about a month ago, but had no response.
What irks me, is that I could have done all manner of blackhat stuff to redirect my users, but I thought "no, I'll do it the proper way, and hopefully Google will appreciate that".. now I wish I'd done it other ways, and kept my SERPS
I did a 301 for one of my sites and it disappeared from SERPS (well from 5th for a phrase, down to page 32 and as good as dead)
Same happened to me.
I did a 301 redirect for one page to a brand new domain / server.
The old page was #5 for my targetted query. Google picked up the new URL and indexed it. After Florida, the new page was #42 for the same query.
The good news: The Page went up to #2 recently.
Maybe you should give it a little time.
regards
Martin