Difference between revisions of "Learn/Don't-Lose-People-Who-Don't-Type-WWW"

(actually remvoing the additional article on SEL because I think it's way too technical and talking about what to do for large sites that have dynamic URLs and need to change tons, which is few sites)
(migration import)
 

(36 intermediate revisions by 8 users not shown)

Line 1: Line 1:
{{ArticleTemplate
+
{{ArticleTemplate2
| ListKeepr = KristinaWeis
+
| Writer = KristinaWeis
 
| Name = Kristina Weis
 
| Name = Kristina Weis
 
| Header = Keep%20Visitors%20That%20Don't%20Type%20WWW
 
| Header = Keep%20Visitors%20That%20Don't%20Type%20WWW
 
| Subhead = Is your website turning away would-be visitors?
 
| Subhead = Is your website turning away would-be visitors?
| Bitly = http://bit.ly/NotSure
+
| Bitly = http://bit.ly/NoWWW
| Image = Image:KristinaMongoose.png
+
| Date = August 19, 2010
| AgencyImage = Image:AboutUsWithLeafTransparent.png
 
| Date = August __, 2010
 
| AuthorWebsite = AboutUs.org
 
| ShortBio = is a community manager for [[AboutUs.org]]. Kristina spends lots of time talking with website owners who are trying to promote their sites and businesses online. To learn more about [[Kristina Weis|Kristina]] and her work, see her [[Kristina Weis|personal page]] at AboutUs.org.
 
 
}}
 
}}
 +
==Is your website turning away would-be visitors?==
 +
----
 +
Though websites often live at web addresses that start with www - like <nowiki>http://www.Example.com</nowiki> - it's increasingly common for people to type just Example.com into the navigation bar of a web browser.
  
While a website's home is often at http://'''www'''.Example.com/, it's becoming less and less common for people browsing the Internet to type anything more than "Example.com" into the URL bar in their web browser.
+
Most webmasters make sure that typing either "www.Example.com" or "Example.com" into the navigation bar will get someone to the right website. Too often, however, people don't think about this issue, and someone who types just "Example.com" won't get to the website at all. Worse yet, that person may assume that the website and business no longer exist.
 +
<br />
 +
Wait, it gets even worse. Any links to your website that don't include "www." - and we all want valuable inbound links, don't we? - won't work either, and won't take people to your site when they click them.
  
Most websites are configured to make both the www and non-www versions work, but if a website hasn't done that, it's likely that the non-www version won't resolve or do anything.
+
==Point People to Your Website with a Redirect==
 +
----
 +
To make sure that '''both''' <nowiki>http://www.Example.com and http://Example.com</nowiki> take people to your website, the recommended method is to '''create a redirect''' from <nowiki>http://Example.com to http://www.Example.com</nowiki>.  Of note, webmasters need to make sure that <nowiki>http://Example.com</nowiki> resolves to some IP address before they can add a redirect.
  
This means that would-be visitors who type "Example.com" without the www won't be taken to the website at all. Worse yet, they may assume that the website and business no longer exist.
+
The best method is to create a '''301 redirect''', also known as a "Moved Permanently" redirect.  This is the recommended solution because it means that your website's content lives in just one place. That means any [[search engine optimization]] (SEO) tactics you use won't be diluted by directing the engines -- and people -- to two different places.
  
In addition to losing would-be visitors typing in their URL bar, any links to your website that don't include the www won't work and won't take clickers to your site.
+
Links from blogs or news sites to your home page, for example, will go to just one page, not to two. That means the power of those links all concentrates on just the one page, giving you better PageRank, and making your home page come up higher in search results. Splitting the goodness of those links to two pages could mean that neither will rank very well.
  
'''''So you don't lose visitors, it's important that both www.Example.com and Example.com (without the www) exist and take people to the content of your website.'''''
+
You can read more about why it's not a good idea to duplicate your website at both <nowiki>http://www.Example.com and http://Example.com</nowiki> in [[conversationmarketing.com|Ian Lurie's]] article about [http://searchengineland.com/8-canonicalization-best-practices-in-plain-english-44475  canonicalization]. Now there's a word you don't get to see every day!
  
==Point visitors in the right direction==
+
For technical guidance on creating a 301 redirect, see [http://www.tutorialsroom.com/tutorials/hosting/www_vs_non_www.html this article] at [[TutorialsRoom.com]].  Unless you're a very technical person though, you will probably want to ask your hosting company or the person or company that set up your website to put the 301 redirect in place to fix this issue.
How to make sure that <nowiki>http://Example.com</nowiki> takes people to your website too:
+
{{LearnBottomBio
 
+
| Writer        = KristinaWeis
The best method is to make the non-www version of your website redirect visitors (and search engine crawlers) to the www version via a 301 "Moved Permanently" redirect.  A 301 redirect is recommended because it means that your website's content only lives in one place and things that can help your [[search engine optimization]] (SEO) like PageRank will be passed to your main website.
+
| Name          = Kristina Weis
 
+
| Image        = Image:KristinaBluesFest.png
Just putting your content on both URLs isn't ideal because of the [http://searchengineland.com/8-canonicalization-best-practices-in-plain-english-44475 canonicalization issue] it poses for SEO.
+
| AuthorWebsite = AboutUs.org
 
+
| ShortBio      = Kristina is a community manager for [[AboutUs.org]] who talks with a lot of website owners who are trying to promote their business online.
For technical guidance on creating a 301 redirect, see [http://www.tutorialsroom.com/tutorials/hosting/www_vs_non_www.html this article] at [[TutorialsRoom.com]].
+
}}
 
 
 
 
{{TsunamiArticleFooter}}
 

Latest revision as of 18:48, 13 November 2013

By [[User:|]] on

Is your website turning away would-be visitors?


Though websites often live at web addresses that start with www - like http://www.Example.com - it's increasingly common for people to type just Example.com into the navigation bar of a web browser.

Most webmasters make sure that typing either "www.Example.com" or "Example.com" into the navigation bar will get someone to the right website. Too often, however, people don't think about this issue, and someone who types just "Example.com" won't get to the website at all. Worse yet, that person may assume that the website and business no longer exist.
Wait, it gets even worse. Any links to your website that don't include "www." - and we all want valuable inbound links, don't we? - won't work either, and won't take people to your site when they click them.

Point People to Your Website with a Redirect


To make sure that both http://www.Example.com and http://Example.com take people to your website, the recommended method is to create a redirect from http://Example.com to http://www.Example.com. Of note, webmasters need to make sure that http://Example.com resolves to some IP address before they can add a redirect.

The best method is to create a 301 redirect, also known as a "Moved Permanently" redirect. This is the recommended solution because it means that your website's content lives in just one place. That means any search engine optimization (SEO) tactics you use won't be diluted by directing the engines -- and people -- to two different places.

Links from blogs or news sites to your home page, for example, will go to just one page, not to two. That means the power of those links all concentrates on just the one page, giving you better PageRank, and making your home page come up higher in search results. Splitting the goodness of those links to two pages could mean that neither will rank very well.

You can read more about why it's not a good idea to duplicate your website at both http://www.Example.com and http://Example.com in Ian Lurie's article about canonicalization. Now there's a word you don't get to see every day!

For technical guidance on creating a 301 redirect, see this article at TutorialsRoom.com. Unless you're a very technical person though, you will probably want to ask your hosting company or the person or company that set up your website to put the 301 redirect in place to fix this issue.


Retrieved from "http://aboutus.com/index.php?title=Learn/Don%27t-Lose-People-Who-Don%27t-Type-WWW&oldid=35636212"