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

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -