Google Optimization
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   SEO Chat ForumsGoogleGoogle Optimization

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread SEO Chat Forums Sponsor:
  #1  
Old January 7th, 2003, 12:42 PM
mario's Avatar
mario mario is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Dec 2002
Location: Spain
Posts: 329 mario User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 31 sec
Reputation Power: 6
PR for http://xyz.com not the same as for www.xyz.com

Hello

our site www.xyz.com shows a PR0 but the same site under http://xyz.com shows a PR5 !

All the inbound links shows like: http://xyz.com

Why Google does distinguish between this two styles? Which is the correct or the better one?
__________________
best regards... mario

Reply With Quote
  #2  
Old January 7th, 2003, 01:08 PM
Rogue's Avatar
Rogue Rogue is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Dec 2002
Posts: 134 Rogue User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
I don't know why google distinguishes, but that has happened on many of our sites. We'd thought of getting more links that pointed to the www version of our site, but that seems kinda stupid because it won't increase the link popularity/page rank of the page without the www on it. Our company policy is to just use the non-www version on all links. Are we missing anything here that anyone knows of?
__________________
http://thegrinroom.com
http://register-domains-for-less.com
http://1-source-online-casinos.com

Reply With Quote
  #3  
Old January 9th, 2003, 05:59 PM
Darrin Ward's Avatar
Darrin Ward Darrin Ward is offline
Founder, SEOChat.com :)
SEO Chat Beginner (1000 - 1499 posts)
 
Join Date: Dec 2002
Location: Miami, Florida
Posts: 1,439 Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 17 h 5 m 20 sec
Reputation Power: 11
This is a common problem, depending on your server configuration!!

If you're paranoid about it, then I suggest doing a 301 redirect in your .htaccess file (if hosted on apache server)..

In fact, I use this on pretty much every site (including google-dance.com) so if you go to http://google-dance.com, you automatically get 301 redirected to http://www.google-dance.com

Here is the code I use:
Code:
RewriteEngine On

RewriteCond %{HTTP_HOST} !^www\.google-dance\.com
RewriteRule ^.*$ http://www.google-dance.com/ [R=301,L]

A lot of people also use this so they can be sure cookies are only set for the one domain and there are no cross url compatibility issues.

I use it for other secret reasons!!!!
__________________
Darrin J. Ward, a Professional SEO Consultant and Original Founder of SEO Chat (this site), Google Dance Tool & some other cool stuff!

* Rankings Reporter - Track your Website's Keyword Rankings in Google & Yahoo.

* ChatButton - Free AJAX Chatboxes to embed onto any Webpage - super-easy copy/paste setup!.

Reply With Quote
  #4  
Old January 10th, 2003, 06:35 AM
Robin's Avatar
Robin Robin is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Dec 2002
Posts: 36 Robin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
It's to do with how google perceves subdomains

if I have a site that is www.mydomin.com
and links.mydomin.com, and forum.mydomin.com and everythingelse.mydomain.com

any one of these could be my default, so if I link to mydomain.com which should google equate to the main on??? - easier to just not equate them then you just have to be consistant with your inbound links... pick one and stick with it... a more frustrating one I've seen is somone who has http://www.hisdomain.com PR5 and http://hisdomain.com PR4 - Surely had he organized his external links better he would have either a PR6 or PR7 - Life sucks somtimes.

As for which is better?
Hmmm... Why is it your company policy to go with //domain ?
Why fly in the face of convension? - If you didn't already have a PR 5 I would have said go with www. the other 3billion sites that google lists can't all be wrong. but if you have the PR5 stick with it....

*Darren*
Will google see the 301 as favorably as if they left the //domain well alone, I know that google doesn't like other .htaccess tricks, like redirects (404 etc) Do you have a good reason for believing that 301 isn't seen in a bad light, (don't get me wrong - if its not seen as a bad thing I can move the PR4 onto the PR5 for that guy I told you about and really make his day! - It would be a really nice thng to know)
__________________
Robin
_________________________________
Visit Porn Masters (UK) for UK Porn Webmaster related chat and tips.

Reply With Quote
  #5  
Old January 10th, 2003, 10:02 AM
Darrin Ward's Avatar
Darrin Ward Darrin Ward is offline
Founder, SEOChat.com :)
SEO Chat Beginner (1000 - 1499 posts)
 
Join Date: Dec 2002
Location: Miami, Florida
Posts: 1,439 Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 17 h 5 m 20 sec
Reputation Power: 11
Here's the theory Robin...

Some people natually link to //www.domain.com and others link to //domain.com - depending on why they use in general themselves! So sometimes (depending on server configuration) you have 2 different PR's for the //www.domain.com and //domain.com .. The PR for each of these is calculated as normal using the PR formulae for the inbound links .. So, with a 301 redirect, the PR that is used for the //domain.com address can be "forwarded" (given that it's a 301), googlebot just uses the PR for //domain.com for the page it gets directed to (//www.domain.com in this case).

This makes the PR for 1 of the URL's optimal and the other minimal..

There are other factors to consider, more important ones!! Many ISP's cannot resolve to websites that do not include the "www" in the URL, after all this is web standard... The only URL's that don't need the "www" are sub-domains..

Reply With Quote
  #6  
Old January 10th, 2003, 11:14 AM
mario's Avatar
mario mario is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Dec 2002
Location: Spain
Posts: 329 mario User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 31 sec
Reputation Power: 6
Quote:
Originally posted by "Darrin Ward"

Here's the theory Robin...

Some people natually link to //www.domain.com and others link to //domain.com - depending on why they use in general themselves! So sometimes (depending on server configuration) you have 2 different PR's for the //www.domain.com and //domain.com .. The PR for each of these is calculated as normal using the PR formulae for the inbound links .. So, with a 301 redirect, the PR that is used for the //domain.com address can be "forwarded" (given that it's a 301), googlebot just uses the PR for //domain.com for the page it gets directed to (//www.domain.com in this case).

This makes the PR for 1 of the URL's optimal and the other minimal..

There are other factors to consider, more important ones!! Many ISP's cannot resolve to websites that do not include the "www" in the URL, after all this is web standard... The only URL's that don't need the "www" are sub-domains..


Good explanation Darrin, thank you. The only problem for me is, I donīt know, where I have to integrate this short code!? Iīm not a Server-Professional. I have a .htaccess file on my server for password protection. Is it this one you mean? The server is an apache.
thaks for replay
Mario

Reply With Quote
  #7  
Old January 10th, 2003, 11:58 AM
Darrin Ward's Avatar
Darrin Ward Darrin Ward is offline
Founder, SEOChat.com :)
SEO Chat Beginner (1000 - 1499 posts)
 
Join Date: Dec 2002
Location: Miami, Florida
Posts: 1,439 Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 17 h 5 m 20 sec
Reputation Power: 11
If you don't already have a .htaccess file in your root directory, then create one and put in the code as above (changing to your domain name)..

If the file exists in the root, then just add this code to the file (at the TOP of the file, before anything else)..

The Mod_ReWrite module must be installed - try it and if it don't work then you know it's not installed!!

Reply With Quote
  #8  
Old January 12th, 2003, 06:10 AM
mario's Avatar
mario mario is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Dec 2002
Location: Spain
Posts: 329 mario User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 31 sec
Reputation Power: 6
Darrin it works well, thank you.

Mario

Reply With Quote
  #9  
Old January 12th, 2003, 08:14 AM
watchman watchman is offline
Junior Member
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Posts: 16 watchman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Does this mean that Google sees the ServerAlias directive as a negative?

Reply With Quote
  #10  
Old January 12th, 2003, 10:26 AM
Innuendo's Avatar
Innuendo Innuendo is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Location: Somewhere in the EU
Posts: 140 Innuendo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 32 m 7 sec
Reputation Power: 6
Send a message via ICQ to Innuendo
in fact, http://www.xyz.com and http://xyz.com are 2 DIFFERENT domains!.

The www was only the signal for the "http" service in the beginning of the http. So, google is right, if it makes a difference, because it could be possible, that you get 2 different pages.

for example:
http://www.liferadio.at
http://liferadio.at

So, don't worry.

Innuendo

Reply With Quote
  #11  
Old January 12th, 2003, 11:03 AM
Amygdala Amygdala is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Posts: 66 Amygdala User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Quote:
Originally posted by "Darrin Ward"

If the file exists in the root, then just add this code to the file (at the TOP of the file, before anything else)


I have an .htaccess file in the root of a domain I am trying to run this mod_rewrite rule on. When I add your code at the top of my htaccess it doesn't work (makes the server return a you are not able to view / on this server type message).

I have some other things in the htaccess file, in order they are.

some RedirectPermanent's for old links to new locations

php_value def

and an ErrorDocument 404

So, is there something here that's confilcting with the code at the top you suggested. One more thing, it's a .co.uk domain name... shouldn't matter I guess, but I just replaced the .com in your example with the .co.uk .. (along with my domain name of course!)

Thanks

Amy
__________________
You've just read the posting of an airhead, take no notice whatsoever.

Reply With Quote
  #12  
Old January 12th, 2003, 12:46 PM
Darrin Ward's Avatar
Darrin Ward Darrin Ward is offline
Founder, SEOChat.com :)
SEO Chat Beginner (1000 - 1499 posts)
 
Join Date: Dec 2002
Location: Miami, Florida
Posts: 1,439 Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 17 h 5 m 20 sec
Reputation Power: 11
I'm not sure, I'm not a complete HTACCESS whizzkid, but if you PM me your entire .htaccess file I'll have a look at it and see if everything is ok. The other option is that maybe MOD_Rewrite is not installed on your server?? Ask your system administrator!!

Reply With Quote
Reply

Viewing: SEO Chat ForumsGoogleGoogle Optimization > PR for http://xyz.com not the same as for www.xyz.com


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support |