WWW vs non-WWW gives different results on a domain

  • jshen0630
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Sep 17, 2003
  • Posts: 5
  • Loc: California, USA
  • Status: Offline

Post April 9th, 2004, 12:07 pm

It seems like the WWW vs non-WWW gives different results on a domain. Checking for example:

http://www.somesite.com
http://somesite.com

will give different results. What is going on here?
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post April 9th, 2004, 12:07 pm

  • Axe
  • Genius
  • Genius
  • User avatar
  • Joined: Jan 07, 2004
  • Posts: 5744
  • Loc: Sub-level 28
  • Status: Offline

Post April 9th, 2004, 1:13 pm

http://www.somesite.com
http://somesite.com

Are two different URLs, two different sites as far as Google's concerned.
  • cyberax
  • Graduate
  • Graduate
  • User avatar
  • Joined: Apr 07, 2004
  • Posts: 169
  • Loc: INDIA
  • Status: Offline

Post April 10th, 2004, 11:12 pm

Axe wrote:
http://www.somesite.com
http://somesite.com

Are two different URLs, two different sites as far as Google's concerned.


You are right. As for our website Cyberax, one is pagerank 6 and the other is pagerank 0 for the WWW vs non-WWW version.
Meme4u.com : Free Ecards - Free ecards, printables and e-invites portal
India Forums - Indian television discussion portal
  • Axe
  • Genius
  • Genius
  • User avatar
  • Joined: Jan 07, 2004
  • Posts: 5744
  • Loc: Sub-level 28
  • Status: Offline

Post April 11th, 2004, 12:24 am

The difference between somesite.com and www.somesite.com is exactly the same as the difference between www.somesite.com, ftp.somesite.com, mail.somesite.com, anything.somesite.com or www.someothersite.com.

Like I said, as far as Google's concerned, they're all different hostnames (even if they point to the same IP address).
  • misterbling
  • Novice
  • Novice
  • No Avatar
  • Joined: May 27, 2005
  • Posts: 19
  • Status: Offline

Post May 27th, 2005, 9:11 pm

didn't realize google saw www.mysite.com differently than mysite.com

My whole site was lacking the www. except for the main page. I thought only subdomains were different.

All the time making search engine friendly URLs, alt tags, header tags, sitemaps, all products pages, and countless directory listings. :oops:

Wondering why the pagerank of 1 would not go away and thought I saw tons of bots surfing my site they weren't really.
  • twalters84
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Sep 27, 2007
  • Posts: 161
  • Loc: Mount Savage, MD
  • Status: Offline

Post September 27th, 2007, 1:13 pm

There is a utility in Google Webmaster Tools that allows webmasters to select one or the other. The Google documentation says that selecting one of these helps Google determine PR better.

Google webmaster tools has a lot of other great utilities as well.
  • DU_Poetry
  • Born
  • Born
  • User avatar
  • Joined: Dec 04, 2009
  • Posts: 1
  • Status: Offline

Post December 4th, 2009, 3:12 pm

Good tips thanks guys.

I ended up running my website off the non-www version because I think humans are less inclined to type it and mine is the kind of website that is member led.

It can be a bit annoying because some directories will always put a www on the url.
  • andykeating
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Dec 17, 2010
  • Posts: 7
  • Status: Offline

Post December 18th, 2010, 2:53 am

ya Google considers them as two different sites so it is always better to use permanent redirect between them..
  • GoldenBrown
  • Born
  • Born
  • No Avatar
  • Joined: Jan 01, 2011
  • Posts: 2
  • Status: Offline

Post January 1st, 2011, 5:26 am

Just redirect non www to www, you can do this by permanent redirection from non www to www. Google consider them as they are two different websites.
  • Silvertongue62
  • Novice
  • Novice
  • User avatar
  • Joined: Dec 30, 2010
  • Posts: 31
  • Status: Offline

Post January 1st, 2011, 11:30 am

Axe wrote:

Are two different URLs, two different sites as far as Google's concerned.



There is a simple way to get around this and alleviate the cross contamination or the lack there of between www - and non-www domains. Yes google does have a utility thats ask for a preferred domain but it you do not redirect one to the other it's null and void.

Go to your root folder and look for an .htaccess file. If you have one in there add this code to it. Make sure you skip a line before adding this code.

This is pretty easily done with an .htaccess file.

Options +Follow SymLinks
RewriteEngine on

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


Now what that does is it forces all non-www into www domain.

Now this is the code I wrote for one of mine. But I am on a linux server. Check server type, the code may be different for your particular configuration.

I hope this helps
  • Austin80ss
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Oct 17, 2012
  • Posts: 41
  • Status: Offline

Post October 30th, 2012, 2:52 am

What if you redirect non-WWW to WWW?
Will the entire PR go on WWW?
  • Silvertongue62
  • Novice
  • Novice
  • User avatar
  • Joined: Dec 30, 2010
  • Posts: 31
  • Status: Offline

Post October 30th, 2012, 4:46 pm

Austin80ss wrote:
What if you redirect non-WWW to WWW?
Will the entire PR go on WWW?



Put the htaccess file in and be done with it. Redirects dont always work. The other logic that i apply to anything is "the more stuff you have on your car the more things that can go wrong".

Hope this helps
  • Austin80ss
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Oct 17, 2012
  • Posts: 41
  • Status: Offline

Post October 31st, 2012, 1:31 am

.htaccess file usually exists for personal user settings.
Okay, I'll try it:)
  • afoley77
  • Banned
  • Banned
  • No Avatar
  • Joined: Jan 02, 2013
  • Posts: 11
  • Status: Offline

Post January 8th, 2013, 6:21 am

twalters84 wrote:
There is a utility in Google Webmaster Tools that allows webmasters to select one or the other. The Google documentation says that selecting one of these helps Google determine PR better.

Google webmaster tools has a lot of other great utilities as well.

Yes, I am agreed with this. with the help of Google webmaster any body can decide that what would be the exact URL for his/her website and that will only considered by Google in its PR algorithm.

Post Information

  • Total Posts in this topic: 14 posts
  • Users browsing this forum: No registered users and 9 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.