I have 1 site,that if use www =pr4 but if i dont use www=pr1 what is the problem ????thanks all of them = Valid
Google treated the non-www and the www as different entity. If you didn't redirect the non-www to the www or vice versa, you may end with two different PR like yours now. You better chose which one you will use and put a redirect htaccess.
Use htaccess to redirect non www urls to www urls. Not doing this can seriously damage your SERPs and PR.
Here is the code. RewriteCond %{HTTP_HOST} ^cheatgame.info$ [NC] RewriteRule ^(.*) http://www.cheatgame.info/$1 [QSA,L,R=301] Code (markup): Also I think your pages could be optimised a bit to give you better Search Engine rankings. If you need any prof help I would be glad to do that. Pls PM me.
Here you can get the soltions: http://www.simplepixel.com/2007/06/18/301-redirects-www-vs-non-www/ with and with out www issue solution linux based servers http://www.seoconsultants.com/tips/asp/301.asp with and with out www issue solution window based servers. Try to resolve this issue as soon as possible as google is considering it duplicate.