![]() | | ||||||||
| | #1 |
| greg Join Date: Dec 2010
Posts: 84
Thanks: 6
Thanked 3 Times in 3 Posts
|
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. |
| | |
| | #2 |
| Active Warrior War Room Member Join Date: May 2010 Location: California
Posts: 43
Thanks: 0
Thanked 5 Times in 5 Posts
|
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 |
| | |
| | #3 |
| greg Join Date: Dec 2010
Posts: 84
Thanks: 6
Thanked 3 Times in 3 Posts
|
so if I have a http://domain.com should I create a 301 redirect to a www version.
|
| | |
| | #4 |
| Active Warrior War Room Member Join Date: May 2010 Location: California
Posts: 43
Thanks: 0
Thanked 5 Times in 5 Posts
|
This code works for Apache servers. Code: RewriteEngine on
RewriteCond %{HTTP_HOST}
^mysite.com [NC]
RewriteRule (.*) http://
www.mysite.com/$1 [L,R=301] |
| | |
| | #5 |
| HyperActive Warrior Join Date: Aug 2010
Posts: 134
Thanks: 2
Thanked 3 Times in 3 Posts
|
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 |
| | |
| | |
| | #6 | |
| Senior Warrior Member War Room Member Join Date: Jul 2008 Location: Vancouver, WA, USA.
Posts: 3,500
Thanks: 327
Thanked 584 Times in 408 Posts
| Quote:
| |
|
Tim Pears | ||
| | |
| | #7 |
| Peter Sundstrom War Room Member Join Date: Apr 2010 Location: New Zealand
Posts: 1,854
Blog Entries: 1 Thanks: 177
Thanked 503 Times in 370 Posts
|
www is neither better or worse than non-www. They both have the same affect. Just choose one and be consistent with its use. |
| | |
| | |
| | #8 | |
| Advanced Warrior War Room Member Join Date: Nov 2009
Posts: 542
Thanks: 4
Thanked 72 Times in 65 Posts
| Quote:
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. | |
| | |
| | #9 |
| HyperActive Warrior Join Date: Feb 2011 Location: San Antonio, Texas
Posts: 446
Thanks: 71
Thanked 16 Times in 16 Posts
|
Just choose one and be consistent. Not have a www doesn't matter at all.
|
| | |
| | |
| | #10 |
| Active Warrior Join Date: Dec 2010 Location: Cebu City, Philippines
Posts: 80
Thanks: 8
Thanked 4 Times in 4 Posts
| 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.
|
| | |
| | #11 | |
| Senior Warrior Member War Room Member Join Date: Jul 2008 Location: Vancouver, WA, USA.
Posts: 3,500
Thanks: 327
Thanked 584 Times in 408 Posts
| Quote:
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 | ||
| | |
| | #12 |
| HyperActive Warrior Join Date: Apr 2011 Location: New England
Posts: 183
Thanks: 13
Thanked 3 Times in 3 Posts
|
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. |
| | |
| | #13 |
| HyperActive Warrior Join Date: May 2010
Posts: 161
Thanks: 8
Thanked 1 Time in 1 Post
| How, exactly, do you do this? Where do you put this code? Anyone have detailed instructions? Thanks.
|
|
Bill
| |
| | |
| | #14 | ||
| Active Warrior War Room Member Join Date: May 2010 Location: California
Posts: 43
Thanks: 0
Thanked 5 Times in 5 Posts
| Quote:
Some sites will leave off the www if you type the domain name without it. Quote:
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. | ||
| | |
| | #15 |
| HyperActive Warrior Join Date: Apr 2011 Location: New England
Posts: 183
Thanks: 13
Thanked 3 Times in 3 Posts
|
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? |
| | |
| | #16 |
| Programmer War Room Member Join Date: Nov 2007
Posts: 158
Thanks: 0
Thanked 5 Times in 5 Posts
|
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. |
| | |
| | |
| | #17 | |
| HyperActive Warrior Join Date: Apr 2011 Location: New England
Posts: 183
Thanks: 13
Thanked 3 Times in 3 Posts
| Quote: | |
| | |
![]() |
|
| Tags |
| www |
| Thread Tools | |
| |
![]() |