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

我们两清 提交于 2019-12-11 18:24:16

问题


My site http://www.billysclaypots.com is shown in google without www. in front when I search for it by "billys clay pots". How can I make it so google shows up www. in front, I know usability studies confirm that users are less like to go to a URL without the www as they think there is a fault with the site.

I've already added a line to my .htaccess to redirect nonWWW requests to WWW and it works:

RewriteCond %{HTTP_HOST} !^www\.  
RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]    

My only guess is that I may have submitted the site to google/addurl without the www in front ....

来源:https://stackoverflow.com/questions/6775855/why-doesnt-google-show-www-for-my-website-on-searches

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!