Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 06-10-2011, 07:52 PM   #1
greg
 
Join Date: Dec 2010
Posts: 84
Thanks: 6
Thanked 3 Times in 3 Posts
Default No www.

If a website address does not have a www, will that effect any seo efferts?

Example:

http://domain.com

What do i need to do to correct this.? It just doesnt seem right.
greg2200 is offline   Reply With Quote
Old 06-10-2011, 08:52 PM   #2
Active Warrior
War Room Member
 
tx138's Avatar
 
Join Date: May 2010
Location: California
Posts: 43
Thanks: 0
Thanked 5 Times in 5 Posts
Social Networking View Member's FaceBook Profile 
Default Re: No www.

It does not affect how your site ranks. You need to build all your backlinks to one form of the web address though.

These are all different as far as search engines are concerned:

http://www.domain.com
http://www.domain.com/index.html
http://domain.com
http://domain.com/index.html

It is known as url canonicalization. You can edit your .htaccess file to correct it.

Here is a post by Matt Cutts about the topic.

SEO advice: url canonicalization
tx138 is offline   Reply With Quote
Old 06-10-2011, 09:09 PM   #3
greg
 
Join Date: Dec 2010
Posts: 84
Thanks: 6
Thanked 3 Times in 3 Posts
Default Re: No www.

so if I have a http://domain.com should I create a 301 redirect to a www version.
greg2200 is offline   Reply With Quote
Old 06-10-2011, 09:25 PM   #4
Active Warrior
War Room Member
 
tx138's Avatar
 
Join Date: May 2010
Location: California
Posts: 43
Thanks: 0
Thanked 5 Times in 5 Posts
Social Networking View Member's FaceBook Profile 
Default Re: No www.

This code works for Apache servers.

Code:
RewriteEngine on 
RewriteCond %{HTTP_HOST} 
^mysite.com [NC] 
RewriteRule (.*) http://
www.mysite.com/$1 [L,R=301]
Hope this helps you out a bit, or at least puts you in the right direction.
tx138 is offline   Reply With Quote
Old 06-10-2011, 11:44 PM   #5
HyperActive Warrior
 
Join Date: Aug 2010
Posts: 134
Thanks: 2
Thanked 3 Times in 3 Posts
Default Re: No www.

If you are using Wordpress, go to your Dashboard > Settings > General

From there, change the Wordpress Address and Site Address to include the www

WordPress www and non-www

axus_auto is offline   Reply With Quote
Old 06-11-2011, 12:35 AM   #6
Senior Warrior Member
War Room Member
 
timpears's Avatar
 
Join Date: Jul 2008
Location: Vancouver, WA, USA.
Posts: 3,500
Thanks: 327
Thanked 584 Times in 408 Posts
Default Re: No www.

Quote:
Originally Posted by axus_auto View Post
If you are using Wordpress, go to your Dashboard > Settings > General

From there, change the Wordpress Address and Site Address to include the www

WordPress www and non-www
So is www. better than the non www.? Then why does WP seem to default to the non www., at least on my installs anyway?

Tim Pears

timpears is offline   Reply With Quote
Old 06-11-2011, 12:45 AM   #7
UMS
Peter Sundstrom
War Room Member
 
UMS's Avatar
 
Join Date: Apr 2010
Location: New Zealand
Posts: 1,854
Blog Entries: 1
Thanks: 177
Thanked 503 Times in 370 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Default Re: No www.

www is neither better or worse than non-www. They both have the same affect.

Just choose one and be consistent with its use.

UMS is offline   Reply With Quote
Old 06-11-2011, 02:02 AM   #8
Advanced Warrior
War Room Member
 
Join Date: Nov 2009
Posts: 542
Thanks: 4
Thanked 72 Times in 65 Posts
Default Re: No www.

Quote:
Originally Posted by greg2200 View Post
so if I have a http://domain.com should I create a 301 redirect to a www version.

No need for a redirect unless you have a lot of incoming links going to the wrong one or if you had inconsistent internal links at one time.As already noted it does not matter either way, some of my sites are one some are the other and the chances of ranking your site is the same with either.

What you do need to do is make sure that you are consistent with your link building efforts. If your site structure is setup using a www. then you need to make sure all the links you build use www. If your site structure is http: //yourdomain then you need to make sure all your incoming links are built that way.

Consistency is the key pick one and stick to it.
ARVolund is offline   Reply With Quote
Old 06-11-2011, 06:16 AM   #9
HyperActive Warrior
 
Join Date: Feb 2011
Location: San Antonio, Texas
Posts: 446
Thanks: 71
Thanked 16 Times in 16 Posts
Default Re: No www.

Just choose one and be consistent. Not have a www doesn't matter at all.

App Developers is offline   Reply With Quote
Old 06-11-2011, 08:59 AM   #10
Active Warrior
 
Join Date: Dec 2010
Location: Cebu City, Philippines
Posts: 80
Thanks: 8
Thanked 4 Times in 4 Posts
Tip Re: No www.

Quote:
Originally Posted by tx138 View Post
This code works for Apache servers.

Code:
RewriteEngine on 
RewriteCond %{HTTP_HOST} 
^mysite.com [NC] 
RewriteRule (.*) http://
www.mysite.com/$1 [L,R=301]
Hope this helps you out a bit, or at least puts you in the right direction.
I absolutely agree with tx138. You should make a 301 redirect from non-www to www or vice versa. It will be a big help on your SEO efforts especially when building backlinks. If you want to check it, try typing "google.com" on your web browser then see what happens.
daleduan is offline   Reply With Quote
Old 06-11-2011, 10:13 AM   #11
Senior Warrior Member
War Room Member
 
timpears's Avatar
 
Join Date: Jul 2008
Location: Vancouver, WA, USA.
Posts: 3,500
Thanks: 327
Thanked 584 Times in 408 Posts
Default Re: No www.

Quote:
Originally Posted by daleduan View Post
I absolutely agree with tx138. You should make a 301 redirect from non-www to www or vice versa. It will be a big help on your SEO efforts especially when building backlinks. If you want to check it, try typing "google.com" on your web browser then see what happens.
Most of the time, I don't type the http:// or the www. when I direct type in a URL, and unless I type it wrong, I get the site I want. So it doesn't seem to matter. I have even tried to add the www. in front if a site URL doesn't have them, and I will still get the site to come up right every time.

And by the way, if you type in google.com into your browser address, you will be taken to Google, if anyone was confused by that.

Tim Pears

timpears is offline   Reply With Quote
Old 06-13-2011, 10:20 AM   #12
HyperActive Warrior
 
Join Date: Apr 2011
Location: New England
Posts: 183
Thanks: 13
Thanked 3 Times in 3 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile 
Default Re: No www. Am I missing something?

Ok, so everyone's in agreement: be consistent with your URLs both internally and externally and in your sitemap.

But why? Canonicalization is when Google decides a format to go with if there are multiple formats of the URL.

So what? I've never had a case where I've typed in the non-correct format URL and have an error. Never. Can someone give me an example of a slight variant of a URL failing to be redirected to the proper URL? I've never seen this happen.
alxvallejo is offline   Reply With Quote
Old 06-13-2011, 11:03 AM   #13
HyperActive Warrior
 
Join Date: May 2010
Posts: 161
Thanks: 8
Thanked 1 Time in 1 Post
Default Re: No www.

Quote:
Originally Posted by tx138 View Post
This code works for Apache servers.

Code:
RewriteEngine on 
RewriteCond %{HTTP_HOST} 
^mysite.com [NC] 
RewriteRule (.*) http://
www.mysite.com/$1 [L,R=301]
Hope this helps you out a bit, or at least puts you in the right direction.
How, exactly, do you do this? Where do you put this code? Anyone have detailed instructions? Thanks.

Bill
livemusic is offline   Reply With Quote
Old 06-13-2011, 12:53 PM   #14
Active Warrior
War Room Member
 
tx138's Avatar
 
Join Date: May 2010
Location: California
Posts: 43
Thanks: 0
Thanked 5 Times in 5 Posts
Social Networking View Member's FaceBook Profile 
Default Re: No www.

Quote:
Originally Posted by alxvallejo View Post
So what? I've never had a case where I've typed in the non-correct format URL and have an error.
There shouldn't be an error when you type in the "non-correct format" URL. What I understood was that greg was looking for was a way to add a www. in front of his domain name because it was not showing up the way he wanted it to. If you type in warriorforum.com in the address bar, it will show www.warriorforum.com
Some sites will leave off the www if you type the domain name without it.



Quote:
Originally Posted by livemusic View Post
How, exactly, do you do this? Where do you put this code? Anyone have detailed instructions? Thanks.
Just add the code to your .htaccess file. Your .htaccess file is located in your root folder of the domain that you are wanting to redirect. You can probably ask your hosting provider to see if they will add the code for you if you want.

301 Redirects. How to Redirect your Domain or Website

Just look on the navigation on the left to find info for what you want to do.
tx138 is offline   Reply With Quote
Old 06-13-2011, 01:13 PM   #15
HyperActive Warrior
 
Join Date: Apr 2011
Location: New England
Posts: 183
Thanks: 13
Thanked 3 Times in 3 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile 
Default Re: No www.

So, from an SEO POV, what's the drawback for inconsistent URL formats if they all point to the same place.

What's the drawback with inconsistency? Is it link juice?

Fact or fiction: Inconsistent URL formats result in lower link juice to the same domain which results in lower rankings.

From an SEO POV, aren't we only concerned about rankings?
alxvallejo is offline   Reply With Quote
Old 06-13-2011, 04:16 PM   #16
Programmer
War Room Member
 
Join Date: Nov 2007
Posts: 158
Thanks: 0
Thanked 5 Times in 5 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Default Re: No www.

In past it would lead to less link juice since you spread it out between two duplicate pages (with-www and non-www)

maybe search engines are smart enough to handle that today... But really, whhy not just fix it? It is easy to fix.

Sitemapper is offline   Reply With Quote
Old 06-14-2011, 06:56 AM   #17
HyperActive Warrior
 
Join Date: Apr 2011
Location: New England
Posts: 183
Thanks: 13
Thanked 3 Times in 3 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile 
Default Re: No www.

Quote:
Originally Posted by dianeforster View Post
the formal url www.domain.com is better u can use.

SEO Training | Search Engine Optimisation
Please elaborate
alxvallejo is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum

Tags
www

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 05:46 AM.