Website doesn't show www.

by 7 replies
10
I have a new website, got indexed by google. Only issue is shows up without www. on the search engine. Is this okay? Do I need to do anything?
Any help appreciated ! Thanks.
#search engine optimization #show #website #www
  • Banned
    [DELETED]
  • I don't think that theres any problem with that, until and unless it redirects to your website.
  • Are you using the wordpress platform? If yes, you can login to your wp admin, hit on general and then add if the www. for your website if you want to, and then the www. will be there.
    • [2] replies
  • Orvn is right, make sure that you get a redirect on it. You don't want any issues with google thinking there is duplicate content out there. That is the one thing that I love about wordpress. With a click here and there those little issues are taken care of for you. As far as to your visitors, it doesn't matter to them. I have had sites with and without the www and never really noticed a difference.
  • Back up your current .htaccess file then try adding this. Should work. I'd stick with 'www' personally.
    Code:
    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^www.
    RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
  • also choose www version as preferred url in google webmasters tool to speedup the process ..

Next Topics on Trending Feed

  • 10

    I have a new website, got indexed by google. Only issue is shows up without www. on the search engine. Is this okay? Do I need to do anything? Any help appreciated ! Thanks.