954,135 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

google PR with and without www

hi,just today only i noticed this,after the PR update recently all the 20 pages of our website got PR4,earlier only our homepage www.mydomain.com/index.htm was having PR 4
but after this update all have got 4
any way my question is this ,i found a big problem for our website
i found that when i enter www.mydomain.com it shows PR4 and when just mydomain.com/ it gives PR3.
Whats this
i thinks google cosiders these as different urls and indexing to give diff PR
i wanted to know how much PR you think we are loosin due to this considering the fact if the google had considered both URLs same
main thing is that how can i find those links on the web which are back links to both these urls and correct the problem so that we may gain some PR as sice 3 months we have just 4 and we want to improve it

Your suggestions and comments are anticipated

benevolent001
Newbie Poster
5 posts since Aug 2004
Reputation Points: 10
Solved Threads: 0
 

What method are you using to determine page rank?
I've noticed a higher page rank from incoming links depending on how the links are structured.. www is actually a sub domain of mydomain.com (example links only). If the incoming links are written www then the PR will be higher when you use www. If they use simply mydomain.com to link to you the PR sould be higher without the www.

JAMMAN
Newbie Poster
16 posts since Oct 2004
Reputation Points: 10
Solved Threads: 0
 

hi,just today only i noticed this,after the PR update recently all the 20 pages of our website got PR4,earlier only our homepage www.mydomain.com/index.htm was having PR 4 but after this update all have got 4 any way my question is this ,i found a big problem for our website i found that when i enter www.mydomain.com it shows PR4 and when just mydomain.com/ it gives PR3. Whats this i thinks google cosiders these as different urls and indexing to give diff PR i wanted to know how much PR you think we are loosin due to this considering the fact if the google had considered both URLs same main thing is that how can i find those links on the web which are back links to both these urls and correct the problem so that we may gain some PR as sice 3 months we have just 4 and we want to improve it

Your suggestions and comments are anticipated


I recommend consolidating all links to one or the other. For my sites, I always use the "www." in front of the domain name. Then I make sure that most of the links on the site are absolute references containing the "www." prefix.

jfister
Newbie Poster
2 posts since Nov 2004
Reputation Points: 10
Solved Threads: 0
 

Same here. I always use the www and encourage anyone who links to DaniWeb to do the same.

www.daniweb.com google backlinks => http://www.google.com/search?sourceid=navclient&ie=UTF-8&q=link%3Awww%2Edaniweb%2Ecom
daniweb.com google backlinks => http://www.google.com/search?hl=en&lr=&c2coff=1&q=link%3Adaniweb.com

cscgal
The Queen of DaniWeb
Administrator
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
 

301 non www traffic to the www side of things, better SEO longterm.
Why? You combine your page rank from two sites (domain.com and www.domain.com ) into one, ultimatly will pass on more PR to your sub-pages, hence, better SEO.

301 redirect
if($_SERVER['HTTP_HOST']=='example.com') {
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.example.com/");
header("Connection: close");
}

Scribbller
Posting Whiz in Training
216 posts since Apr 2004
Reputation Points: 12
Solved Threads: 2
 
Webnauts
Light Poster
28 posts since Nov 2005
Reputation Points: 12
Solved Threads: 0
 

I too always use the www.. . it was one of the first things I read about SEO

pctec
Junior Poster in Training
96 posts since Jul 2006
Reputation Points: 11
Solved Threads: 0
 

Google sees your website with the 'www' ( http://www.example.com ) as a different page the without ( http://example.com) . Pages that link to the page without the 'www' are hurting your pages with the 'www' as the PR is essentially being split between the two pages. Fortunately this is easy to fix. Use a 301 redirect to redirect Google, and everyone else, to the 'www' page from the non 'www' page. The code would look similar to this (mod_rewrite required):

Options +FollowSymlinks 
RewriteEngine On 
RewriteCond %{HTTP_HOST} !^(www\.|$) [NC] 
RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

To go from the 'www' to non 'www' use this code:

Options +FollowSymlinks 
RewriteEngine On 
RewriteCond %{HTTP_HOST}//s%{HTTPS} ^www\.(.*)//((s)on|s.*)$ [NC] 
RewriteRule ^ http%3://%1%{REQUEST_URI} [L,R=301]
stymiee
He's No Good To Me Dead
Moderator
3,360 posts since May 2006
Reputation Points: 161
Solved Threads: 38
 

Hi guys im new here great site by the way , been reading alot of the posts around and have noticed alot of people talking about their sites going up and down in the PR's , this is because there are many bot's for google and on seperate servers, you can test your site in the link below, if you have the same pr all the way down then you've got a strong PR , if not then it will jump from PR to PR

Hope this helps some people...

http://www.seologs.com/pr-check/pagerank-dc.html

Regards Riverkqj

RiverKqj
Light Poster
37 posts since Oct 2006
Reputation Points: 10
Solved Threads: 0
 
hi,just today only i noticed this,after the PR update recently all the 20 pages of our website got PR4,earlier only our homepage www.mydomain.com/index.htm was having PR 4 but after this update all have got 4 any way my question is this ,i found a big problem for our website i found that when i enter www.mydomain.com it shows PR4 and when just mydomain.com/ it gives PR3. Whats this i thinks google cosiders these as different urls and indexing to give diff PR i wanted to know how much PR you think we are loosin due to this considering the fact if the google had considered both URLs same main thing is that how can i find those links on the web which are back links to both these urls and correct the problem so that we may gain some PR as sice 3 months we have just 4 and we want to improve it Your suggestions and comments are anticipated




Dear Friend,

The problem arose with you is called cononicalisation problem.
Whenver google crawlers found more than one instance for a domain name, they give a sort of panelty to the website.

The solution of the above problem is to setup 301 Permanent redirect for the different instances of the domain i.e. abc.com, www.abc.com/ , www.abc.com/index.htm to a particular domain name like >> www.abc.com .

It will never ask you to lose your page rank and always remember to hyperlink the main domain only whenever putting links rather than using other instances.

Hope this will help you out.

Cheers,
SEO2K6

seo2k6
Newbie Poster
15 posts since Oct 2006
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You