Forum Moderators: open
As most internal links on my site are relative,
these (sub)domains started a life as their own
sites on google (each alias domain DOES however
link to the main domain at least once). The html
for each version is just slightly different.
Sometimes it seems that the subdomain plays an
important role in searching (i.e. subdomain
link.maindomain.com is better found than
maindomain.com/links.php ).
And so I ended up with some alias/sub-domains
with a PR of 1-3-5 and a main page with PR 6.
I would like to consolidate the PRs to the main
domain but am afraid that it will go wrong...
And now to the actual questions:
1. The things are inter-linked. And so i suspect
that they actually push eachother's PR. After all,
google seems to think that they are separate sites,
otherwise it would merge them. If I redirect the
subdomains/aliases to the main site, the links from
them to my main site will disappear as well.... So
will i be shooting myself in the foot?
2. Suppose it would work. How much does a PR3
site add to a PR6 site? This is probably not
a linear thing. Is it logarithmic?
3. The external links would link to a site that
was obviously permanently moved. Will these links
keep counting for the PR of the main site?
4. And this one may be most tricky... If I keep
reading that a 301 is better for a PR than a
302, why do the big guys like cnet and yahoo
etc ALL use 302 for redirecting to www...?
Any help would be much appreciated,
joempie
The links to a page will be counted toward the page it's redirected to with a 301. If you look up the exact URL of the original page location at Google, it'll show up with the title and description snippets taken from the page it's redirected to.
They're combined, but Google still knows which is linked to. If Domain_A is permanently redirected to Domain_B, all the links and PR will count toward Domain_B. Then, if Domain_A is no longer redirected but put up on hosting of its own, it'll show up with the links that actually point to it when it's indexed, including the aggregate PR. Those will no longer count toward Domain_B, which will lose those links and their PR value.
For EVERY old page, I made a "RedirectPermanent" to a new page.
Also important:
- The new site runs under a different IP address than the old site
- Some seperate old pages were redirected to ONE new page
- Lots of new pages have turned up.
Well, the homepage is still PR5, but ALL subpages are PR0 now.
However, if you type in keywords typical for these subpages, the still turn up usually high on the first result page. So it seems true that PR is not that important anymore.
Well, the homepage is still PR5, but ALL subpages are PR0 now.However, if you type in keywords typical for these subpages, the still turn up usually high on the first result page.
So it seems true that PR is not that important anymore.
Not true. Your internal pages have PR transferred immediately, it's just the toolbar hasnt been updated to reflect it yet. Don't rely on the toolbar for accurate PR numbers.
Actually I never configured a 301 vs. 302 or the other way around. I used the "RedirectPermanent" in Apache. Will this make a 301 or a 302? And how can I change it to the other value?
RedirectPermanent
That is a 301. A 302 is a temporary redirect and instructs the useragent to maintain the requested URI in its index but forward the user to the temporary URI.
I still haven't quite figured out why many use 302 instead of 301. If a resource does not exist, and really never will exist (like a redirect for type-in traffic) than I see no reason why you would want to 302. I would think you'd want to permanently redirect (301) all of those requests.
You'll want to check server headers to make sure your pages are returning the proper HTTP status codes.
You'll want to check server headers to make sure your pages are returning the proper HTTP status codes.
I've seen many who thought they had a 301 in place only to find out it was returning a 200 status code. Anytime you get into the technicalities of HTTP status codes, you should always double check your work.
Server Header Checker [searchengineworld.com]
Status: HTTP/1.1 200 OK is bad news?
Any idea where I can change this? The .htaccess says "RedirectPermanent ...."
(edit)
Shame on me! I typed the worng URL in the header checker :-) It actually says:
Status: HTTP/1.1 301 Moved Permanently so it seems I have configured everything right...
(edit)
[edited by: pmkpmk at 10:11 pm (utc) on Mar. 9, 2004]
from personal experience using permanent redirects does not affect your position in the serps nor over time your pagerank.
added: you can also check your access logs to make sure you're getting a 302 http status code.
Darn... so this: Status: HTTP/1.1 200 OK is bad news?
Not if you want that page to be found. A 200 status code means all is okay. If you intended for that page to be permanently redirected to another, then yes it is bad news. It means that page is still being indexed and the redirect is not functioning.
It also means that if you have two indentical pages sitting there with an old version and a new version, the old version is still getting indexed and there is a chance that the new version is too (if linked to from somewhere).
The REAL page gives the correct 301 code...
Does it also show the target URI? Is the correct URI showing that you wanted to permanently redirect to (Location:)?
Server Response: http*//example.com
HTTP Status Code: HTTP/1.1 301 Moved Permanently
[b]Location:[/b] http*//www.example.com/
Server: Web Server Type
Content-Type: text/html
Content-Length: 153
Server Response: http://www.****x.yy/stelle.htm
Status: HTTP/1.1 301 Moved Permanently
Date: Wed, 10 Mar 2004 08:19:35 GMT
Server: Apache/1.3xxxxxx
Location: http://www.xxxx.yy/de/jobs.html
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
Seems OK to me.
The toolbar now shows PR4 for most inner pages, and PR3 and sometimes PR2 for the new pages which were not present on the old site. The entry page still has PR5.
So for most of the inner pages PR has dropped by 1 point. My incomiming links mostly point to the old page names and therefore generate a RedirectParment when being followed. You think the dropped PR might be some sort of "penalty" for this?