Google Page Rank

Nov 152006

published by Gary in Google Page Rank | SEO with 4 Comments

I noticed today that the www & non-www versions of phoenixrealm had different Google page ranks - 6.5 & 6.4

My understanding is that Google classifies these as separate domains, and that you can get a page rank boost by telling Google there is only one and generally helping search engine optimisation. This can be achieved by placing an appropriate version of the following in your .htaccess file:

RewriteCond %{HTTP_HOST} ^phoenixrealm.com$
RewriteRule (.*) http://www.phoenixrealm.com/$1 [R=permanent]

If anyone has a differing opinion, or a better method, please let me know.

AddThis Social Bookmark ButtonAddThis Feed Button

RSS feed | Trackback URI

4 responses to Google Page Rank

Comment by Richard
2006-11-15 15:15:55

Use google sitemaps; you can tell google directly that these are the same page.

 
Comment by brem
2006-11-15 19:09:32

How did you get decimals for PRs? I thought Google only disclosed integers as PR.

 
Comment by Gary
2006-11-15 23:35:48

Hi Richard and Brem, thank you for your comments, much appreciated.

I had forgotten that google sitemaps gives you the option of defining whether you want google to spider the www or the non-www version of a site. This method does have the advantage of requiring less technical knowledge and some people maybe have servers that do not support .htaccess. I guess I prefered to adopt the .ht way as I could immediately see the effect of the change. Now Richard has reminded me I will give the sitemaps way a go.

Brem, my understanding of Google page rank is that google calculates it to decimal places (how many I am unsure) and that the displayed PR in the toolbar is only rounding to the nearest whole number.

I established (I think) the difference from using the page rank predictor here http://www.iwebtool.com/pagerank_prediction - this tool predicted not only a difference in PR but also a current difference in back links - can it’s accuracy be relied upon, only time will tell.

 
Comment by Joost de Valk
2006-11-16 22:21:41

It’s a floating point indeed, but you can never say a site has PR x.x unless you work at Google… For us common people it will always be a 0-10 number. Your rewrite would indeed work btw, and allthough Google allows you to set it, the rewrite would still be a good idea for other SE’s.

 

Leave a reply


You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> in your comment.