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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -