<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">It has been best practice, for as long as I can remember, to always do a 301 to the way you prefer (either www or non www).&nbsp;<div><br></div><div>I know a lot has changed in SEO over the last few years, but it's something I still do. It takes minimal configuration, keeps everything straight and presents the URLs cleanly. Make sure it's the first rule in a virtual host config, to minimize processing and get the client on the proper path ASAP.<div><br></div><div><div><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>Brandon Allhands</div><div>IT Manager</div><div><a href="mailto:brandon@toolking.com">brandon@toolking.com</a></div><div>1.800.696.TOOL</div><div><a href="http://ToolKing.com">ToolKing.com</a></div><div>11111 West Sixth Ave Unit D</div><div>Lakewood, CO 80215</div><div>303.500.0427 - Direct</div><div><br></div><div>View our Tool Deals of the Day @ <a href="http://www.Tooliday.com">www.Tooliday.com</a></div><div><br></div><div>Check out our tool blog, <a href="http://www.Toologics.com">www.Toologics.com</a></div><div><br></div></div></div></span></div></span></span>
</div>
<br><div><div>On Jan 26, 2011, at 12:29 PM, Mike Burton wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">You can create a profile for the CLUE site on Google's Webmaster Tools (<a href="https://www.google.com/webmasters/tools">https://www.google.com/webmasters/tools</a>) and tell Google to use <a href="http://www.cluedenver.org/">www.cluedenver.org</a>, or <a href="http://cluedenver.org/">cluedenver.org</a>.<div>
<br></div><div>--</div><div>Michael Burton</div><div><br><br><div class="gmail_quote">On Wed, Jan 26, 2011 at 12:18 PM, Crawford Rainwater <span dir="ltr">&lt;<a href="mailto:crawford.rainwater@linux-etc.com">crawford.rainwater@linux-etc.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">----- "David L. Anselmi" &lt;<a href="mailto:anselmi@anselmi.us">anselmi@anselmi.us</a>&gt; wrote: -----<br>

&gt;<br>
&gt; Brian Gibson wrote:<br>
&gt; &gt; Nice<br>
&gt; &gt;<br>
&gt; &gt; btw you can setup an .htaccess file (since the server is<br>
&gt; &gt; Apache/2.2.3 (CentOS))<br>
&gt; &gt; to redirect to either <a href="http://cluedenver.org/" target="_blank">cluedenver.org</a> or <a href="http://www.cluedenver.org/" target="_blank">www.cluedenver.org</a>. Some<br>
&gt; &gt; search engines<br>
&gt; &gt; will treat the two as different domains.<br>
&gt; &gt;<br>
&gt; &gt; Here's an example:<br>
&gt; &gt;<br>
&gt; &gt; //Rewrite to www<br>
&gt; &gt; Options +FollowSymLinks<br>
&gt; &gt; RewriteEngine on<br>
&gt; &gt; RewriteCond %{HTTP_HOST} ^<a href="http://cluedenver.org/" target="_blank">cluedenver.org</a>[nc]<br>
&gt; &gt; RewriteRule ^(.*)$ <a href="http://www.cluedenver.org/$1" target="_blank">http://www.cluedenver.org/$1</a> [r=301,nc]<br>
&gt;<br>
&gt; I think it's easier than fooling with rewrite rules. You just make<br>
&gt; sure all the domains go to the<br>
&gt; same set of pages. I guess people might prefer to be redirected from<br>
&gt; <a href="http://cluedenver.org/" target="_blank">cluedenver.org</a> to<br>
&gt; <a href="http://www.cluedenver.org/" target="_blank">www.cluedenver.org</a> but I'm not sure why anyone would care.<br>
&gt;<br>
<br>
Actually "ServerAlias" with "ServerName" is what is being used in the Apache configuration with a "robots.txt" (via a Drupal module) in place for each one of the CLUE web sites (save the "old" version that is now on www2). &nbsp;So in theory, going to either "<a href="http://cluedenver.org/" target="_blank">cluedenver.org</a>" or "<a href="http://www.cluedenver.org/" target="_blank">www.cluedenver.org</a>" is basically the same. &nbsp;The log file assigned is the same for both on the server end as well.<br>

<br>
Though I admit, I wonder how the Google Analytics picks things on its end. &nbsp;Now how the web crawlers/robots see things, got me.<br>
<br>
HTH.<br>
<br>
--- Crawford<br>
<br>
The Linux ETC Company<br>
10121 Yates Court<br>
Westminster, CO 80031 USA<br>
voice: &nbsp;+1.303.604.2550<br>
web: &nbsp; &nbsp;<a href="http://www.linux-etc.com/" target="_blank">http://www.linux-etc.com</a><br>
_______________________________________________<br>
clue-tech mailing list<br>
<a href="mailto:clue-tech@cluedenver.org">clue-tech@cluedenver.org</a><br>
<a href="http://cluedenver.org/mailman/listinfo/clue-tech" target="_blank">http://cluedenver.org/mailman/listinfo/clue-tech</a><br>
</blockquote></div><br></div>
_______________________________________________<br>clue-tech mailing list<br><a href="mailto:clue-tech@cluedenver.org">clue-tech@cluedenver.org</a><br>http://cluedenver.org/mailman/listinfo/clue-tech</blockquote></div><br></div></div></div></body></html>