Why doesn't google show www. for my website on searches? -


my site http://www.billysclaypots.com shown in google without www. in front when search "billys clay pots". how can make google shows www. in front, know usability studies confirm users less go url without www think there fault site.

i've added line .htaccess redirect nonwww requests www , works:

rewritecond %{http_host} !^www\.   rewriterule ^ http://www.%{http_host}%{request_uri} [l,r=301]     

my guess may have submitted site google/addurl without www in front ....


Comments

Popular posts from this blog

jQuery Ajax Render Fragments OR Whole Page -

javascript - Iterate over array and calculate average values of array-parts -

java - Simple Command Line calculator -